From 3d6444a8524a970cb54936bc1577043ab946b78f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 02:11:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 60 ++++++++++++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 25 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d9c856..df1735c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,9 +47,9 @@ export default function LandingPage() { { text: "Commander sur WhatsApp", href: "https://wa.me/212771849782?text=Bonjour%20FLORA%20SHOP%2C%20je%20souhaite%20commander%20un%20bouquet%20de%20fleurs" }, ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg", imageAlt: "Bouquet de roses rouges élégant" }, - { imageSrc: "http://img.b2bpic.net/free-photo/wedding-roses-bouquet-stands-chair-around-are-scattered-petals-roses_8353-9798.jpg", imageAlt: "Arrangement floral luxe mariée" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-children-s-birthday-decoration_58702-1580.jpg", imageAlt: "Bouquet anniversaire rose et blanc" }, + { imageSrc: "https://images.unsplash.com/photo-1518895949257-7621c3c786d7?w=800&h=600&fit=crop", imageAlt: "Bouquet de roses rouges élégant" }, + { imageSrc: "https://images.unsplash.com/photo-1599599810694-b5ac4dd4a37e?w=800&h=600&fit=crop", imageAlt: "Arrangement floral luxe mariée" }, + { imageSrc: "https://images.unsplash.com/photo-1551085254-e96b210db58a?w=800&h=600&fit=crop", imageAlt: "Bouquet anniversaire rose et blanc" }, ]} autoplayDelay={5000} showDimOverlay={true} @@ -59,9 +59,7 @@ export default function LandingPage() {