From 62b78485b2ba6ee981fae7a3a959b21fbeb08015 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 13:52:05 +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 d183981..2862945 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,11 +68,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-flower-bouquet-wooden-surface_181624-11257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-flower-bouquet-wooden-surface_181624-11257.jpg?_wi=1", imageAlt: "Flowers 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bunch-fresh-flowers-glass-desk_23-2147929233.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bunch-fresh-flowers-glass-desk_23-2147929233.jpg?_wi=1", imageAlt: "Flowers 2", }, { @@ -173,7 +173,7 @@ export default function LandingPage() { title: "Expert Artistry", subtitle: "Modern Floral Design", description: "Award-winning florists for your events.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-flower-bouquet-wooden-surface_181624-11257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-flower-bouquet-wooden-surface_181624-11257.jpg?_wi=2", imageAlt: "professional florist arranging flowers", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { title: "Same-Day Delivery", subtitle: "Speedy Service", description: "We ensure your flowers arrive in time.", - imageSrc: "http://img.b2bpic.net/free-photo/bunch-fresh-flowers-glass-desk_23-2147929233.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bunch-fresh-flowers-glass-desk_23-2147929233.jpg?_wi=2", imageAlt: "professional florist arranging flowers", }, ]} -- 2.49.1