diff --git a/src/app/page.tsx b/src/app/page.tsx index c143101..d0bb74d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,23 +34,23 @@ export default function LandingPage() { @@ -64,9 +64,9 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { - text: "Start Free Trial", href: "#pricing"}, + text: "Start Free Trial", href: "pricing"}, { - text: "Explore Features", href: "#features"}, + text: "Explore Features", href: "features"}, ]} buttonAnimation="slide-up" mediaItems={[ @@ -267,21 +267,21 @@ export default function LandingPage() { { items: [ { - label: "Features", href: "#features"}, + label: "Features", href: "features"}, { - label: "Why ProjexHive", href: "#why-projexhive"}, + label: "Why ProjexHive", href: "why-projexhive"}, { - label: "Pricing", href: "#pricing"}, + label: "Pricing", href: "pricing"}, ], }, { items: [ { - label: "About Us", href: "#about"}, + label: "About Us", href: "about"}, { - label: "Testimonials", href: "#testimonials"}, + label: "Testimonials", href: "testimonials"}, { - label: "FAQ", href: "#faq"}, + label: "FAQ", href: "faq"}, ], }, { @@ -291,7 +291,7 @@ export default function LandingPage() { { label: "Terms of Service", href: "#"}, { - label: "Contact Support", href: "#contact"}, + label: "Contact Support", href: "contact"}, ], }, ]}