From 440ec5c4f7db185668eef6020eab60f718bd1fa9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 16:13:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 26ada6a..9f59e1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,17 +166,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Sculpture Glace", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/view-man-practicing-mindfulness-yoga-fantasy-setting_23-2151416442.jpg"}, + id: "1", name: "Sculpture Glace", price: "Sur devis", priceButtonProps: { href: "#contact" }, + imageSrc: "http://img.b2bpic.net/free-photo/view-man-practicing-mindfulness-yoga-fantasy-setting_23-2151416442.jpg"}, { - id: "2", name: "Atelier Cirque", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-training-gymnastics_23-2149401054.jpg"}, + id: "2", name: "Atelier Cirque", price: "Sur devis", priceButtonProps: { href: "#contact" }, + imageSrc: "http://img.b2bpic.net/free-photo/young-girl-training-gymnastics_23-2149401054.jpg"}, { - id: "3", name: "Fanfare Colorée", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-holding-instruments_23-2149223643.jpg"}, + id: "3", name: "Fanfare Colorée", price: "Sur devis", priceButtonProps: { href: "#contact" }, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-holding-instruments_23-2149223643.jpg"}, { - id: "4", name: "Arbre de Noël", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/people-santa-hats-exchanging-presents_23-2147969578.jpg"}, + id: "4", name: "Arbre de Noël", price: "Sur devis", priceButtonProps: { href: "#contact" }, + imageSrc: "http://img.b2bpic.net/free-photo/people-santa-hats-exchanging-presents_23-2147969578.jpg"}, { - id: "5", name: "Parade Musicale", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512167.jpg"}, + id: "5", name: "Parade Musicale", price: "Sur devis", priceButtonProps: { href: "#contact" }, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512167.jpg"}, { - id: "6", name: "Atelier Acro", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/acrobat-posing_1163-967.jpg"}, + id: "6", name: "Atelier Acro", price: "Sur devis", priceButtonProps: { href: "#contact" }, + imageSrc: "http://img.b2bpic.net/free-photo/acrobat-posing_1163-967.jpg"}, ]} title="Nos Prestations" description="Une gamme complète d'ateliers et animations pour tous les publics." @@ -188,8 +194,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Charenton", "Elysée", "Disney", "Rodin", "Trianon", "Vincennes", "Fontainebleau"]} - title="Ils nous ont fait confiance" + "Charenton", "Elysée", "Disney", "Rodin", "Trianon", "Vincennes", "Fontainebleau"]} title="Ils nous ont fait confiance" description="Des partenaires institutionnels et culturels de premier plan." /> -- 2.49.1