diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e646f03..b9f5e30 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -29,7 +29,7 @@ export default function AboutPage() { navItems={[ { name: "Home", id: "/" }, { name: "Features", id: "#features" }, - { name: "Pricing", id: "/pricing" }, + { name: "Pricing", id: "#pricing" }, { name: "About", id: "/about" }, { name: "Contact", id: "#contact" }, ]} @@ -112,7 +112,7 @@ export default function AboutPage() { { label: "Features", href: "#features"}, { - label: "Pricing", href: "/pricing"}, + label: "Pricing", href: "#pricing"}, { label: "FAQ", href: "#faq"}, { diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index d2b8721..4d85b97 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -119,38 +119,20 @@ export default function FeaturesPage() {