Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-31 04:35:36 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Fragrances",
id: "products",
},
name: "Fragrances", id: "products"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Reviews",
id: "testimonials",
},
name: "Reviews", id: "testimonials"},
]}
brandName="Aura"
/>
@@ -52,38 +44,19 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Exquisite Fragrances for the Connoisseur"
description="Discover our curated collection of luxury designer and niche perfumes, crafted for those who value uniqueness and quality."
tag="Luxury Scents"
buttons={[
{
text: "Shop Now",
href: "#products",
},
text: "Shop Now", href: "#products"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-grapes-drink_23-2149629936.jpg?_wi=1",
imageAlt: "Designer Perfume Bottle",
},
imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-grapes-drink_23-2149629936.jpg", imageAlt: "Designer Perfume Bottle"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-rectangular-cologne-bottle-branch-rotten-wood-nude-background_140725-145550.jpg",
imageAlt: "Niche Perfume Collection",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420629.jpg?_wi=1",
imageAlt: "Amber Niche Fragrance",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cup-with-oil-hair_23-2148547358.jpg?_wi=1",
imageAlt: "Floral Designer Essence",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sustainably-produced-alcoholic-beverage_23-2150162939.jpg?_wi=1",
imageAlt: "Oud Mystique Collection",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-rectangular-cologne-bottle-branch-rotten-wood-nude-background_140725-145550.jpg", imageAlt: "Niche Perfume Collection"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -99,32 +72,14 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "NicheCo",
name: "Midnight Amber",
price: "$180",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420629.jpg?_wi=2",
},
id: "p1", brand: "NicheCo", name: "Midnight Amber", price: "$180", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420629.jpg"},
{
id: "p2",
brand: "DesignerX",
name: "Floral Essence",
price: "$120",
rating: 4,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/cup-with-oil-hair_23-2148547358.jpg?_wi=2",
},
id: "p2", brand: "DesignerX", name: "Floral Essence", price: "$120", rating: 4,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/cup-with-oil-hair_23-2148547358.jpg"},
{
id: "p3",
brand: "LuxuryNiche",
name: "Oud Mystique",
price: "$250",
rating: 5,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sustainably-produced-alcoholic-beverage_23-2150162939.jpg?_wi=2",
},
id: "p3", brand: "LuxuryNiche", name: "Oud Mystique", price: "$250", rating: 5,
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sustainably-produced-alcoholic-beverage_23-2150162939.jpg"},
]}
title="Popular Collections"
description="Our best-selling fragrances ranging from bold designer classics to hidden niche treasures."
@@ -148,40 +103,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Elena R.",
role: "Collector",
testimonial: "The niche collection is absolutely stunning. Fast shipping!",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-posing_23-2149457709.jpg",
},
id: "t1", name: "Elena R.", role: "Collector", testimonial: "The niche collection is absolutely stunning. Fast shipping!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-posing_23-2149457709.jpg"},
{
id: "t2",
name: "Mark S.",
role: "Customer",
testimonial: "Found my signature scent here. Aura is the best source.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-buttons-up-his-blue-shirt_23-2148130306.jpg",
},
id: "t2", name: "Mark S.", role: "Customer", testimonial: "Found my signature scent here. Aura is the best source.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-buttons-up-his-blue-shirt_23-2148130306.jpg"},
{
id: "t3",
name: "Sarah P.",
role: "Designer Lover",
testimonial: "Authentic designer perfumes at great prices. Very impressed.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-eating-doughnut_23-2148316154.jpg",
},
id: "t3", name: "Sarah P.", role: "Designer Lover", testimonial: "Authentic designer perfumes at great prices. Very impressed.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-eating-doughnut_23-2148316154.jpg"},
{
id: "t4",
name: "John D.",
role: "Fragrance Enthusiast",
testimonial: "Exceptional customer service and packaging. Pure luxury.",
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-shopping-mall_329181-7984.jpg",
},
id: "t4", name: "John D.", role: "Fragrance Enthusiast", testimonial: "Exceptional customer service and packaging. Pure luxury.", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-shopping-mall_329181-7984.jpg"},
{
id: "t5",
name: "Chloe M.",
role: "Trendsetter",
testimonial: "Unique scents you won't find anywhere else. Simply perfect.",
imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-grapes-drink_23-2149629936.jpg?_wi=2",
},
id: "t5", name: "Chloe M.", role: "Trendsetter", testimonial: "Unique scents you won't find anywhere else. Simply perfect.", imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-grapes-drink_23-2149629936.jpg"},
]}
title="What Our Clients Say"
description="Authentic experiences from fragrance enthusiasts."
@@ -197,30 +127,15 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "q1",
title: "Are your fragrances authentic?",
content: "Yes, all our fragrances are 100% authentic designer and niche products sourced directly from official suppliers.",
},
id: "q1", title: "Are your fragrances authentic?", content: "Yes, all our fragrances are 100% authentic designer and niche products sourced directly from official suppliers."},
{
id: "q2",
title: "Do you offer shipping worldwide?",
content: "We currently ship to most major countries with secure, fragrance-safe packaging.",
},
id: "q2", title: "Do you offer shipping worldwide?", content: "We currently ship to most major countries with secure, fragrance-safe packaging."},
{
id: "q3",
title: "Can I return a perfume?",
content: "Due to hygiene regulations, we cannot accept returns once the fragrance seal is broken.",
},
id: "q3", title: "Can I return a perfume?", content: "Due to hygiene regulations, we cannot accept returns once the fragrance seal is broken."},
{
id: "q4",
title: "How do I choose a scent?",
content: "We recommend starting with our discovery kits or contacting our scent stylists for personalized advice.",
},
id: "q4", title: "How do I choose a scent?", content: "We recommend starting with our discovery kits or contacting our scent stylists for personalized advice."},
{
id: "q5",
title: "Are there subscription options?",
content: "We are launching a monthly scent discovery subscription service early this year. Stay tuned.",
},
id: "q5", title: "Are there subscription options?", content: "We are launching a monthly scent discovery subscription service early this year. Stay tuned."},
]}
/>
</div>
@@ -230,29 +145,19 @@ export default function LandingPage() {
logoText="Aura Fragrances"
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "Designer",
href: "#products",
},
label: "Designer", href: "#products"},
{
label: "Niche",
href: "#products",
},
label: "Niche", href: "#products"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Contact",
href: "#",
},
label: "Contact", href: "#"},
],
},
]}