diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f80fe74..a15d169 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index ca2b7a7..d17e201 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Sparkles, Heart, ChefHat, Award } from 'lucide-react'; +import { Sparkles, Heart, ChefHat, Award, Phone, MessageCircle } from 'lucide-react'; export default function LandingPage() { return ( @@ -242,4 +242,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file