From a4dfeb6ef105ff43acbb0990352f6b43b017185a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:47:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 403c22b..b392ceb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,9 +70,10 @@ 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/attractive-african-woman-florist-smiling-making-bouquet-flowers-workplace-white-wall_176420-12262.jpg" imageAlt="Okeo Flowers Studio workspace" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -89,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?_wi=1", 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", imageAlt: "Beautiful red roses arrangement" }, { id: "2", brand: "Okeo Studio", name: "Vibrant Spring Tulips", price: "$65.00", rating: 5, @@ -121,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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Custom bouquet arrangement" } ]} />