diff --git a/src/app/page.tsx b/src/app/page.tsx index e10fc9f..420f5c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,21 +102,21 @@ export default function LandingPage() { const footerColumns = [ { items: [ - { label: "AI Lead Capture System", href: "#ai-lead-capture-system" }, - { label: "Automated Follow-Up Sequences", href: "#automated-follow-up-sequences" }, - { label: "Smart Qualification Engine", href: "#smart-qualification-engine" }, + { label: "AI Lead Capture System", href: "#features" }, + { label: "Automated Follow-Up Sequences", href: "#features" }, + { label: "Smart Qualification Engine", href: "#features" }, ], }, { items: [ - { label: "Real Estate", href: "#real-estate" }, - { label: "Agencies", href: "#agencies" }, - { label: "Local Businesses", href: "#local-businesses" }, + { label: "Real Estate", href: "#industries" }, + { label: "Agencies", href: "#industries" }, + { label: "Local Businesses", href: "#industries" }, ], }, { items: [ - { label: "Contact", href: "#contact" }, + { label: "Contact", href: "#faq" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, ], @@ -141,7 +141,7 @@ export default function LandingPage() { brandName="Corlith Systems" navItems={navItems} button={{ - text: "Get Started", href: "#contact"}} + text: "Get Started", href: "#faq"}} /> @@ -151,9 +151,9 @@ export default function LandingPage() { description="Corlith Systems designs AI-driven pipelines that capture leads, qualify prospects, automate follow-ups, and convert attention into booked clients. Transform your business into an intelligent acquisition machine." buttons={[ { - text: "Start Your System", href: "#contact"}, + text: "Start Your System", href: "#faq"}, { - text: "See How It Works", href: "#systems"}, + text: "See How It Works", href: "#features"}, ]} videoSrc="https://d8j0ntlcm91z4.cloudfront.net/user_38xzZboKViGWJOttwIXH07lWA1P/hf_20260306_115329_5e00c9c5-4d69-49b7-94c3-9c31c60bb644.mp4" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B6Pmdd3KuLxtRfrpT3NxlESKum/a-cinematic-ai-infrastructure-visualizat-1773828097147-d5632255.png" @@ -245,4 +245,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file