3 Commits

Author SHA1 Message Date
ff1c52110b Update src/app/page.tsx 2026-03-04 12:16:06 +00:00
b53d2c74f6 Update src/app/layout.tsx 2026-03-04 12:16:05 +00:00
9f5354ede4 Merge version_2 into main
Merge version_2 into main
2026-03-04 12:09:39 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body> </body>
</html> </html>
); );
} }

View File

@@ -9,7 +9,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; 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() { export default function LandingPage() {
return ( return (
@@ -242,4 +242,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }