Update Design UI
How to update landing page starlight astro js project.
For update design landing page UI, and configure your navbar or footer , you can access on src/data/
Navbar Link
For update navbar menu link and footer area, you can access on src/data/config/config.json
implementation
Home Landing Page
For update home landing page design ,you can access on src/data/home/home.json
You can update the landing page design in this area, just edit it according to your needs with json code. Adjust it to the part you want to edit.
For change icon you can see starlight component https://starlight.astro.build/guides/components/#icon
Implementation
You can see how to implement it in the code, examples in the source code.