diff --git a/src/app/page.tsx b/src/app/page.tsx index 911404c..43f5e26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import HeroCentered from '@/components/sections/hero/HeroCentered'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import { Award, Gift, MapPin, ShieldCheck, Truck } from "lucide-react"; export default function LandingPage() { return ( @@ -57,6 +56,7 @@ export default function LandingPage() { title="Engagement Great Saveurs" description="Qualité artisanale et authenticité française au cœur de notre démarche." textboxLayout="split" + useInvertedBackground={false} features={[ { tag: "Artisanat", title: "Savoir-faire", subtitle: "Authenticité", description: "Fabrication authentique par des artisans." }, { tag: "Terroir", title: "Régional", subtitle: "100% Terroir", description: "Le meilleur des régions françaises." } @@ -66,6 +66,7 @@ export default function LandingPage() {