From f7b53ccd0cf436cbcc18fdf224a01d45b222ccd8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 09:28:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed836a6..6faa6ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/pink-roses-with-green-stems_23-2147761211.jpg", imageAlt: "Beautiful floral bouquet arrangement" + imageSrc: "http://img.b2bpic.net/free-photo/pink-roses-with-green-stems_23-2147761211.jpg?_wi=1", imageAlt: "Beautiful floral bouquet arrangement" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-purple-flower-with-yellow-center_91008-592.jpg", imageAlt: "Close-up of flower arrangement details" @@ -87,19 +87,19 @@ export default function LandingPage() { features={[ { id: "1", title: "Romantic Rose Garden", category: ["Weddings", "Anniversaries", "Romance"], - imageSrc: "http://img.b2bpic.net/free-photo/beatiful-wedding-details_1328-5326.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/beatiful-wedding-details_1328-5326.jpg?_wi=1" }, { id: "2", title: "Elegant Event Centerpieces", category: ["Corporate", "Galas", "Celebrations"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bouquet-with-roses-wedding-ceremony_181624-39429.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bouquet-with-roses-wedding-ceremony_181624-39429.jpg?_wi=1" }, { id: "3", title: "Serene Memorial Tributes", category: ["Sympathy", "Memorial", "Remembrance"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-flowers-bouquet_23-2148455224.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-flowers-bouquet_23-2148455224.jpg?_wi=1" }, { id: "4", title: "Seasonal Bouquets", category: ["Seasonal", "Fresh", "Weekly"], - imageSrc: "http://img.b2bpic.net/free-photo/pink-roses-with-green-stems_23-2147761211.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/pink-roses-with-green-stems_23-2147761211.jpg?_wi=2" } ]} animationType="slide-up" @@ -115,13 +115,13 @@ export default function LandingPage() { tag="What We Offer" products={[ { - id: "service-1", name: "Wedding Flowers", variant: "Complete bridal packages", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/beatiful-wedding-details_1328-5326.jpg" + id: "service-1", name: "Wedding Flowers", variant: "Complete bridal packages", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/beatiful-wedding-details_1328-5326.jpg?_wi=2" }, { - id: "service-2", name: "Event Styling", variant: "Florals for any celebration", price: "Starting $200", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bouquet-with-roses-wedding-ceremony_181624-39429.jpg" + id: "service-2", name: "Event Styling", variant: "Florals for any celebration", price: "Starting $200", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bouquet-with-roses-wedding-ceremony_181624-39429.jpg?_wi=2" }, { - id: "service-3", name: "Subscription Blooms", variant: "Fresh flowers delivered weekly", price: "$35/week", imageSrc: "http://img.b2bpic.net/free-photo/top-view-flowers-bouquet_23-2148455224.jpg" + id: "service-3", name: "Subscription Blooms", variant: "Fresh flowers delivered weekly", price: "$35/week", imageSrc: "http://img.b2bpic.net/free-photo/top-view-flowers-bouquet_23-2148455224.jpg?_wi=2" } ]} gridVariant="three-columns-all-equal-width"