diff --git a/src/app/page.tsx b/src/app/page.tsx index 0bbe874..93f2253 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file