From ddb5fee387429eca9b57543475304c88d3366be9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:48:17 +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 b392ceb..9f2b2a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { { value: "15+", title: "Years of Expertise" }, { value: "500+", title: "Happy Customers" } ]} - imageSrc="http://img.b2bpic.net/free-photo/attractive-african-woman-florist-smiling-making-bouquet-flowers-workplace-white-wall_176420-12262.jpg" + imageSrc="http://img.b2bpic.net/free-photo/attractive-african-woman-florist-smiling-making-bouquet-flowers-workplace-white-wall_176420-12262.jpg?_wi=1" imageAlt="Okeo Flowers Studio workspace" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -90,7 +90,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Okeo Studio", name: "Romantic Red Roses", price: "$75.00", rating: 5, - reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-womens-mothers-day-red-rose-with-ribbon-heart-gift-surprise_114579-449.jpg", imageAlt: "Beautiful red roses arrangement" + reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-womens-mothers-day-red-rose-with-ribbon-heart-gift-surprise_114579-449.jpg?_wi=1", imageAlt: "Beautiful red roses arrangement" }, { id: "2", brand: "Okeo Studio", name: "Vibrant Spring Tulips", price: "$65.00", rating: 5, @@ -122,11 +122,11 @@ export default function LandingPage() { }, { id: 2, - tag: "Corporate", title: "Office Events", subtitle: "Professional arrangements for your business", description: "Elevate your corporate events with elegant floral centerpieces and installations. Perfect for conferences, gala dinners, and office celebrations that leave lasting impressions.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-african-woman-florist-smiling-making-bouquet-flowers-workplace-white-wall_176420-12262.jpg", imageAlt: "Corporate flower arrangement" + tag: "Corporate", title: "Office Events", subtitle: "Professional arrangements for your business", description: "Elevate your corporate events with elegant floral centerpieces and installations. Perfect for conferences, gala dinners, and office celebrations that leave lasting impressions.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-african-woman-florist-smiling-making-bouquet-flowers-workplace-white-wall_176420-12262.jpg?_wi=2", imageAlt: "Corporate flower arrangement" }, { id: 3, - tag: "Personal", title: "Custom Bouquets", subtitle: "Personalized arrangements just for you", description: "Express your emotions with custom-designed bouquets. Whether for birthdays, anniversaries, or sympathy, we create arrangements that perfectly capture your sentiments.", imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-womens-mothers-day-red-rose-with-ribbon-heart-gift-surprise_114579-449.jpg", imageAlt: "Custom bouquet arrangement" + tag: "Personal", title: "Custom Bouquets", subtitle: "Personalized arrangements just for you", description: "Express your emotions with custom-designed bouquets. Whether for birthdays, anniversaries, or sympathy, we create arrangements that perfectly capture your sentiments.", imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-womens-mothers-day-red-rose-with-ribbon-heart-gift-surprise_114579-449.jpg?_wi=2", imageAlt: "Custom bouquet arrangement" } ]} /> -- 2.49.1