From b6ae77c55d4edbaac276a89c2b478282841ab4f5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 01:18:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 632eb04..20a4f58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,13 +127,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Bouquet Romantique", price: "350 DH", imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-surface-with-pink-flowers-book_23-2147609445.jpg?_wi=3", imageAlt: "romantic red rose bouquet gift" + id: "1", name: "Bouquet Romantique", price: "350 DH", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY0PLqvRp2iiyQEifEaBl51ULo/uploaded-1773623821229-l0p6uq22.jpg", imageAlt: "romantic red rose bouquet gift" }, { - id: "2", name: "Bouquet Mariage Luxe", price: "1200 DH", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bride-posing-indoors_23-2150264552.jpg?_wi=2", imageAlt: "wedding bridal bouquet white flowers" + id: "2", name: "Bouquet Mariage Luxe", price: "1200 DH", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY0PLqvRp2iiyQEifEaBl51ULo/uploaded-1773623880550-hrddxy7s.jpg", imageAlt: "wedding bridal bouquet white flowers" }, { - id: "3", name: "Bouquet Célébration", price: "400 DH", imageSrc: "http://img.b2bpic.net/free-photo/side-view-flowers-florist-process-making-bouquet_176420-16675.jpg?_wi=2", imageAlt: "colorful celebration flower bouquet birthday" + id: "3", name: "Bouquet Célébration", price: "400 DH", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY0PLqvRp2iiyQEifEaBl51ULo/uploaded-1773623919481-a8escuck.jpg", imageAlt: "colorful celebration flower bouquet birthday" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1