Merge version_1 into main #2

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

View File

@@ -54,23 +54,31 @@ export default function LandingPage() {
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{
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-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?_wi=1", imageAlt: "Luxury fragrance collection"},
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/spa-composition-with-facial-care-products-rose-petals_169016-24243.jpg?_wi=1", imageAlt: "Premium perfume design"},
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-vector/gradient-art-deco-story-collection_23-2149162668.jpg?_wi=1", imageAlt: "Elegant fragrance bottle"},
imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-story-collection_23-2149162668.jpg", imageAlt: "Elegant fragrance bottle"
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/black-bottle-mens-perfume-cosmetic-bag-dark-blue-background-space-text_185193-161788.jpg", imageAlt: "Mens fragrance collection"},
imageSrc: "http://img.b2bpic.net/free-photo/black-bottle-mens-perfume-cosmetic-bag-dark-blue-background-space-text_185193-161788.jpg", imageAlt: "Mens fragrance collection"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-glass-bottles-design-resource_53876-96700.jpg", imageAlt: "Womens luxury perfume"},
imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-glass-bottles-design-resource_53876-96700.jpg", imageAlt: "Womens luxury perfume"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094178.jpg", imageAlt: "Unisex fragrance"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094178.jpg", imageAlt: "Unisex fragrance"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669153.jpg", imageAlt: "Limited edition perfume"},
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669153.jpg", imageAlt: "Limited edition perfume"
},
]}
carouselPosition="right"
buttons={[
@@ -78,7 +86,6 @@ export default function LandingPage() {
{ text: "Explore Collection", href: "#collections" },
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
titleClassName="text-6xl md:text-7xl font-bold text-foreground"
descriptionClassName="text-lg text-foreground/80"
tagClassName="text-primary-cta font-semibold"
@@ -97,20 +104,23 @@ export default function LandingPage() {
textboxLayout="default"
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
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?_wi=2", imageAlt: "Midnight Essence perfume bottle"},
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", 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?_wi=2", imageAlt: "Golden Dreams fragrance"},
reviewCount: "428", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-facial-care-products-rose-petals_169016-24243.jpg", 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?_wi=2", imageAlt: "Luminous Aura perfume"},
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-story-collection_23-2149162668.jpg", imageAlt: "Luminous Aura perfume"
},
]}
buttons={[{ text: "View All", href: "#collections" }]}
buttonAnimation="slide-up"
useInvertedBackground={true}
titleClassName="text-5xl md:text-6xl font-bold text-foreground"
descriptionClassName="text-lg text-foreground/70"
tagClassName="text-primary-cta font-semibold"
@@ -130,13 +140,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
negativeCard={{
items: ["Ordinary fragrances", "Mass-produced scents", "Limited longevity", "Generic appeal"],
}}
positiveCard={{
items: ["Luxury artisanal blends", "Handcrafted formulations", "12+ hour longevity", "Individually distinctive"],
}}
useInvertedBackground={false}
titleClassName="text-5xl md:text-6xl font-bold text-foreground"
descriptionClassName="text-lg text-foreground/70"
tagClassName="text-primary-cta font-semibold"
@@ -174,22 +184,28 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Alexandra Stone", role: "Luxury Editor", company: "Prestige Mag", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-african-businesswoman-near-window-eyes-closed_171337-16073.jpg", imageAlt: "Alexandra Stone"},
imageSrc: "http://img.b2bpic.net/free-photo/attractive-african-businesswoman-near-window-eyes-closed_171337-16073.jpg", imageAlt: "Alexandra Stone"
},
{
id: "2", name: "Marcus Chen", role: "Fragrance Curator", company: "Olfactory Society", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indoor-studio-shot-attractive-pretty-woman-with-light-brown-hair-wearing-black-jacket-with-red-lips_291650-1321.jpg", imageAlt: "Marcus Chen"},
imageSrc: "http://img.b2bpic.net/free-photo/indoor-studio-shot-attractive-pretty-woman-with-light-brown-hair-wearing-black-jacket-with-red-lips_291650-1321.jpg", imageAlt: "Marcus Chen"
},
{
id: "3", name: "Victoria Laurent", role: "Fashion Influencer", company: "Elite Living", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg", imageAlt: "Victoria Laurent"},
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg", imageAlt: "Victoria Laurent"
},
{
id: "4", name: "James Richardson", role: "Collector", company: "Private Collection", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-lady-jacket-white-pants-smiling-outside-lovely-woman-with-bright-lips-eyeglasses-outdoors_197531-19337.jpg", imageAlt: "James Richardson"},
imageSrc: "http://img.b2bpic.net/free-photo/joyful-lady-jacket-white-pants-smiling-outside-lovely-woman-with-bright-lips-eyeglasses-outdoors_197531-19337.jpg", imageAlt: "James Richardson"
},
{
id: "5", name: "Sophie Dubois", role: "Lifestyle Blogger", company: "Chic Chronicles", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-looks-into-camera-smiles-caucasian-short-haired-lady-black-jacket-laughing-posing-isolated_197531-18517.jpg", imageAlt: "Sophie Dubois"},
imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-looks-into-camera-smiles-caucasian-short-haired-lady-black-jacket-laughing-posing-isolated_197531-18517.jpg", imageAlt: "Sophie Dubois"
},
{
id: "6", name: "Christopher Wells", role: "CEO", company: "Luxury Goods Inc", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg", imageAlt: "Christopher Wells"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg", imageAlt: "Christopher Wells"
},
]}
kpiItems={[
{ value: "15K+", label: "Satisfied Collectors Worldwide" },
@@ -212,9 +228,11 @@ export default function LandingPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1", value: "100%", description: "Natural and ethically sourced ingredients in every creation"},
id: "1", value: "100%", description: "Natural and ethically sourced ingredients in every creation"
},
{
id: "2", value: "25+", description: "Master perfumers crafting each fragrance with precision"},
id: "2", value: "25+", description: "Master perfumers crafting each fragrance with precision"
},
]}
metricsAnimation="slide-up"
useInvertedBackground={true}
@@ -235,23 +253,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
logos={[
{
src: "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", alt: "Luxury Brand 1"},
{
src: "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", alt: "Luxury Brand 2"},
{
src: "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842743.jpg", alt: "Luxury Brand 3"},
{
src: "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", alt: "Luxury Brand 4"},
{
src: "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", alt: "Luxury Brand 5"},
{
src: "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", alt: "Luxury Brand 6"},
{
src: "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", alt: "Luxury Brand 7"},
{
src: "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", alt: "Luxury Brand 8"},
]}
"http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842743.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg"]}
speed={40}
showCard={true}
titleClassName="text-5xl md:text-6xl font-bold text-foreground"
@@ -268,13 +270,17 @@ export default function LandingPage() {
ctaIcon={Mail}
faqs={[
{
id: "1", title: "What makes EDVOD fragrances unique?", content: "Each EDVOD fragrance is masterfully crafted using the finest natural ingredients, with longevity and depth that distinguishes it from mass-produced alternatives. Our proprietary blending process ensures 12+ hours of consistent scent profile."},
id: "1", title: "What makes EDVOD fragrances unique?", content: "Each EDVOD fragrance is masterfully crafted using the finest natural ingredients, with longevity and depth that distinguishes it from mass-produced alternatives. Our proprietary blending process ensures 12+ hours of consistent scent profile."
},
{
id: "2", title: "How should I store my EDVOD fragrance?", content: "Store your fragrance in a cool, dark place away from direct sunlight and temperature fluctuations. The ideal storage temperature is between 15-18°C (59-64°F). Keep the bottle upright and tightly sealed."},
id: "2", title: "How should I store my EDVOD fragrance?", content: "Store your fragrance in a cool, dark place away from direct sunlight and temperature fluctuations. The ideal storage temperature is between 15-18°C (59-64°F). Keep the bottle upright and tightly sealed."
},
{
id: "3", title: "What is your return policy?", content: "We offer a 30-day satisfaction guarantee. If you're not completely enchanted with your EDVOD fragrance, simply return it in original condition for a full refund or exchange."},
id: "3", title: "What is your return policy?", content: "We offer a 30-day satisfaction guarantee. If you're not completely enchanted with your EDVOD fragrance, simply return it in original condition for a full refund or exchange."
},
{
id: "4", title: "Do you offer personalized fragrance consultations?", content: "Yes. Our master perfumers are available for virtual consultations. Contact our concierge team to schedule a personalized session where we'll help you discover your signature scent."},
id: "4", title: "Do you offer personalized fragrance consultations?", content: "Yes. Our master perfumers are available for virtual consultations. Contact our concierge team to schedule a personalized session where we'll help you discover your signature scent."
},
]}
useInvertedBackground={true}
animationType="slide-up"