diff --git a/src/app/page.tsx b/src/app/page.tsx index 61426fd..b862efb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-floral-composition_23-2150969171.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-floral-composition_23-2150969171.jpg?_wi=1" imageAlt="Flowers in studio" /> @@ -88,7 +88,7 @@ export default function LandingPage() { description: "Eco-friendly methods for a greener studio.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-fresh-flowers-flora-shop-work-space-business_53876-23097.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-fresh-flowers-flora-shop-work-space-business_53876-23097.jpg?_wi=1" imageAlt="Florist at work" mediaAnimation="blur-reveal" /> @@ -108,7 +108,7 @@ export default function LandingPage() { price: "$85", rating: 5, reviewCount: "24", - imageSrc: "http://img.b2bpic.net/free-photo/mother-s-day-gift-box-tulips-palm_23-2148082236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mother-s-day-gift-box-tulips-palm_23-2148082236.jpg?_wi=1", }, { id: "2", @@ -221,7 +221,7 @@ export default function LandingPage() { description: "We work with local farms to ensure maximum freshness and quality.", bentoComponent: "reveal-icon", icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-floral-composition_23-2150969171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-floral-composition_23-2150969171.jpg?_wi=2", imageAlt: "elegant flower studio background", }, { @@ -229,7 +229,7 @@ export default function LandingPage() { description: "Eco-conscious packaging and foam-free arrangements.", bentoComponent: "reveal-icon", icon: Recycle, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-flowers-flora-shop-work-space-business_53876-23097.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-flowers-flora-shop-work-space-business_53876-23097.jpg?_wi=2", imageAlt: "botanical florist working studio", }, { @@ -237,7 +237,7 @@ export default function LandingPage() { description: "Personalized consultations for your special event.", bentoComponent: "reveal-icon", icon: Palette, - imageSrc: "http://img.b2bpic.net/free-photo/mother-s-day-gift-box-tulips-palm_23-2148082236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mother-s-day-gift-box-tulips-palm_23-2148082236.jpg?_wi=2", imageAlt: "premium floral bouquet seasonal", }, ]}