Is your feature request related to a problem? Please describe.
Home and About Us page initial content are duplicate so unable to differentiate , chenage the about us page content or Home Page
Describe the solution you'd like
A good Home Page and About Us Page
Check about us page of many software companies and learn what should be there
Also I see there are duplicate file and code for About Us, remove which is not being used
Additional context
Updated Astro version , so first go to main branch ,
take pull,
create new branch and then
delete old node_modules, package-lock.json files
and then do npm install and run npm run build to check everything is working
and then fix and push the changes
Is your feature request related to a problem? Please describe.
Home and About Us page initial content are duplicate so unable to differentiate , chenage the about us page content or Home Page
Describe the solution you'd like
A good Home Page and About Us Page
Check about us page of many software companies and learn what should be there
Also I see there are duplicate file and code for About Us, remove which is not being used
Additional context
Updated Astro version , so first go to main branch ,
take pull,
create new branch and then
delete old node_modules, package-lock.json files
and then do
npm installand runnpm run buildto check everything is workingand then fix and push the changes