From b6cb57c1f3ed667b5438b6ac517ec1ba3ddcef7b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 10:49:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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() {