Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-03-04 12:16:12 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}