1 Commits

Author SHA1 Message Date
dc03c9a2b1 Update src/app/page.tsx 2026-04-29 10:25:51 +00:00

View File

@@ -33,25 +33,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Collection", name: "Collection", id: "products"},
id: "products",
},
{ {
name: "Reviews", name: "Reviews", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Verdant Scents" brandName="Verdant Scents"
/> />
@@ -60,21 +50,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardScroll <HeroBillboardScroll
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Natures Essence, Bottled" title="Natures Essence, Bottled"
description="Discover a collection of artisanal perfumes crafted with pure botanical extracts and refined natural oils. Experience the scent of serenity." description="Discover a collection of artisanal perfumes crafted with pure botanical extracts and refined natural oils. Experience the scent of serenity."
imageSrc="http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420673.jpg" imageSrc="http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420673.jpg"
imageAlt="luxurious perfume bottle botanical background" imageAlt="luxurious perfume bottle botanical background"
buttons={[ buttons={[
{ {
text: "Explore Collection", text: "Explore Collection", href: "#products"},
href: "#products",
},
{ {
text: "Our Story", text: "Our Story", href: "#about"},
href: "#about",
},
]} ]}
/> />
</div> </div>
@@ -86,17 +71,11 @@ export default function LandingPage() {
description="At Verdant Scents, we blend traditional perfumery with modern botanical science. Each scent is a narrative of nature, carefully composed to elevate your daily routine." description="At Verdant Scents, we blend traditional perfumery with modern botanical science. Each scent is a narrative of nature, carefully composed to elevate your daily routine."
metrics={[ metrics={[
{ {
value: "100%", value: "100%", title: "Organic Ingredients"},
title: "Organic Ingredients",
},
{ {
value: "50+", value: "50+", title: "Rare Essences"},
title: "Rare Essences",
},
{ {
value: "1000+", value: "1000+", title: "Happy Customers"},
title: "Happy Customers",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-ingredients-arrangement_23-2148897594.jpg" imageSrc="http://img.b2bpic.net/free-photo/flat-lay-ingredients-arrangement_23-2148897594.jpg"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
@@ -113,47 +92,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Forest Dew", price: "$120", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480194.jpg"},
name: "Forest Dew",
price: "$120",
variant: "50ml",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480194.jpg",
},
{ {
id: "p2", id: "p2", name: "Amber Moss", price: "$145", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669123.jpg"},
name: "Amber Moss",
price: "$145",
variant: "50ml",
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669123.jpg",
},
{ {
id: "p3", id: "p3", name: "Citrus Grove", price: "$95", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-phytotherapy-items-assortment_23-2149339746.jpg"},
name: "Citrus Grove",
price: "$95",
variant: "50ml",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-phytotherapy-items-assortment_23-2149339746.jpg",
},
{ {
id: "p4", id: "p4", name: "Wild Orchid", price: "$160", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-colorful-leaves-flowers_23-2149289815.jpg"},
name: "Wild Orchid",
price: "$160",
variant: "50ml",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-colorful-leaves-flowers_23-2149289815.jpg",
},
{ {
id: "p5", id: "p5", name: "Cedar Wood", price: "$135", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420630.jpg"},
name: "Cedar Wood",
price: "$135",
variant: "50ml",
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420630.jpg",
},
{ {
id: "p6", id: "p6", name: "Floral Mist", price: "$110", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480163.jpg"},
name: "Floral Mist",
price: "$110",
variant: "50ml",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480163.jpg",
},
]} ]}
title="Signature Collections" title="Signature Collections"
description="Explore our curated fragrance profiles, each designed to evoke memories and create new beginnings." description="Explore our curated fragrance profiles, each designed to evoke memories and create new beginnings."
@@ -167,34 +116,16 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
id: "f1", id: "f1", label: "Ethical", title: "Cruelty-Free", items: [
label: "Ethical", "Sourced responsibly", "No animal testing", "Vegan ingredients"],
title: "Cruelty-Free",
items: [
"Sourced responsibly",
"No animal testing",
"Vegan ingredients",
],
}, },
{ {
id: "f2", id: "f2", label: "Pure", title: "Nature-First", items: [
label: "Pure", "No synthetic fillers", "Pure essential oils", "Organic extracts"],
title: "Nature-First",
items: [
"No synthetic fillers",
"Pure essential oils",
"Organic extracts",
],
}, },
{ {
id: "f3", id: "f3", label: "Craft", title: "Artisanal", items: [
label: "Craft", "Small batches", "Hand-poured", "Expertly cured"],
title: "Artisanal",
items: [
"Small batches",
"Hand-poured",
"Expertly cured",
],
}, },
]} ]}
title="Why Verdant?" title="Why Verdant?"
@@ -207,30 +138,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Elise M.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-holding-shopping-cart_1187-3725.jpg"},
name: "Elise M.",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-holding-shopping-cart_1187-3725.jpg",
},
{ {
id: "t2", id: "t2", name: "Julian T.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-spending-quality-time-outdoors_23-2150757173.jpg"},
name: "Julian T.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-spending-quality-time-outdoors_23-2150757173.jpg",
},
{ {
id: "t3", id: "t3", name: "Sarah P.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-model-posing-black-white_23-2149411417.jpg"},
name: "Sarah P.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-model-posing-black-white_23-2149411417.jpg",
},
{ {
id: "t4", id: "t4", name: "Marcus R.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-rose-copy-space_23-2148442205.jpg"},
name: "Marcus R.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-rose-copy-space_23-2148442205.jpg",
},
{ {
id: "t5", id: "t5", name: "Chloe V.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-standing-with-crossed-arms-blouse-cardigan-looking-cheery-front-view_176474-109592.jpg"},
name: "Chloe V.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-standing-with-crossed-arms-blouse-cardigan-looking-cheery-front-view_176474-109592.jpg",
},
]} ]}
cardTitle="Loved by Connoisseurs" cardTitle="Loved by Connoisseurs"
cardTag="Testimonials" cardTag="Testimonials"
@@ -246,25 +162,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "15", title: "Years Experience", description: "Mastering the craft", icon: Award,
value: "15",
title: "Years Experience",
description: "Mastering the craft",
icon: Award,
}, },
{ {
id: "m2", id: "m2", value: "99%", title: "Pure Sourced", description: "Organic materials", icon: Leaf,
value: "99%",
title: "Pure Sourced",
description: "Organic materials",
icon: Leaf,
}, },
{ {
id: "m3", id: "m3", value: "5K", title: "Bottles Crafted", description: "With pure love", icon: Sparkles,
value: "5K",
title: "Bottles Crafted",
description: "With pure love",
icon: Sparkles,
}, },
]} ]}
title="Impact by Numbers" title="Impact by Numbers"
@@ -278,20 +182,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "Are your perfumes organic?", content: "Yes, we prioritize organic botanical ingredients in every blend."},
title: "Are your perfumes organic?",
content: "Yes, we prioritize organic botanical ingredients in every blend.",
},
{ {
id: "q2", id: "q2", title: "Do you ship internationally?", content: "We ship globally to most regions. Shipping details are calculated at checkout."},
title: "Do you ship internationally?",
content: "We ship globally to most regions. Shipping details are calculated at checkout.",
},
{ {
id: "q3", id: "q3", title: "Can I return a scent?", content: "Your satisfaction is our priority; we offer a 100% satisfaction guarantee. Return any scent within 14 days of purchase if you are not fully delighted."},
title: "Can I return a scent?",
content: "We accept returns on unopened bottles within 14 days of purchase.",
},
]} ]}
title="Common Inquiries" title="Common Inquiries"
description="Get answers to your questions about our scents and shipping." description="Get answers to your questions about our scents and shipping."
@@ -303,14 +198,11 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
text="Join our community and stay updated with our newest seasonal launches and exclusive botanical workshops." text="Join our community and stay updated with our newest seasonal launches and exclusive botanical workshops."
buttons={[ buttons={[
{ {
text: "Get In Touch", text: "Get In Touch", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -320,42 +212,27 @@ export default function LandingPage() {
logoText="Verdant Scents" logoText="Verdant Scents"
columns={[ columns={[
{ {
title: "Shop", title: "Shop", items: [
items: [
{ {
label: "All Scents", label: "All Scents", href: "#products"},
href: "#products",
},
{ {
label: "New Arrivals", label: "New Arrivals", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Sustainability", label: "Sustainability", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "Shipping", label: "Shipping", href: "#"},
href: "#",
},
{ {
label: "Privacy", label: "Privacy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -364,4 +241,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }