From 572e0af586d82fde22c37f8b64ac9cc20a5de308 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 10:08:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f46e90d..e10fc9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,9 +102,16 @@ export default function LandingPage() { const footerColumns = [ { items: [ - { label: "Systems", href: "#systems" }, - { label: "Solutions", href: "#solutions" }, - { label: "Technology", href: "#technology" }, + { 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" }, + ], + }, + { + items: [ + { label: "Real Estate", href: "#real-estate" }, + { label: "Agencies", href: "#agencies" }, + { label: "Local Businesses", href: "#local-businesses" }, ], }, { @@ -238,4 +245,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}