From a254c00f77ac2645041f44391da04f3ff45b0a4b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:00:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 -- 2.49.1