diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 84013c5..55b9837 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,6 +26,7 @@ export default function AboutPage() { navItems={[ { name: "Home", id: "/" }, { name: "About", id: "/about" }, + { name: "Pricing", id: "/pricing" }, { name: "Services", id: "/#features" }, { name: "Reviews", id: "/#testimonials" }, { name: "Contact", id: "/#contact" }, @@ -53,4 +54,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 2dc6870..16eed21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,16 +30,12 @@ export default function LandingPage() {