diff --git a/src/app/page.tsx b/src/app/page.tsx index f643d0a..babc850 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,11 +32,10 @@ export default function LandingPage() { navItems={[ { name: "Hero", id: "hero-section" }, { name: "About", id: "about-section" }, - { name: "Feature", id: "features-section" }, - { name: "Product", id: "products-section" }, - { name: "Testimonial", id: "testimonials-section" }, + { name: "Features", id: "features-section" }, + { name: "Products", id: "products-section" }, + { name: "Testimonials", id: "testimonials-section" }, { name: "Contact", id: "contact-section" }, - { name: "Footer", id: "footer-section" }, ]} /> @@ -148,12 +147,12 @@ export default function LandingPage() {