From 2923fe93763eb3ae610bca85098c4e4fc4105074 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 13:22:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 173 +++++++++++------------------------------------ 1 file changed, 40 insertions(+), 133 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 11b6409..ff43ccc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; @@ -29,21 +28,13 @@ export default function LandingPage() { @@ -52,111 +43,64 @@ export default function LandingPage() {
@@ -168,9 +112,7 @@ export default function LandingPage() { title="Du bon café, fait avec passion" buttons={[ { - text: "En savoir plus", - href: "#info", - }, + text: "En savoir plus", href: "#info"}, ]} /> @@ -183,57 +125,28 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Espresso", - price: "3 €", - imageSrc: "http://img.b2bpic.net/free-photo/painting-inspiration-supplies-placed-ready-be-painted-canvas_482257-127568.jpg?_wi=7", - }, + id: "1", name: "Espresso", price: "3 €", imageSrc: "http://img.b2bpic.net/free-photo/painting-inspiration-supplies-placed-ready-be-painted-canvas_482257-127568.jpg"}, { - id: "2", - name: "Flat White", - price: "5 €", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-espresso-pouring-into-coffee-cups_23-2148349628.jpg?_wi=7", - }, + id: "2", name: "Flat White", price: "5 €", imageSrc: "http://img.b2bpic.net/free-photo/close-up-espresso-pouring-into-coffee-cups_23-2148349628.jpg"}, { - id: "3", - name: "Chocolat chaud", - price: "5.50 €", - imageSrc: "http://img.b2bpic.net/free-photo/painting-inspiration-supplies-placed-ready-be-painted-canvas_482257-127568.jpg?_wi=8", - }, + id: "3", name: "Chocolat chaud", price: "5.50 €", imageSrc: "http://img.b2bpic.net/free-photo/painting-inspiration-supplies-placed-ready-be-painted-canvas_482257-127568.jpg"}, { - id: "4", - name: "Matcha Latte", - price: "6 €", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-espresso-pouring-into-coffee-cups_23-2148349628.jpg?_wi=8", - }, + id: "4", name: "Matcha Latte", price: "6 €", imageSrc: "http://img.b2bpic.net/free-photo/close-up-espresso-pouring-into-coffee-cups_23-2148349628.jpg"}, { - id: "5", - name: "Cookie du jour", - price: "3.50 €", - imageSrc: "http://img.b2bpic.net/free-photo/painting-inspiration-supplies-placed-ready-be-painted-canvas_482257-127568.jpg?_wi=9", - }, + id: "5", name: "Cookie du jour", price: "3.50 €", imageSrc: "http://img.b2bpic.net/free-photo/painting-inspiration-supplies-placed-ready-be-painted-canvas_482257-127568.jpg"}, { - id: "6", - name: "Cake Maison", - price: "4 €", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-espresso-pouring-into-coffee-cups_23-2148349628.jpg?_wi=9", - }, + id: "6", name: "Cake Maison", price: "4 €", imageSrc: "http://img.b2bpic.net/free-photo/close-up-espresso-pouring-into-coffee-cups_23-2148349628.jpg"}, ]} title="Nos créations" description="Une sélection de boissons et douceurs préparées chaque jour avec soin." /> - -