From f779ef460a254c94692fec1120f1b971e6aec02b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:04:42 +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 2c0f543..c07ae90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Explore Products", href: "products" }, { text: "Learn More", href: "about" } ]} - imageSrc="http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=1" imageAlt="EDVOD Premium Perfume Collection" imagePosition="right" mediaAnimation="blur-reveal" @@ -70,7 +70,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Midnight Essence", price: "$129.99", variant: "100ml Eau de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Midnight Essence Perfume", isFavorited: false + id: "1", name: "Midnight Essence", price: "$129.99", variant: "100ml Eau de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=2", imageAlt: "Midnight Essence Perfume", isFavorited: false }, { id: "2", name: "Golden Hour", price: "$145.99", variant: "100ml Premium Edition", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420685.jpg", imageAlt: "Golden Hour Perfume", isFavorited: false @@ -95,7 +95,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "classic", title: "Classic Collection", price: "$99.99", period: "per bottle", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg", imageAlt: "Classic Collection", features: ["50ml bottle", "Standard formulation", "3-month longevity", "Free shipping"], + id: "classic", title: "Classic Collection", price: "$99.99", period: "per bottle", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=1", imageAlt: "Classic Collection", features: ["50ml bottle", "Standard formulation", "3-month longevity", "Free shipping"], button: { text: "Select Plan", href: "products" } }, { @@ -103,7 +103,7 @@ export default function LandingPage() { button: { text: "Select Plan", href: "products" } }, { - id: "elite", title: "Elite Exclusive", price: "$199.99", period: "per bottle", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg", imageAlt: "Elite Exclusive", features: ["150ml bottle", "Premium concentrate", "12-month longevity", "Express shipping", "Exclusive case", "Personal consultation"], + id: "elite", title: "Elite Exclusive", price: "$199.99", period: "per bottle", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=2", imageAlt: "Elite Exclusive", features: ["150ml bottle", "Premium concentrate", "12-month longevity", "Express shipping", "Exclusive case", "Personal consultation"], button: { text: "Select Plan", href: "products" } } ]} -- 2.49.1