From c3989b3821911e995d06d25eb91891992c598d1b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 14:44:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 190 ++++++++++------------------------------------- 1 file changed, 39 insertions(+), 151 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ae9fbd..92c858a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,51 +45,28 @@ export default function LandingPage() {
@@ -110,33 +79,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Pain au Levain", - price: "4.50€", - variant: "Authentique", - imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-two-french-croissant-pink-plate_114579-58946.jpg?_wi=1", - }, + id: "p1", name: "Pain au Levain", price: "4.50€", variant: "Authentique", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-two-french-croissant-pink-plate_114579-58946.jpg"}, { - id: "p2", - name: "Tartelette aux Fruits", - price: "4.00€", - variant: "Fraîcheur", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-10442.jpg", - }, + id: "p2", name: "Tartelette aux Fruits", price: "4.00€", variant: "Fraîcheur", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-10442.jpg"}, { - id: "p3", - name: "Croissant pur beurre", - price: "1.40€", - variant: "Tradition", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-black-board-with-cloth_114579-88111.jpg", - }, + id: "p3", name: "Croissant pur beurre", price: "1.40€", variant: "Tradition", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-black-board-with-cloth_114579-88111.jpg"}, { - id: "p4", - name: "Gâteau sur mesure", - price: "Dès 30€", - variant: "Événement", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-20601.jpg", - }, + id: "p4", name: "Gâteau sur mesure", price: "Dès 30€", variant: "Événement", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-20601.jpg"}, ]} title="Nos Spécialités Artisanales" description="Une sélection quotidienne de pains au levain, viennoiseries maison et pâtisseries fines élaborées avec des produits locaux." @@ -148,14 +97,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Au Tourbillon Des Pains", - }, + type: "text", content: "Au Tourbillon Des Pains"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/chef-kneading-dough_23-2148491380.jpg", - alt: "Boutique", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/chef-kneading-dough_23-2148491380.jpg", alt: "Boutique"}, ]} /> @@ -164,47 +108,18 @@ export default function LandingPage() { @@ -274,29 +172,19 @@ export default function LandingPage() { logoText="Au Tourbillon Des Pains" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Accueil", - href: "#hero", - }, + label: "Accueil", href: "#hero"}, { - label: "Commander", - href: "#contact", - }, + label: "Commander", href: "#contact"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "02 00 00 00 00", - href: "tel:0200000000", - }, + label: "02 00 00 00 00", href: "tel:0200000000"}, { - label: "Loches, France", - href: "#", - }, + label: "Loches, France", href: "#"}, ], }, ]} -- 2.49.1