2 Commits

Author SHA1 Message Date
572e0af586 Update src/app/page.tsx 2026-03-18 10:08:09 +00:00
764bc80e72 Merge version_1 into main
Merge version_1 into main
2026-03-18 10:02:25 +00:00

View File

@@ -102,9 +102,16 @@ export default function LandingPage() {
const footerColumns = [ const footerColumns = [
{ {
items: [ items: [
{ label: "Systems", href: "#systems" }, { label: "AI Lead Capture System", href: "#ai-lead-capture-system" },
{ label: "Solutions", href: "#solutions" }, { label: "Automated Follow-Up Sequences", href: "#automated-follow-up-sequences" },
{ label: "Technology", href: "#technology" }, { 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() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }