Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-18 10:08:19 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}