diff --git a/src/app/page.tsx b/src/app/page.tsx index da1f8fb..0c198cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,16 +87,16 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "romantic", brand: "FLORA SHOP", name: "Romantic Red Roses", price: "450 DH", rating: 5, - reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-standing-living-room-filled-with-romantic-gifts_482257-77346.jpg", imageAlt: "Romantic red roses bouquet" + id: "romantic", brand: "FLORA SHOP", name: "Romantic Red Roses", price: "499 DH", rating: 5, + reviewCount: "127", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY0PLqvRp2iiyQEifEaBl51ULo/uploaded-1772755169819-rtxskcwb.jpg", imageAlt: "Romantic red roses bouquet" }, { - id: "birthday", brand: "FLORA SHOP", name: "Birthday Celebration Mix", price: "350 DH", rating: 5, - reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bunch-flowers-wooden-background-horizontal-view-from_1220-1133.jpg", imageAlt: "Colorful birthday flowers arrangement" + id: "birthday", brand: "FLORA SHOP", name: "Birthday Celebration Mix", price: "549 DH", rating: 5, + reviewCount: "89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY0PLqvRp2iiyQEifEaBl51ULo/uploaded-1772755232134-pphdxdkc.jpg", imageAlt: "Colorful birthday flowers arrangement" }, { id: "luxury", brand: "FLORA SHOP", name: "Luxury White Elegance", price: "650 DH", rating: 5, - reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/view-delicate-white-roses-bouquet-vase_23-2150539972.jpg", imageAlt: "Luxury white roses and orchids" + reviewCount: "64", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY0PLqvRp2iiyQEifEaBl51ULo/uploaded-1772755252076-ov8jq2cm.jpg", imageAlt: "Luxury white roses and orchids" } ]} />