Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d7eac8bb3a | |||
| 5463171952 |
238
src/app/page.tsx
238
src/app/page.tsx
@@ -32,74 +32,43 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Store",
|
||||
id: "products",
|
||||
},
|
||||
name: "Store", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "features",
|
||||
},
|
||||
name: "About", id: "features"},
|
||||
{
|
||||
name: "Book Consultation",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Book Consultation", id: "contact"},
|
||||
]}
|
||||
brandName="Aura Mist"
|
||||
brandName="aura by minah"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Own Your Aura"
|
||||
description="Luxury fragrances crafted to leave a lasting impression."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
{
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Consultation", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-little-foam_23-2148292493.jpg",
|
||||
imageAlt: "Fragrance 1",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-little-foam_23-2148292493.jpg", imageAlt: "Fragrance 1"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lights-prisms-effect-close-up_23-2148917906.jpg",
|
||||
imageAlt: "Fragrance 4",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/lights-prisms-effect-close-up_23-2148917906.jpg", imageAlt: "Fragrance 4"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg",
|
||||
imageAlt: "Fragrance 5",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Fragrance 5"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vivid-yellow-ink-droplet-water_23-2147744734.jpg",
|
||||
imageAlt: "Fragrance 6",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/vivid-yellow-ink-droplet-water_23-2147744734.jpg", imageAlt: "Fragrance 6"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -112,41 +81,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Midnight Ember",
|
||||
price: "₦45,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097716.jpg",
|
||||
},
|
||||
id: "p1", name: "Midnight Ember", price: "₦45,000", imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097716.jpg"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Obsidian Noir",
|
||||
price: "₦52,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shaving-brush-perfume_53876-32090.jpg",
|
||||
},
|
||||
id: "p3", name: "Obsidian Noir", price: "₦52,000", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shaving-brush-perfume_53876-32090.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Midnight Ember (Refill)",
|
||||
price: "₦35,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337702.jpg",
|
||||
},
|
||||
id: "p4", name: "Midnight Ember (Refill)", price: "₦35,000", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337702.jpg"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Signature Collection"
|
||||
description="Discover your essence among our expertly curated luxury scents."
|
||||
@@ -160,35 +105,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Long-Lasting",
|
||||
author: "Formula",
|
||||
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: "f1", title: "Long-Lasting", author: "Formula", 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",
|
||||
title: "Premium Oils",
|
||||
author: "Ingredients",
|
||||
description: "Sourced from the finest global fragrance houses.",
|
||||
tags: [
|
||||
"Quality",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669103.jpg",
|
||||
},
|
||||
id: "f2", title: "Premium Oils", author: "Ingredients", 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",
|
||||
title: "Climate Friendly",
|
||||
author: "Design",
|
||||
description: "Specially formulated for the Nigerian weather.",
|
||||
tags: [
|
||||
"Exclusive",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-flowers-drink_23-2149629977.jpg",
|
||||
},
|
||||
id: "f3", title: "Climate Friendly", author: "Design", 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?"
|
||||
description="Excellence in every bottle, refined for your lifestyle."
|
||||
@@ -203,25 +130,15 @@ export default function LandingPage() {
|
||||
author="Sarah Adesua"
|
||||
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",
|
||||
alt: "User 1",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4753.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4753.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", alt: "User 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -235,26 +152,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Our commitment to quality speaks for itself."
|
||||
@@ -266,14 +168,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Global Oils",
|
||||
"Essenze Corp",
|
||||
"VaporTech",
|
||||
"Gold Essence",
|
||||
"Pure Mist Labs",
|
||||
"Scentify",
|
||||
"Elite Fragrances",
|
||||
]}
|
||||
"Global Oils", "Essenze Corp", "VaporTech", "Gold Essence", "Pure Mist Labs", "Scentify", "Elite Fragrances"]}
|
||||
title="Trusted Partnerships"
|
||||
description="Collaborating with premium suppliers worldwide."
|
||||
/>
|
||||
@@ -284,20 +179,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you deliver nationwide?",
|
||||
content: "Yes, we ship to all states in Nigeria.",
|
||||
},
|
||||
id: "q1", title: "Do you deliver nationwide?", content: "Yes, we ship to all states in Nigeria."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept Paystack and bank transfers.",
|
||||
},
|
||||
id: "q2", title: "What payment methods do you accept?", content: "We accept Paystack and bank transfers."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I get a consultation?",
|
||||
content: "Absolutely, book a session with our fragrance expert.",
|
||||
},
|
||||
id: "q3", title: "Can I get a consultation?", content: "Absolutely, book a session with our fragrance expert."},
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -308,10 +194,9 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
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."
|
||||
inputPlaceholder="Enter your email for 10% off"
|
||||
buttonText="Get Coupon"
|
||||
@@ -322,50 +207,35 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "All Fragrances",
|
||||
href: "#products",
|
||||
},
|
||||
label: "All Fragrances", href: "#products"},
|
||||
{
|
||||
label: "Consultations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Consultations", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Our Story", href: "#features"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Aura Mist. Owned by Best Roofing Materials Limited."
|
||||
bottomLeftText="© 2024 aura by minah."
|
||||
bottomRightText="All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user