From 3ddd899dc1bda3f90ed615853e90aa6779086e5c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 09:17:37 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0e8ca1..0cd31b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,11 +85,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bouquet-standing-near-books-coffee_23-2147711718.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bouquet-standing-near-books-coffee_23-2147711718.jpg?_wi=1", imageAlt: "Elegant white rose arrangement", }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-design-studio_23-2151910702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-design-studio_23-2151910702.jpg?_wi=1", imageAlt: "Soft pastel pink floral bouquet", }, { -- 2.49.1 From d9343b34a9104c6760ca878c98d3976f2a6dc6e9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 09:17:38 +0000 Subject: [PATCH 2/3] Update src/app/special-orders/page.tsx --- src/app/special-orders/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/special-orders/page.tsx b/src/app/special-orders/page.tsx index 53c2dc2..5335e86 100644 --- a/src/app/special-orders/page.tsx +++ b/src/app/special-orders/page.tsx @@ -99,7 +99,7 @@ export default function LandingPage() { title: "Crafting Your Concept", subtitle: "Receive a custom design proposal and transparent pricing.", description: "Our florists will craft a unique design proposal tailored to your vision, along with a clear quote.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bouquet-standing-near-books-coffee_23-2147711718.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bouquet-standing-near-books-coffee_23-2147711718.jpg?_wi=2", imageAlt: "flower artisan handcrafting garland", }, { @@ -107,7 +107,7 @@ export default function LandingPage() { title: "Bringing it to Life", subtitle: "Meticulous artistry and execution for a flawless result.", description: "Our skilled team meticulously brings your custom floral arrangement to life, ensuring every detail is perfect.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-design-studio_23-2151910702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-design-studio_23-2151910702.jpg?_wi=2", imageAlt: "flower artisan handcrafting garland", }, ]} -- 2.49.1 From c4cde71e7c7940f29d0e11fc9722f5502aa251cd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 09:17:38 +0000 Subject: [PATCH 3/3] Update src/app/subscriptions/page.tsx --- src/app/subscriptions/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/subscriptions/page.tsx b/src/app/subscriptions/page.tsx index b13b287..aa793f9 100644 --- a/src/app/subscriptions/page.tsx +++ b/src/app/subscriptions/page.tsx @@ -147,7 +147,7 @@ export default function LandingPage() { title: "Plans That Adapt", subtitle: "Flexible subscription plans.", description: "Pause or skip deliveries anytime, change your plan, or modify your preferences with ease.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bouquet-standing-near-books-coffee_23-2147711718.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bouquet-standing-near-books-coffee_23-2147711718.jpg?_wi=3", imageAlt: "fresh seasonal flowers close up", }, { @@ -155,7 +155,7 @@ export default function LandingPage() { title: "Hassle-Free Delivery", subtitle: "Priority delivery option.", description: "Enjoy priority delivery to your home, office, or as a thoughtful gift to loved ones.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-design-studio_23-2151910702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-design-studio_23-2151910702.jpg?_wi=3", imageAlt: "fresh seasonal flowers close up", }, ]} -- 2.49.1