Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-03-05 23:26:36 +00:00

View File

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