Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 15:04:47 +00:00

View File

@@ -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" }
}
]}