From 99ea5a3ecef4efa6c8a1d340f216824217bf5eb9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:50:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f82f8c..6afbf9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { MapPin, Phone, Mail, Clock } from 'lucide-react'; +import { MapPin, Phone, Mail, Clock, Facebook, Instagram, Twitter, Linkedin } from 'lucide-react'; export default function LandingPage() { return ( @@ -65,7 +65,7 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { text: "Our Story", href: "#community" }, - { text: "Reserve a Table", href: "#contact" } + { text: "Reserve a Table", href: "#visit" } ]} buttonAnimation="opacity" /> @@ -178,7 +178,7 @@ export default function LandingPage() {
); -} \ No newline at end of file +}