Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-01 19:49:44 +00:00

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "About",
id: "#about",
},
{
name: "Products",
id: "#products",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Home", id: "#hero" },
{ name: "About", id: "#about" },
{ name: "Products", id: "#products" },
{ name: "Contact", id: "#contact" },
]}
brandName="Lumina Skin"
/>
@@ -57,13 +45,8 @@ export default function LandingPage() {
<HeroLogo
logoText="Lumina Skin"
description="Discover your most radiant skin with our hand-crafted, organic formulas designed to nourish and heal."
buttons={[
{
text: "Shop Now",
href: "#products",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-eating-disorder-looking-glass-water_23-2149168708.jpg?_wi=1"
buttons={[{ text: "Shop Now", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-eating-disorder-looking-glass-water_23-2149168708.jpg"
/>
</div>
@@ -72,21 +55,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Pure Ingredients"
metrics={[
{
icon: Leaf,
label: "Natural Ingredients",
value: "100%",
},
{
icon: Award,
label: "Dermatologist Tested",
value: "20+",
},
{
icon: Smile,
label: "Happy Clients",
value: "10K+",
},
{ icon: Leaf, label: "Natural Ingredients", value: "100%" },
{ icon: Award, label: "Dermatologist Tested", value: "20+" },
{ icon: Smile, label: "Happy Clients", value: "10K+" },
]}
metricsAnimation="slide-up"
/>
@@ -99,28 +70,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Sustainable Sourcing",
description: "Kind to the planet, kind to your skin.",
bentoComponent: "reveal-icon",
icon: Globe,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-spa-objects_23-2148099264.jpg",
imageAlt: "natural botanical ingredients skin health",
title: "Sustainable Sourcing", description: "Kind to the planet, kind to your skin.", bentoComponent: "reveal-icon", icon: Globe,
},
{
title: "Science-Backed",
description: "Formulated by experts, verified by tests.",
bentoComponent: "reveal-icon",
icon: Droplets,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-eating-disorder-looking-glass-water_23-2149168708.jpg?_wi=2",
imageAlt: "natural botanical ingredients skin health",
title: "Science-Backed", description: "Formulated by experts, verified by tests.", bentoComponent: "reveal-icon", icon: Droplets,
},
{
title: "Clean Beauty",
description: "No toxins, no fillers, only goodness.",
bentoComponent: "reveal-icon",
icon: ShieldCheck,
imageSrc: "http://img.b2bpic.net/free-photo/serum-bottle-plant-top-view_23-2148899371.jpg?_wi=1",
imageAlt: "natural botanical ingredients skin health",
title: "Clean Beauty", description: "No toxins, no fillers, only goodness.", bentoComponent: "reveal-icon", icon: ShieldCheck,
},
]}
title="Why Lumina Skin?"
@@ -135,42 +91,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Radiance Serum",
price: "$65",
imageSrc: "http://img.b2bpic.net/free-photo/serum-bottle-plant-top-view_23-2148899371.jpg?_wi=2",
},
{
id: "2",
name: "Gentle Foam Cleanser",
price: "$35",
imageSrc: "http://img.b2bpic.net/free-photo/macadamia-body-lotion-skin-cream_1150-42806.jpg",
},
{
id: "3",
name: "Golden Glow Oil",
price: "$55",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-serum-close-up_23-2149182120.jpg",
},
{
id: "4",
name: "Night Repair Balm",
price: "$45",
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-care-her-beauty-home_23-2148974316.jpg",
},
{
id: "5",
name: "Exfoliating Scrub",
price: "$38",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-aloe-vera-with-beauty-tools-cosmetics_23-2148179519.jpg",
},
{
id: "6",
name: "Daily Sun Shield",
price: "$42",
imageSrc: "http://img.b2bpic.net/free-photo/brown-glass-dropper-bottle-with-white-box-product-mockup_53876-143026.jpg",
},
{ id: "1", name: "Radiance Serum", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/serum-bottle-plant-top-view_23-2148899371.jpg" },
{ id: "2", name: "Gentle Foam Cleanser", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/macadamia-body-lotion-skin-cream_1150-42806.jpg" },
{ id: "3", name: "Golden Glow Oil", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-serum-close-up_23-2149182120.jpg" },
{ id: "4", name: "Night Repair Balm", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-care-her-beauty-home_23-2148974316.jpg" },
{ id: "5", name: "Exfoliating Scrub", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/top-view-aloe-vera-with-beauty-tools-cosmetics_23-2148179519.jpg" },
{ id: "6", name: "Daily Sun Shield", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/brown-glass-dropper-bottle-with-white-box-product-mockup_53876-143026.jpg" },
]}
title="Our Collection"
description="Explore our curated range of skin care essentials."
@@ -184,27 +110,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "95%",
title: "User Satisfaction",
description: "After 4 weeks of use.",
icon: Star,
},
{
id: "m2",
value: "40%",
title: "Improved Hydration",
description: "Tested in clinical labs.",
icon: Droplets,
},
{
id: "m3",
value: "72h",
title: "Lasting Moisture",
description: "Consistent hydration.",
icon: Clock,
},
{ id: "m1", value: "95%", title: "User Satisfaction", description: "After 4 weeks of use.", icon: Star },
{ id: "m2", value: "40%", title: "Improved Hydration", description: "Tested in clinical labs.", icon: Droplets },
{ id: "m3", value: "72h", title: "Lasting Moisture", description: "Consistent hydration.", icon: Clock },
]}
title="Proven Results"
description="Real users, real results."
@@ -217,46 +125,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah Miller",
handle: "@sarahskin",
testimonial: "My skin has never felt better!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-stylish-blond-smiling-woman-red-blouse-summer-fashion-outfit-wearing-earrings-smiling_285396-8467.jpg",
},
{
id: "t2",
name: "James Lee",
handle: "@jamesglow",
testimonial: "Results were visible within days.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-happy-fit-girl-sportswear-laughing_1153-7828.jpg",
},
{
id: "t3",
name: "Elena Rodriguez",
handle: "@elena_care",
testimonial: "Finally, a routine that works.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fair-skinned-women-use-moisturizing-day-cream-sensitive-skin-light-room-self-care-health-day-concept_197531-31471.jpg",
},
{
id: "t4",
name: "Mark D.",
handle: "@markglows",
testimonial: "Amazing natural ingredients.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-taking-care-herself_23-2149132033.jpg",
},
{
id: "t5",
name: "Sophie K.",
handle: "@sophieskincare",
testimonial: "Highly recommend this brand.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-standing-by-bathtub-before-taking-bath_23-2149239347.jpg",
},
{ id: "t1", name: "Sarah Miller", handle: "@sarahskin", testimonial: "My skin has never felt better!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-stylish-blond-smiling-woman-red-blouse-summer-fashion-outfit-wearing-earrings-smiling_285396-8467.jpg" },
{ id: "t2", name: "James Lee", handle: "@jamesglow", testimonial: "Results were visible within days.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-happy-fit-girl-sportswear-laughing_1153-7828.jpg" },
{ id: "t3", name: "Elena Rodriguez", handle: "@elena_care", testimonial: "Finally, a routine that works.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fair-skinned-women-use-moisturizing-day-cream-sensitive-skin-light-room-self-care-health-day-concept_197531-31471.jpg" },
{ id: "t4", name: "Mark D.", handle: "@markglows", testimonial: "Amazing natural ingredients.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-taking-care-herself_23-2149132033.jpg" },
{ id: "t5", name: "Sophie K.", handle: "@sophieskincare", testimonial: "Highly recommend this brand.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-standing-by-bathtub-before-taking-bath_23-2149239347.jpg" },
]}
showRating={true}
title="Loved by You"
@@ -268,21 +141,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Are products vegan?",
content: "Yes, all our formulas are 100% vegan.",
},
{
id: "q2",
title: "Do you ship worldwide?",
content: "We offer shipping to most countries globally.",
},
{
id: "q3",
title: "How to return?",
content: "Return within 30 days for a full refund.",
},
{ id: "q1", title: "Are products vegan?", content: "Yes, all our formulas are 100% vegan." },
{ id: "q2", title: "Do you ship worldwide?", content: "We offer shipping to most countries globally." },
{ id: "q3", title: "How to return?", content: "Return within 30 days for a full refund." },
]}
sideTitle="Common Questions"
sideDescription="Everything you need to know about our products."
@@ -293,9 +154,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Stay Connected"
title="Join the Glow Club"
description="Sign up for updates, beauty tips, and exclusive offers."
@@ -308,32 +167,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Lumina Skin"
columns={[
{
title: "Shop",
items: [
{
label: "Serums",
href: "#",
},
{
label: "Cleansers",
href: "#",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#",
},
{
label: "Contact",
href: "#",
},
],
},
{ title: "Shop", items: [{ label: "Serums", href: "#" }, { label: "Cleansers", href: "#" }] },
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Contact", href: "#" }] },
]}
/>
</div>