From 8efeeb2c6030b0a25984fa370649063b51bb3f39 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:18:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ac3a59..53d13ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17398.jpg" + imageSrc="http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17398.jpg?_wi=1" imageAlt="Beautiful floral arrangement at Orio studio" buttons={[ { text: "Explore Collections", href: "#products" }, @@ -70,7 +70,7 @@ export default function LandingPage() { { value: "10+", title: "Years of Excellence" }, { value: "5000+", title: "Happy Clients" } ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-flowers_23-2149247537.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-flowers_23-2149247537.jpg?_wi=1" imageAlt="Orio flowers studio workspace" useInvertedBackground={false} mediaAnimation="slide-up" @@ -115,15 +115,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Orio Premium", name: "Romantic Red Roses", price: "$85.00", rating: 5, - reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg", imageAlt: "Romantic red roses arrangement" + reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg?_wi=1", imageAlt: "Romantic red roses arrangement" }, { id: "2", brand: "Orio Deluxe", name: "Blush Peonies", price: "$95.00", rating: 5, - reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bouquet-pink-roses-other-flowers-with-green-leafs_181624-3255.jpg", imageAlt: "Blush peony bouquet" + reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bouquet-pink-roses-other-flowers-with-green-leafs_181624-3255.jpg?_wi=1", imageAlt: "Blush peony bouquet" }, { id: "3", brand: "Orio Sunshine", name: "Golden Sunflowers", price: "$65.00", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/top-view-flowers-wood-with-copy-space_141793-17246.jpg", imageAlt: "Golden sunflower arrangement" + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/top-view-flowers-wood-with-copy-space_141793-17246.jpg?_wi=1", imageAlt: "Golden sunflower arrangement" } ]} />