From 7f987f0573fdf73696f3ae4327fe69d697af89f7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:10:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 36ca7b9..48e9c71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Fresh Flowers", name: "Premium Fresh Bouquet", price: "From RM 89", rating: 5, - reviewCount: "145", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-greenery-white-roses-put-porcelain-vase_1304-2750.jpg", imageAlt: "Premium fresh flower arrangement"}, + reviewCount: "145", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-greenery-white-roses-put-porcelain-vase_1304-2750.jpg?_wi=1", imageAlt: "Premium fresh flower arrangement"}, { id: "2", brand: "Special Occasions", name: "Graduation Bouquet", price: "From RM 79", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-concept-bouquet-peonies-bathroom_1182-2732.jpg", imageAlt: "Graduation celebration bouquet"}, @@ -173,7 +173,7 @@ export default function LandingPage() { title: "Bangi & Surrounding", description: "We also serve Bangi and surrounding communities with reliable service.", icon: CheckCircle, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-florist-her-own-floral-shop-taking-care-flowers_1303-15612.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-florist-her-own-floral-shop-taking-care-flowers_1303-15612.jpg?_wi=1" imageAlt="Marhainees Rose florist workspace" imagePosition="right" textboxLayout="default" @@ -190,7 +190,7 @@ export default function LandingPage() { tagIcon={Sparkles} background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/bouquet-greenery-white-roses-put-porcelain-vase_1304-2750.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bouquet-greenery-white-roses-put-porcelain-vase_1304-2750.jpg?_wi=2" imageAlt="Custom flower arrangement design" mediaPosition="right" mediaAnimation="opacity" @@ -234,7 +234,7 @@ export default function LandingPage() { tagIcon={Phone} background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-florist-her-own-floral-shop-taking-care-flowers_1303-15612.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-florist-her-own-floral-shop-taking-care-flowers_1303-15612.jpg?_wi=2" imageAlt="Marhainees Rose florist shop" mediaPosition="left" mediaAnimation="opacity" -- 2.49.1