From 54673a590fcff0e3462539e747f456222fe082b8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:38:50 +0000 Subject: [PATCH 1/4] Update src/app/bouquets/page.tsx --- src/app/bouquets/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/bouquets/page.tsx b/src/app/bouquets/page.tsx index 84fd486..2dfa062 100644 --- a/src/app/bouquets/page.tsx +++ b/src/app/bouquets/page.tsx @@ -56,13 +56,13 @@ export default function BouquetsPage() { products={[ { id: "1", brand: "Lilat Flowers", name: "Red Romance Roses", price: "₾89.99", rating: 5, - reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-pink-roses-isolated-white-panoramic-view_268835-1376.jpg", imageAlt: "Red Romance Roses bouquet"}, + reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-pink-roses-isolated-white-panoramic-view_268835-1376.jpg?_wi=2", imageAlt: "Red Romance Roses bouquet"}, { id: "2", brand: "Lilat Flowers", name: "Birthday Celebration Mix", price: "₾69.99", rating: 5, - reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-floral-still-life_23-2148134813.jpg", imageAlt: "Birthday Celebration flower mix"}, + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-floral-still-life_23-2148134813.jpg?_wi=2", imageAlt: "Birthday Celebration flower mix"}, { id: "3", brand: "Lilat Flowers", name: "Luxury Wedding White", price: "₾149.99", rating: 5, - reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/floral-ornament-with-heart-shaped_1157-334.jpg", imageAlt: "Luxury Wedding White flowers"}, + reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/floral-ornament-with-heart-shaped_1157-334.jpg?_wi=2", imageAlt: "Luxury Wedding White flowers"}, ]} buttons={[ { -- 2.49.1 From 5678b99ceb599ac0ff6df46b87cc7a66e98ef1e2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:38:51 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 98cd281..aa0f929 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -55,7 +55,7 @@ export default function ContactPage() { ]} background={{ variant: "sparkles-gradient"}} - imageSrc="http://img.b2bpic.net/free-photo/vertical-bouquet-vase_181624-37904.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-bouquet-vase_181624-37904.jpg?_wi=2" imageAlt="Beautiful fresh flower bouquets" mediaAnimation="slide-up" frameStyle="card" @@ -85,7 +85,7 @@ export default function ContactPage() { title: "Local Business", description: "Woman-owned and proud to serve our community with premium, personalized service.", icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-florist-making-beautiful-arrangement-flowers_23-2149127259.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-florist-making-beautiful-arrangement-flowers_23-2149127259.jpg?_wi=3" imageAlt="Lilat Flowers shop interior" mediaAnimation="slide-up" buttons={[ @@ -130,7 +130,7 @@ export default function ContactPage() { background={{ variant: "sparkles-gradient"}} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/bouquet-flowers-glass-vase-with-decorative-elements-blurred-background-easter-holiday-concept_169016-9695.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bouquet-flowers-glass-vase-with-decorative-elements-blurred-background-easter-holiday-concept_169016-9695.jpg?_wi=2" imageAlt="Beautiful flowers" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 65119102ea1bd2a80beba09580b29979ef2e2c5e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:38:51 +0000 Subject: [PATCH 3/4] Update src/app/delivery/page.tsx --- src/app/delivery/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/delivery/page.tsx b/src/app/delivery/page.tsx index 32f5443..b3ea6ff 100644 --- a/src/app/delivery/page.tsx +++ b/src/app/delivery/page.tsx @@ -47,7 +47,7 @@ export default function DeliveryPage() { tagIcon={Truck} useInvertedBackground={false} mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/selective-focus-beautiful-bouquet-wooden-table_181624-38107.jpg" + imageSrc="http://img.b2bpic.net/free-photo/selective-focus-beautiful-bouquet-wooden-table_181624-38107.jpg?_wi=2" imageAlt="Same-day flower delivery service" mediaAnimation="slide-up" accordionItems={[ @@ -85,7 +85,7 @@ export default function DeliveryPage() { title: "Personalized Service", description: "Include a custom message card, special instructions, or gift requests. Our team ensures every detail is perfect for your recipient.", icon: MessageCircle, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-florist-making-beautiful-arrangement-flowers_23-2149127259.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-florist-making-beautiful-arrangement-flowers_23-2149127259.jpg?_wi=2" imageAlt="Professional florist service" mediaAnimation="slide-up" buttons={[{ text: "Learn More About Us", href: "/about" }]} -- 2.49.1 From 42a7a779c420236dba5339777f7918793620a06d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:38:52 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6050ba8..4e50226 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function HomePage() { { text: "Order Flowers" }, ]} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/vertical-bouquet-vase_181624-37904.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-bouquet-vase_181624-37904.jpg?_wi=1" imageAlt="Beautiful fresh flower bouquets" mediaAnimation="slide-up" frameStyle="card" @@ -72,13 +72,13 @@ export default function HomePage() { products={[ { id: "1", brand: "Lilat Flowers", name: "Red Romance Roses", price: "₾89.99", rating: 5, - reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-pink-roses-isolated-white-panoramic-view_268835-1376.jpg", imageAlt: "Red Romance Roses bouquet"}, + reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-pink-roses-isolated-white-panoramic-view_268835-1376.jpg?_wi=1", imageAlt: "Red Romance Roses bouquet"}, { id: "2", brand: "Lilat Flowers", name: "Birthday Celebration Mix", price: "₾69.99", rating: 5, - reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-floral-still-life_23-2148134813.jpg", imageAlt: "Birthday Celebration flower mix"}, + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-floral-still-life_23-2148134813.jpg?_wi=1", imageAlt: "Birthday Celebration flower mix"}, { id: "3", brand: "Lilat Flowers", name: "Luxury Wedding White", price: "₾149.99", rating: 5, - reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/floral-ornament-with-heart-shaped_1157-334.jpg", imageAlt: "Luxury Wedding White flowers"}, + reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/floral-ornament-with-heart-shaped_1157-334.jpg?_wi=1", imageAlt: "Luxury Wedding White flowers"}, ]} buttons={[{ text: "View All Bouquets" }]} /> @@ -107,7 +107,7 @@ export default function HomePage() { title: "Local Business", description: "Woman-owned and proud to serve our community with premium, personalized service.", icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-florist-making-beautiful-arrangement-flowers_23-2149127259.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-florist-making-beautiful-arrangement-flowers_23-2149127259.jpg?_wi=1" imageAlt="Lilat Flowers shop interior" mediaAnimation="slide-up" buttons={[{ text: "Learn More" }]} @@ -122,7 +122,7 @@ export default function HomePage() { tagIcon={Truck} useInvertedBackground={false} mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/selective-focus-beautiful-bouquet-wooden-table_181624-38107.jpg" + imageSrc="http://img.b2bpic.net/free-photo/selective-focus-beautiful-bouquet-wooden-table_181624-38107.jpg?_wi=1" imageAlt="Same-day flower delivery service" mediaAnimation="slide-up" accordionItems={[ @@ -194,7 +194,7 @@ export default function HomePage() { tagIcon={Mail} background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/bouquet-flowers-glass-vase-with-decorative-elements-blurred-background-easter-holiday-concept_169016-9695.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bouquet-flowers-glass-vase-with-decorative-elements-blurred-background-easter-holiday-concept_169016-9695.jpg?_wi=1" imageAlt="Beautiful flowers" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1