From 84a0df96cb4d1c67ef8830e9f09009c9a3e50bc0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 12:27:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 34b673c..a79f7cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,11 +45,11 @@ export default function LandingPage() { title="L'Art Botanique à la Française" description="Sublimer l'éphémère par un savoir-faire artisanal d'exception. Chaque composition est une pièce de haute couture." testimonials={[ - { name: "Andy & Marc", handle: "@mariage2023", testimonial: "Un travail d'une justesse infinie. Nos invités ont été transportés par la scénographie florale.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg" }, - { name: "Sophie L.", handle: "@event_luxe", testimonial: "Une créativité débordante et un professionnalisme exemplaire pour notre gala.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg" }, - { name: "Claire & Julien", handle: "@mariage_provence", testimonial: "Chaque détail était sublimé. Nos attentes ont été largement dépassées.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg" }, - { name: "Maison R.", handle: "@interior_decor", testimonial: "La finesse des compositions botaniques transforme radicalement nos intérieurs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg" }, - { name: "Marc-Antoine D.", handle: "@events_paris", testimonial: "L'élégance absolue. Une maison de confiance pour des moments mémorables.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg" } + { name: "Andy & Marc", handle: "@mariage2023", testimonial: "Un travail d'une justesse infinie. Nos invités ont été transportés par la scénographie florale.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg?_wi=1" }, + { name: "Sophie L.", handle: "@event_luxe", testimonial: "Une créativité débordante et un professionnalisme exemplaire pour notre gala.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg?_wi=2" }, + { name: "Claire & Julien", handle: "@mariage_provence", testimonial: "Chaque détail était sublimé. Nos attentes ont été largement dépassées.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg?_wi=3" }, + { name: "Maison R.", handle: "@interior_decor", testimonial: "La finesse des compositions botaniques transforme radicalement nos intérieurs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg?_wi=4" }, + { name: "Marc-Antoine D.", handle: "@events_paris", testimonial: "L'élégance absolue. Une maison de confiance pour des moments mémorables.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg?_wi=5" } ]} buttons={[ { text: "Découvrir nos créations", href: "#services" }, @@ -113,10 +113,10 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} products={[ - { id: "w1", name: "Scénographie Complète", price: "Sur mesure", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-pink-roses-white_181624-33032.jpg" }, - { id: "w2", name: "Bouquet de Mariée", price: "À partir de 150€", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-pink-roses-white_181624-33032.jpg" }, - { id: "w3", name: "Centres de Table", price: "À partir de 80€", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-pink-roses-white_181624-33032.jpg" }, - { id: "w4", name: "Décoration d'Autel", price: "Sur mesure", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-pink-roses-white_181624-33032.jpg" } + { id: "w1", name: "Scénographie Complète", price: "Sur mesure", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-pink-roses-white_181624-33032.jpg?_wi=1" }, + { id: "w2", name: "Bouquet de Mariée", price: "À partir de 150€", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-pink-roses-white_181624-33032.jpg?_wi=2" }, + { id: "w3", name: "Centres de Table", price: "À partir de 80€", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-pink-roses-white_181624-33032.jpg?_wi=3" }, + { id: "w4", name: "Décoration d'Autel", price: "Sur mesure", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-pink-roses-white_181624-33032.jpg?_wi=4" } ]} title="Opportunités Mariage" description="Scénarisez le plus beau jour de votre vie avec notre signature florale." -- 2.49.1