Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-03 14:45:48 +00:00

View File

@@ -11,7 +11,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Award, Facebook, Heart, Instagram, Leaf, Mail, Quote, Sparkles } from 'lucide-react';
import { Award, Facebook, Heart, Instagram, Leaf, Mail, Sparkles } from 'lucide-react';
export default function LandingPage() {
return (
@@ -31,7 +31,7 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
brandName="Pâtisserie Tunisienne"
navItems={[
{ name: "Home", id: "hero" },
{ name: "Home", id: "/" },
{ name: "Produits", id: "products" },
{ name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" }