diff --git a/src/app/page.tsx b/src/app/page.tsx index d3ff43f..d8f5f4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Features", id: "features"}, { - name: "Pricing", id: "pricing"}, + name: "Pricing", id: "products"}, { name: "Testimonials", id: "testimonials"}, { @@ -43,7 +43,7 @@ export default function LandingPage() { ]} brandName="FileVault" button={{ - text: "Get Started", href: "#contact"}} + text: "Get Started", href: "/contact"}} /> @@ -56,9 +56,9 @@ export default function LandingPage() { tag="Personalized Organization" buttons={[ { - text: "Get Started", href: "#contact"}, + text: "Get Started", href: "/contact"}, { - text: "View Features", href: "#features"}, + text: "View Features", href: "/features"}, ]} mediaItems={[ { @@ -202,7 +202,7 @@ export default function LandingPage() { text="Ready to clean up your folders? Get started with FileVault today." buttons={[ { - text: "Contact Support", href: "mailto:support@filevault.com"}, + text: "Contact Support", href: "/contact"}, ]} /> @@ -213,25 +213,25 @@ export default function LandingPage() { { title: "Product", items: [ { - label: "Features", href: "#features"}, + label: "Features", href: "/features"}, { - label: "Pricing", href: "#pricing"}, + label: "Pricing", href: "/products"}, ], }, { title: "Company", items: [ { - label: "About", href: "#"}, + label: "About", href: "/about"}, { - label: "Contact", href: "#contact"}, + label: "Contact", href: "/contact"}, ], }, { title: "Legal", items: [ { - label: "Privacy", href: "#"}, + label: "Privacy", href: "/privacy"}, { - label: "Terms", href: "#"}, + label: "Terms", href: "/terms"}, ], }, ]}