From c86017600c9df6c128b5d361734a074901bad6a2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 23:26:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d5b177..c360573 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,13 +57,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-vector/realistic-luxury-perfume-ad-template_52683-8485.jpg", imageAlt: "EDVOD premium perfume bottle" }, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Luxury fragrance collection" + imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=1", imageAlt: "Luxury fragrance collection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-facial-care-products-rose-petals_169016-24243.jpg", imageAlt: "Premium perfume design" + imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-facial-care-products-rose-petals_169016-24243.jpg?_wi=1", imageAlt: "Premium perfume design" }, { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-story-collection_23-2149162668.jpg", imageAlt: "Elegant fragrance bottle" + imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-story-collection_23-2149162668.jpg?_wi=1", imageAlt: "Elegant fragrance bottle" }, ]} rightCarouselItems={[ @@ -107,15 +107,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "EDVOD", name: "Midnight Essence", price: "$185.00", rating: 5, - reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Midnight Essence perfume bottle" + reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=2", imageAlt: "Midnight Essence perfume bottle" }, { id: "2", brand: "EDVOD", name: "Golden Dreams", price: "$195.00", rating: 5, - reviewCount: "428", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-facial-care-products-rose-petals_169016-24243.jpg", imageAlt: "Golden Dreams fragrance" + reviewCount: "428", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-facial-care-products-rose-petals_169016-24243.jpg?_wi=2", imageAlt: "Golden Dreams fragrance" }, { id: "3", brand: "EDVOD", name: "Luminous Aura", price: "$175.00", rating: 5, - reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-story-collection_23-2149162668.jpg", imageAlt: "Luminous Aura perfume" + reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-story-collection_23-2149162668.jpg?_wi=2", imageAlt: "Luminous Aura perfume" }, ]} buttons={[{ text: "View All", href: "#collections" }]} -- 2.49.1