Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 572e0af586 | |||
| 764bc80e72 |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user