Merge version_1 into main #2
393
src/app/page.tsx
393
src/app/page.tsx
@@ -27,287 +27,132 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
]}
|
||||
brandName="Lumina Skincare"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
]}
|
||||
brandName="Lumina Skincare"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Radiance, Naturally."
|
||||
description="Discover our collection of clean, botanical-based skincare designed to nourish your natural glow and restore skin vitality."
|
||||
kpis={[
|
||||
{
|
||||
value: "100%",
|
||||
label: "Natural Ingredients",
|
||||
},
|
||||
{
|
||||
value: "24h",
|
||||
label: "Deep Hydration",
|
||||
},
|
||||
{
|
||||
value: "50k+",
|
||||
label: "Glowing Customers",
|
||||
},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collection",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/amber-dropper-bottle-stacked-white-stones_9975-134661.jpg"
|
||||
imageAlt="Lumina Skincare Hero"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-towel-resting-her-head-hand_23-2148537384.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-young-fit-woman-doing-sports-exercises-home-drinks-water-from-bottle-sm_1258-182451.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-shiny-asian-woman-with-short-hair_633478-570.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-clean-pure-skin-touching-head-carefree-gently-smiling-broadly-as-feeling-fresh-energized-after-drinking-juice-morning_176420-43096.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/skin-care-banner-concept-with-lotion_23-2149449093.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Join our 50k+ happy community"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Cruelty Free",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Vegan Certified",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Dermatologist Tested",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Packaging",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ethically Sourced",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Radiance, Naturally."
|
||||
description="Discover our collection of clean, botanical-based skincare designed to nourish your natural glow and restore skin vitality."
|
||||
kpis={[
|
||||
{ value: "100%", label: "Natural Ingredients" },
|
||||
{ value: "24h", label: "Deep Hydration" },
|
||||
{ value: "50k+", label: "Glowing Customers" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[{ text: "Shop Collection", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/amber-dropper-bottle-stacked-white-stones_9975-134661.jpg"
|
||||
imageAlt="Lumina Skincare Hero"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-towel-resting-her-head-hand_23-2148537384.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-young-fit-woman-doing-sports-exercises-home-drinks-water-from-bottle-sm_1258-182451.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-shiny-asian-woman-with-short-hair_633478-570.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-with-clean-pure-skin-touching-head-carefree-gently-smiling-broadly-as-feeling-fresh-energized-after-drinking-juice-morning_176420-43096.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/skin-care-banner-concept-with-lotion_23-2149449093.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
avatarText="Join our 50k+ happy community"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Cruelty Free" },
|
||||
{ type: "text", text: "Vegan Certified" },
|
||||
{ type: "text", text: "Dermatologist Tested" },
|
||||
{ type: "text", text: "Sustainable Packaging" },
|
||||
{ type: "text", text: "Ethically Sourced" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="Our Philosophy"
|
||||
title="Purity In Every Drop"
|
||||
description="We believe beauty should be simple and honest. Our ingredients are ethically sourced, plant-powered, and scientifically formulated to deliver real results."
|
||||
subdescription="No toxins, no fillers—just pure performance."
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sauce-dip-bowl-with-wooden-brush-table_23-2147840999.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="Our Philosophy"
|
||||
title="Purity In Every Drop"
|
||||
description="We believe beauty should be simple and honest. Our ingredients are ethically sourced, plant-powered, and scientifically formulated to deliver real results."
|
||||
subdescription="No toxins, no fillers—just pure performance."
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sauce-dip-bowl-with-wooden-brush-table_23-2147840999.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBorderGlow
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Vegan & Cruelty Free",
|
||||
description: "100% plant-based formulas that are kind to the earth and your skin.",
|
||||
},
|
||||
{
|
||||
icon: Droplets,
|
||||
title: "Clinical Hydration",
|
||||
description: "Formulated to lock in moisture for 24 hours of lasting radiance.",
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Dermatologist Tested",
|
||||
description: "Clinically proven results for all skin types, including sensitive.",
|
||||
},
|
||||
{
|
||||
icon: Sun,
|
||||
title: "Natural Glow",
|
||||
description: "Enhances natural complexion with gentle plant extracts.",
|
||||
},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Kind to You",
|
||||
description: "Hypoallergenic formulas created for daily comfort.",
|
||||
},
|
||||
]}
|
||||
title="Why Your Skin Loves Lumina"
|
||||
description="We blend nature's wisdom with modern science to create products that work."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ icon: Leaf, title: "Vegan & Cruelty Free", description: "100% plant-based formulas that are kind to the earth and your skin." },
|
||||
{ icon: Droplets, title: "Clinical Hydration", description: "Formulated to lock in moisture for 24 hours of lasting radiance." },
|
||||
{ icon: Shield, title: "Dermatologist Tested", description: "Clinically proven results for all skin types, including sensitive." },
|
||||
{ icon: Sun, title: "Natural Glow", description: "Enhances natural complexion with gentle plant extracts." },
|
||||
{ icon: Heart, title: "Kind to You", description: "Hypoallergenic formulas created for daily comfort." },
|
||||
]}
|
||||
title="Why Your Skin Loves Lumina"
|
||||
description="We blend nature's wisdom with modern science to create products that work."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "prod-1",
|
||||
name: "Lumina Glow Serum",
|
||||
price: "$45.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skin-care-banner-concept-with-lotion_23-2149449093.jpg",
|
||||
},
|
||||
{
|
||||
id: "prod-2",
|
||||
name: "Gentle Calm Cleanser",
|
||||
price: "$28.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/foundation-advertising-with-bottles_23-2149511277.jpg",
|
||||
},
|
||||
{
|
||||
id: "prod-3",
|
||||
name: "Botanical Night Cream",
|
||||
price: "$52.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bath-concept-cream-with-copy-space_23-2148419394.jpg",
|
||||
},
|
||||
]}
|
||||
title="Essential Care"
|
||||
description="Start your journey to better skin with our essential daily routine."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "prod-1", name: "Lumina Glow Serum", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/skin-care-banner-concept-with-lotion_23-2149449093.jpg" },
|
||||
{ id: "prod-2", name: "Gentle Calm Cleanser", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/foundation-advertising-with-bottles_23-2149511277.jpg" },
|
||||
{ id: "prod-3", name: "Botanical Night Cream", price: "$52.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bath-concept-cream-with-copy-space_23-2148419394.jpg" },
|
||||
]}
|
||||
title="Essential Care"
|
||||
description="Start your journey to better skin with our essential daily routine."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarahskin",
|
||||
testimonial: "My skin has never felt this hydrated. The serum is a total game changer!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-towel-resting-her-head-hand_23-2148537384.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chan",
|
||||
handle: "@daveglow",
|
||||
testimonial: "Finally found a routine that doesn't cause breakouts. Lumina is amazing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-fit-woman-doing-sports-exercises-home-drinks-water-from-bottle-sm_1258-182451.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rossi",
|
||||
handle: "@elena_natural",
|
||||
testimonial: "I love the clean ingredients list. It feels so luxurious yet natural.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-shiny-asian-woman-with-short-hair_633478-570.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Stevens",
|
||||
handle: "@markskincare",
|
||||
testimonial: "Visible results in just two weeks. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-clean-pure-skin-touching-head-carefree-gently-smiling-broadly-as-feeling-fresh-energized-after-drinking-juice-morning_176420-43096.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Julia Roberts",
|
||||
handle: "@juliaglow",
|
||||
testimonial: "Simply the best skincare experience I've had in years.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-towel-resting-her-head-hand_23-2148537384.jpg",
|
||||
},
|
||||
]}
|
||||
title="Loved By Glowing Faces"
|
||||
description="See why our community loves Lumina Skincare."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Miller", handle: "@sarahskin", testimonial: "My skin has never felt this hydrated. The serum is a total game changer!", imageSrc: "http://img.b2bpic.net/free-photo/woman-towel-resting-her-head-hand_23-2148537384.jpg?_wi=1" },
|
||||
{ id: "2", name: "David Chan", handle: "@daveglow", testimonial: "Finally found a routine that doesn't cause breakouts. Lumina is amazing.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-fit-woman-doing-sports-exercises-home-drinks-water-from-bottle-sm_1258-182451.jpg" },
|
||||
{ id: "3", name: "Elena Rossi", handle: "@elena_natural", testimonial: "I love the clean ingredients list. It feels so luxurious yet natural.", imageSrc: "http://img.b2bpic.net/free-photo/happy-shiny-asian-woman-with-short-hair_633478-570.jpg" },
|
||||
{ id: "4", name: "Mark Stevens", handle: "@markskincare", testimonial: "Visible results in just two weeks. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-clean-pure-skin-touching-head-carefree-gently-smiling-broadly-as-feeling-fresh-energized-after-drinking-juice-morning_176420-43096.jpg" },
|
||||
{ id: "5", name: "Julia Roberts", handle: "@juliaglow", testimonial: "Simply the best skincare experience I've had in years.", imageSrc: "http://img.b2bpic.net/free-photo/woman-towel-resting-her-head-hand_23-2148537384.jpg?_wi=2" },
|
||||
]}
|
||||
title="Loved By Glowing Faces"
|
||||
description="See why our community loves Lumina Skincare."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
text="Ready to embrace your natural glow? Our team is here to help you build the perfect routine."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#footer",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to embrace your natural glow? Our team is here to help you build the perfect routine."
|
||||
buttons={[{ text: "Contact Us", href: "#footer" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Philosophy",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Lumina Skincare"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Shop", href: "#products" }, { label: "Philosophy", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
logoText="Lumina Skincare"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user