Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-09 18:00:06 +00:00

View File

@@ -8,7 +8,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Lightbulb, TrendingUp, Target } from 'lucide-react';
import { Lightbulb, TrendingUp, Target, Facebook } from 'lucide-react';
export default function LandingPage() {
return (
@@ -163,6 +163,11 @@ export default function LandingPage() {
{ label: "Closes at 4 PM", href: "#" },
{ label: "Schedule a Call", href: "#contact" }
]
},
{
title: "Social", items: [
{ label: "Facebook", href: "https://www.facebook.com/share/v/1CcJhFPbMA/" }
]
}
]}
copyrightText="© 2025 Home Masters Mentoring. All rights reserved."
@@ -170,4 +175,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}