Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 10:25:16 +00:00

View File

@@ -53,12 +53,12 @@ export default function LandingPage() {
buttonAnimation="slide-up"
background={{ variant: "plain" }}
carouselItems={[
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautifully-shaped-glass-bottles-filled-with-perfume_181624-28370.jpg", imageAlt: "fragrance perfume bottle luxury elegant cosmetics" },
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-variety-cosmetic-products-desk-isolated_574295-5284.jpg", imageAlt: "perfume beauty fragrance premium cosmetics" },
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669115.jpg", imageAlt: "luxury perfume fragrance bottle cosmetics premium beauty" },
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg", imageAlt: "perfume cosmetics luxury fragrance beauty" },
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg", imageAlt: "fragrance luxury perfume cosmetics premium beauty" },
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "perfume bottle luxury cosmetics fragrance premium" }
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautifully-shaped-glass-bottles-filled-with-perfume_181624-28370.jpg?_wi=1", imageAlt: "fragrance perfume bottle luxury elegant cosmetics" },
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-variety-cosmetic-products-desk-isolated_574295-5284.jpg?_wi=1", imageAlt: "perfume beauty fragrance premium cosmetics" },
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669115.jpg?_wi=1", imageAlt: "luxury perfume fragrance bottle cosmetics premium beauty" },
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=1", imageAlt: "perfume cosmetics luxury fragrance beauty" },
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=2", imageAlt: "fragrance luxury perfume cosmetics premium beauty" },
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=1", imageAlt: "perfume bottle luxury cosmetics fragrance premium" }
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -69,22 +69,22 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "perfume-1", name: "Midnight Blossom", price: "$185", variant: "100ml • Floral • 3 Scent Notes", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautifully-shaped-glass-bottles-filled-with-perfume_181624-28370.jpg", imageAlt: "Midnight Blossom Fragrance"
id: "perfume-1", name: "Midnight Blossom", price: "$185", variant: "100ml • Floral • 3 Scent Notes", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautifully-shaped-glass-bottles-filled-with-perfume_181624-28370.jpg?_wi=2", imageAlt: "Midnight Blossom Fragrance"
},
{
id: "perfume-2", name: "Crystal Noir", price: "$210", variant: "100ml • Oriental • Premium Edition", imageSrc: "http://img.b2bpic.net/free-photo/close-up-variety-cosmetic-products-desk-isolated_574295-5284.jpg", imageAlt: "Crystal Noir Fragrance"
id: "perfume-2", name: "Crystal Noir", price: "$210", variant: "100ml • Oriental • Premium Edition", imageSrc: "http://img.b2bpic.net/free-photo/close-up-variety-cosmetic-products-desk-isolated_574295-5284.jpg?_wi=2", imageAlt: "Crystal Noir Fragrance"
},
{
id: "perfume-3", name: "Amber Essence", price: "$165", variant: "75ml • Woody • Signature Collection", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669115.jpg", imageAlt: "Amber Essence Fragrance"
id: "perfume-3", name: "Amber Essence", price: "$165", variant: "75ml • Woody • Signature Collection", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669115.jpg?_wi=2", imageAlt: "Amber Essence Fragrance"
},
{
id: "perfume-4", name: "Rose Garden", price: "$195", variant: "100ml • Fruity Floral • Limited Release", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg", imageAlt: "Rose Garden Fragrance"
id: "perfume-4", name: "Rose Garden", price: "$195", variant: "100ml • Fruity Floral • Limited Release", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=3", imageAlt: "Rose Garden Fragrance"
},
{
id: "perfume-5", name: "Ocean Wave", price: "$175", variant: "100ml • Fresh Citrus • Summer Collection", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg", imageAlt: "Ocean Wave Fragrance"
id: "perfume-5", name: "Ocean Wave", price: "$175", variant: "100ml • Fresh Citrus • Summer Collection", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=4", imageAlt: "Ocean Wave Fragrance"
},
{
id: "perfume-6", name: "Vanilla Luxe", price: "$200", variant: "100ml • Gourmand • Exclusive Blend", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Vanilla Luxe Fragrance"
id: "perfume-6", name: "Vanilla Luxe", price: "$200", variant: "100ml • Gourmand • Exclusive Blend", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=2", imageAlt: "Vanilla Luxe Fragrance"
}
]}
title="Premium Fragrance Collection"
@@ -114,7 +114,7 @@ export default function LandingPage() {
buttons={[
{ text: "Learn More", href: "#" }
]}
imageSrc="http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg"
imageSrc="http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=5"
imageAlt="Luxury cosmetics and perfume collection"
useInvertedBackground={false}
/>
@@ -124,22 +124,22 @@ export default function LandingPage() {
<TestimonialCardTwo
testimonials={[
{
id: "testimonial-1", name: "Alexandra Moore", role: "Luxury Beauty Editor", testimonial: "The interactive product experience transformed how I discover fragrances. The animations bring each scent to life, and the product details are incredibly comprehensive. This is the future of fragrance shopping.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "portrait woman professional headshot profile"
id: "testimonial-1", name: "Alexandra Moore", role: "Luxury Beauty Editor", testimonial: "The interactive product experience transformed how I discover fragrances. The animations bring each scent to life, and the product details are incredibly comprehensive. This is the future of fragrance shopping.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "portrait woman professional headshot profile"
},
{
id: "testimonial-2", name: "Victoria Chen", role: "Fashion Influencer", testimonial: "I've purchased from many luxury perfume retailers, but Essence & Aura's curation is unmatched. Every fragrance in their collection is a masterpiece. The customer service is also exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "portrait woman professional headshot business"
id: "testimonial-2", name: "Victoria Chen", role: "Fashion Influencer", testimonial: "I've purchased from many luxury perfume retailers, but Essence & Aura's curation is unmatched. Every fragrance in their collection is a masterpiece. The customer service is also exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1", imageAlt: "portrait woman professional headshot business"
},
{
id: "testimonial-3", name: "Sophia Delacroix", role: "Perfume Collector", testimonial: "The rotating product animations and spray effects perfectly capture the elegance of their fragrances. I feel like I'm in a high-end boutique. Absolutely premium experience.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "portrait woman professional headshot corporate"
},
{
id: "testimonial-4", name: "Isabella Rodriguez", role: "Beauty Consultant", testimonial: "My clients are constantly impressed by the product storytelling on this platform. The immersive design justifies the premium pricing and builds confidence in the purchase decision.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "portrait woman professional headshot business"
id: "testimonial-4", name: "Isabella Rodriguez", role: "Beauty Consultant", testimonial: "My clients are constantly impressed by the product storytelling on this platform. The immersive design justifies the premium pricing and builds confidence in the purchase decision.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", imageAlt: "portrait woman professional headshot business"
},
{
id: "testimonial-5", name: "Emma Hartley", role: "Luxury Lifestyle Blogger", testimonial: "Essence & Aura combines aesthetic beauty with functional design. Their fragrance collection is carefully curated, and the interactive experience makes shopping feel like an art form.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "portrait woman professional headshot profile"
id: "testimonial-5", name: "Emma Hartley", role: "Luxury Lifestyle Blogger", testimonial: "Essence & Aura combines aesthetic beauty with functional design. Their fragrance collection is carefully curated, and the interactive experience makes shopping feel like an art form.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "portrait woman professional headshot profile"
},
{
id: "testimonial-6", name: "Rachel Thompson", role: "Corporate Gift Curator", testimonial: "I recommend Essence & Aura to all my high-end clients looking for premium gift options. The presentation and product quality are consistently exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "portrait woman professional headshot business"
id: "testimonial-6", name: "Rachel Thompson", role: "Corporate Gift Curator", testimonial: "I recommend Essence & Aura to all my high-end clients looking for premium gift options. The presentation and product quality are consistently exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=3", imageAlt: "portrait woman professional headshot business"
}
]}
title="Loved by Fragrance Connoisseurs"
@@ -201,7 +201,7 @@ export default function LandingPage() {
required: true
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg"
imageSrc="http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=6"
imageAlt="Luxury perfume display"
mediaAnimation="slide-up"
mediaPosition="right"