1 Commits

Author SHA1 Message Date
5463171952 Update src/app/page.tsx 2026-04-23 13:03:55 +00:00

View File

@@ -32,74 +32,43 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Store", name: "Store", id: "products"},
id: "products",
},
{ {
name: "About", name: "About", id: "features"},
id: "features",
},
{ {
name: "Book Consultation", name: "Book Consultation", id: "contact"},
id: "contact",
},
]} ]}
brandName="Aura Mist" brandName="aura by minah"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
title="Own Your Aura" title="Own Your Aura"
description="Luxury fragrances crafted to leave a lasting impression." description="Luxury fragrances crafted to leave a lasting impression."
buttons={[ buttons={[
{ {
text: "Shop Now", text: "Shop Now", href: "#products"},
href: "#products",
},
{ {
text: "Book Consultation", text: "Book Consultation", href: "#contact"},
href: "#contact",
},
]} ]}
carouselItems={[ carouselItems={[
{ {
id: "1", id: "1", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-little-foam_23-2148292493.jpg", imageAlt: "Fragrance 1"},
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-little-foam_23-2148292493.jpg",
imageAlt: "Fragrance 1",
},
{ {
id: "2", id: "2", imageSrc: "http://img.b2bpic.net/free-photo/ceremonial-wedding-candles-with-white-ribbons-engagement-ring-perfume-wooden-floor_8353-10520.jpg", imageAlt: "Fragrance 2"},
imageSrc: "http://img.b2bpic.net/free-photo/ceremonial-wedding-candles-with-white-ribbons-engagement-ring-perfume-wooden-floor_8353-10520.jpg",
imageAlt: "Fragrance 2",
},
{ {
id: "3", id: "3", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420633.jpg", imageAlt: "Fragrance 3"},
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420633.jpg",
imageAlt: "Fragrance 3",
},
{ {
id: "4", id: "4", imageSrc: "http://img.b2bpic.net/free-photo/lights-prisms-effect-close-up_23-2148917906.jpg", imageAlt: "Fragrance 4"},
imageSrc: "http://img.b2bpic.net/free-photo/lights-prisms-effect-close-up_23-2148917906.jpg",
imageAlt: "Fragrance 4",
},
{ {
id: "5", id: "5", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Fragrance 5"},
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg",
imageAlt: "Fragrance 5",
},
{ {
id: "6", id: "6", imageSrc: "http://img.b2bpic.net/free-photo/vivid-yellow-ink-droplet-water_23-2147744734.jpg", imageAlt: "Fragrance 6"},
imageSrc: "http://img.b2bpic.net/free-photo/vivid-yellow-ink-droplet-water_23-2147744734.jpg",
imageAlt: "Fragrance 6",
},
]} ]}
/> />
</div> </div>
@@ -112,41 +81,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Midnight Ember", price: "₦45,000", imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097716.jpg"},
name: "Midnight Ember",
price: "₦45,000",
imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097716.jpg",
},
{ {
id: "p2", id: "p2", name: "Golden Veil", price: "₦48,000", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420746.jpg"},
name: "Golden Veil",
price: "₦48,000",
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420746.jpg",
},
{ {
id: "p3", id: "p3", name: "Obsidian Noir", price: "₦52,000", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shaving-brush-perfume_53876-32090.jpg"},
name: "Obsidian Noir",
price: "₦52,000",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shaving-brush-perfume_53876-32090.jpg",
},
{ {
id: "p4", id: "p4", name: "Midnight Ember (Refill)", price: "₦35,000", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337702.jpg"},
name: "Midnight Ember (Refill)",
price: "₦35,000",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337702.jpg",
},
{ {
id: "p5", id: "p5", name: "Golden Veil (Sample)", price: "₦15,000", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420655.jpg"},
name: "Golden Veil (Sample)",
price: "₦15,000",
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420655.jpg",
},
{ {
id: "p6", id: "p6", name: "Obsidian Noir (Limited)", price: "₦65,000", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420723.jpg"},
name: "Obsidian Noir (Limited)",
price: "₦65,000",
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420723.jpg",
},
]} ]}
title="Signature Collection" title="Signature Collection"
description="Discover your essence among our expertly curated luxury scents." description="Discover your essence among our expertly curated luxury scents."
@@ -160,35 +105,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "f1", id: "f1", title: "Long-Lasting", author: "Formula", description: "Up to 24-hour longevity for maximum presence.", tags: [
title: "Long-Lasting", "Premium"],
author: "Formula", imageSrc: "http://img.b2bpic.net/free-photo/blue-smoke-collection-white-background_1112-1432.jpg"},
description: "Up to 24-hour longevity for maximum presence.",
tags: [
"Premium",
],
imageSrc: "http://img.b2bpic.net/free-photo/blue-smoke-collection-white-background_1112-1432.jpg",
},
{ {
id: "f2", id: "f2", title: "Premium Oils", author: "Ingredients", description: "Sourced from the finest global fragrance houses.", tags: [
title: "Premium Oils", "Quality"],
author: "Ingredients", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669103.jpg"},
description: "Sourced from the finest global fragrance houses.",
tags: [
"Quality",
],
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669103.jpg",
},
{ {
id: "f3", id: "f3", title: "Climate Friendly", author: "Design", description: "Specially formulated for the Nigerian weather.", tags: [
title: "Climate Friendly", "Exclusive"],
author: "Design", imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-flowers-drink_23-2149629977.jpg"},
description: "Specially formulated for the Nigerian weather.",
tags: [
"Exclusive",
],
imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-flowers-drink_23-2149629977.jpg",
},
]} ]}
title="Why Aura Mist?" title="Why Aura Mist?"
description="Excellence in every bottle, refined for your lifestyle." description="Excellence in every bottle, refined for your lifestyle."
@@ -203,25 +130,15 @@ export default function LandingPage() {
author="Sarah Adesua" author="Sarah Adesua"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/young-stylish-beautiful-woman-blue-printed-dress-sunglasses-happy-mood-fashion-outfit-trendy-apparel-smiling-summer-accessories_285396-3849.jpg", src: "http://img.b2bpic.net/free-photo/young-stylish-beautiful-woman-blue-printed-dress-sunglasses-happy-mood-fashion-outfit-trendy-apparel-smiling-summer-accessories_285396-3849.jpg", alt: "User 1"},
alt: "User 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/browneyed-brunette-woman-beige-dress-with-straw-bag-holds-widebrimmed-hat-moves-along-path-old-city_197531-30085.jpg", src: "http://img.b2bpic.net/free-photo/browneyed-brunette-woman-beige-dress-with-straw-bag-holds-widebrimmed-hat-moves-along-path-old-city_197531-30085.jpg", alt: "User 2"},
alt: "User 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4753.jpg", src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4753.jpg", alt: "User 3"},
alt: "User 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg", src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg", alt: "User 4"},
alt: "User 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", alt: "User 5"},
alt: "User 5",
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -235,26 +152,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "10k+", title: "Happy Clients", description: "Growing fragrance family.", imageSrc: "http://img.b2bpic.net/free-photo/blue-smoke-collection-white-background_1112-1438.jpg"},
value: "10k+",
title: "Happy Clients",
description: "Growing fragrance family.",
imageSrc: "http://img.b2bpic.net/free-photo/blue-smoke-collection-white-background_1112-1438.jpg",
},
{ {
id: "m2", id: "m2", value: "30+", title: "Scents", description: "Varieties curated for you.", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420701.jpg"},
value: "30+",
title: "Scents",
description: "Varieties curated for you.",
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420701.jpg",
},
{ {
id: "m3", id: "m3", value: "5*", title: "Rating", description: "Average customer satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg"},
value: "5*",
title: "Rating",
description: "Average customer satisfaction.",
imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg",
},
]} ]}
title="By The Numbers" title="By The Numbers"
description="Our commitment to quality speaks for itself." description="Our commitment to quality speaks for itself."
@@ -266,14 +168,7 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Global Oils", "Global Oils", "Essenze Corp", "VaporTech", "Gold Essence", "Pure Mist Labs", "Scentify", "Elite Fragrances"]}
"Essenze Corp",
"VaporTech",
"Gold Essence",
"Pure Mist Labs",
"Scentify",
"Elite Fragrances",
]}
title="Trusted Partnerships" title="Trusted Partnerships"
description="Collaborating with premium suppliers worldwide." description="Collaborating with premium suppliers worldwide."
/> />
@@ -284,20 +179,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "Do you deliver nationwide?", content: "Yes, we ship to all states in Nigeria."},
title: "Do you deliver nationwide?",
content: "Yes, we ship to all states in Nigeria.",
},
{ {
id: "q2", id: "q2", title: "What payment methods do you accept?", content: "We accept Paystack and bank transfers."},
title: "What payment methods do you accept?",
content: "We accept Paystack and bank transfers.",
},
{ {
id: "q3", id: "q3", title: "Can I get a consultation?", content: "Absolutely, book a session with our fragrance expert."},
title: "Can I get a consultation?",
content: "Absolutely, book a session with our fragrance expert.",
},
]} ]}
sideTitle="Questions?" sideTitle="Questions?"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -308,10 +194,9 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
tag="Get In Touch" tag="Get In Touch"
title="Aura Mist - Best Roofing Materials Limited" title="aura by minah"
description="Visit our office at Iyana Ipaja, Lagos or call us at 0805 900 5022." description="Visit our office at Iyana Ipaja, Lagos or call us at 0805 900 5022."
inputPlaceholder="Enter your email for 10% off" inputPlaceholder="Enter your email for 10% off"
buttonText="Get Coupon" buttonText="Get Coupon"
@@ -322,50 +207,35 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Shop", title: "Shop", items: [
items: [
{ {
label: "All Fragrances", label: "All Fragrances", href: "#products"},
href: "#products",
},
{ {
label: "Consultations", label: "Consultations", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "About", title: "About", items: [
items: [
{ {
label: "Our Story", label: "Our Story", href: "#features"},
href: "#features",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms", label: "Terms", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
bottomLeftText="© 2024 Aura Mist. Owned by Best Roofing Materials Limited." bottomLeftText="© 2024 aura by minah."
bottomRightText="All Rights Reserved." bottomRightText="All Rights Reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }