Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-11 09:42:16 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Zap, Leaf, Shield, Sun } from "lucide-react";
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
@@ -28,22 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Products",
id: "products",
},
{
name: "Science",
id: "about",
},
{
name: "Reviews",
id: "testimonials",
},
{ name: "Home", id: "hero" },
{ name: "Products", id: "products" },
{ name: "Science", id: "about" },
{ name: "Reviews", id: "testimonials" },
]}
brandName="LuminaSkin"
/>
@@ -51,118 +40,40 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
title="Radiance Refined."
description="Experience the evolution of dermatological care. LuminaSkin combines advanced science with organic purity to restore your natural glow."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/skin-care-serum_23-2148136609.jpg",
imageAlt: "Luxury serum",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-smiling-woman_7502-9014.jpg",
imageAlt: "Radiant skin",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242179.jpg",
imageAlt: "Organic plant ingredients",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382858.jpg",
imageAlt: "Modern packaging",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/crystal-balls-with-purple-background_23-2150439131.jpg",
imageAlt: "Scientific research",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/big-round-transparent-circle-crystalline-water_23-2148290095.jpg",
imageAlt: "Texture fluid",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/skin-care-serum_23-2148136609.jpg", imageAlt: "Luxury serum" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-smiling-woman_7502-9014.jpg", imageAlt: "Radiant skin" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242179.jpg", imageAlt: "Organic plant ingredients" },
{ imageSrc: "http://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382858.jpg", imageAlt: "Modern packaging" },
{ imageSrc: "http://img.b2bpic.net/free-photo/crystal-balls-with-purple-background_23-2150439131.jpg", imageAlt: "Scientific research" },
{ imageSrc: "http://img.b2bpic.net/free-photo/big-round-transparent-circle-crystalline-water_23-2148290095.jpg", imageAlt: "Texture fluid" },
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/pink-airy-bubbles-glowing-drops_23-2148205133.jpg",
imageAlt: "Texture fluid",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-assortment-still-life_23-2149731522.jpg",
imageAlt: "Scientific research",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-aluminum-paint-tube-packaging_52683-143346.jpg",
imageAlt: "Modern packaging",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-argan-oil-care-product_23-2148955842.jpg",
imageAlt: "Organic plant ingredients",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cheerful-woman-hugging-herself-feelings-with-charming-smiles-posing-isolated-gray-wall-studio-looking-camera_1150-51854.jpg",
imageAlt: "Radiant skin",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/nail-serum-mirror_23-2149046486.jpg",
imageAlt: "Luxury serum",
},
]}
buttons={[
{
text: "Shop Now",
href: "#products",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/pink-airy-bubbles-glowing-drops_23-2148205133.jpg", imageAlt: "Texture fluid" },
{ imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-assortment-still-life_23-2149731522.jpg", imageAlt: "Scientific research" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-aluminum-paint-tube-packaging_52683-143346.jpg", imageAlt: "Modern packaging" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-argan-oil-care-product_23-2148955842.jpg", imageAlt: "Organic plant ingredients" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cheerful-woman-hugging-herself-feelings-with-charming-smiles-posing-isolated-gray-wall-studio-looking-camera_1150-51854.jpg", imageAlt: "Radiant skin" },
{ imageSrc: "http://img.b2bpic.net/free-photo/nail-serum-mirror_23-2149046486.jpg", imageAlt: "Luxury serum" },
]}
buttons={[{ text: "Shop Now", href: "#products" }]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-cute-joyful-pretty-young-woman-with-excellent-skin-beaming-smile-isolated-grey_231208-13303.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/beauty-portrait-young-woman_23-2149402988.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/georgeous-woman-portrait-warm-background_633478-604.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/lady-with-glowing-look-applying-face-cream-camera-using-moisturizer-sunscreen-cheeks-flawless-young-model-being-confident-positive-about-dermatology-products-self-love_482257-66629.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275069.jpg",
alt: "Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-cute-joyful-pretty-young-woman-with-excellent-skin-beaming-smile-isolated-grey_231208-13303.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/beauty-portrait-young-woman_23-2149402988.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/georgeous-woman-portrait-warm-background_633478-604.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/lady-with-glowing-look-applying-face-cream-camera-using-moisturizer-sunscreen-cheeks-flawless-young-model-being-confident-positive-about-dermatology-products-self-love_482257-66629.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275069.jpg", alt: "Customer 5" },
]}
avatarText="Trusted by 10,000+ satisfied skincare enthusiasts worldwide."
marqueeItems={[
{
type: "image",
src: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-vials_23-2149431092.jpg",
alt: "Logo 1",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-vials_23-2149431082.jpg",
alt: "Logo 2",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/assortment-cosmetic-bottles-jars_23-2152029108.jpg",
alt: "Logo 3",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721389.jpg",
alt: "Logo 4",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431089.jpg",
alt: "Logo 5",
},
{ type: "image", src: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-vials_23-2149431092.jpg", alt: "Logo 1" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-vials_23-2149431082.jpg", alt: "Logo 2" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/assortment-cosmetic-bottles-jars_23-2152029108.jpg", alt: "Logo 3" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721389.jpg", alt: "Logo 4" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431089.jpg", alt: "Logo 5" },
]}
/>
</div>
@@ -174,18 +85,9 @@ export default function LandingPage() {
title="Science Meets Nature"
description="Our formulation philosophy centers on bio-available actives. We don't just treat the surface; we nourish the underlying dermal layers for lasting resilience."
bulletPoints={[
{
title: "Clinical Efficacy",
description: "Formulas tested by top dermatologists.",
},
{
title: "Organic Sourcing",
description: "Ethically harvested botanical extracts.",
},
{
title: "Zero Toxicity",
description: "Clean formulations without harsh additives.",
},
{ title: "Clinical Efficacy", description: "Formulas tested by top dermatologists." },
{ title: "Organic Sourcing", description: "Ethically harvested botanical extracts." },
{ title: "Zero Toxicity", description: "Clean formulations without harsh additives." },
]}
imageSrc="http://img.b2bpic.net/free-photo/horizontal-science-banner-with-glass-containers_23-2149495027.jpg"
/>
@@ -196,30 +98,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Molecular Hydration",
description: "Multi-weight hyaluronic complex.",
imageSrc: "http://img.b2bpic.net/free-photo/hand-sanitizer-gel-close-up_23-2148758799.jpg",
buttonIcon: "Zap",
},
{
title: "Botanical Vitality",
description: "Bio-active herbal extracts.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-gardener-girl-uniform-wearing-gardening-hat-covered-face-with-plant-isolated-olive-green_141793-95431.jpg",
buttonIcon: "Leaf",
},
{
title: "Pro-Derm Care",
description: "Professional strength protocols.",
imageSrc: "http://img.b2bpic.net/free-photo/selfie-bathroom_1098-12983.jpg",
buttonIcon: "Shield",
},
{
title: "Daily Protection",
description: "Broad-spectrum environmental shield.",
imageSrc: "http://img.b2bpic.net/free-photo/product-container-underwater-still-life_23-2150434845.jpg",
buttonIcon: "Sun",
},
{ title: "Molecular Hydration", description: "Multi-weight hyaluronic complex.", imageSrc: "http://img.b2bpic.net/free-photo/hand-sanitizer-gel-close-up_23-2148758799.jpg", buttonIcon: Zap },
{ title: "Botanical Vitality", description: "Bio-active herbal extracts.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-gardener-girl-uniform-wearing-gardening-hat-covered-face-with-plant-isolated-olive-green_141793-95431.jpg", buttonIcon: Leaf },
{ title: "Pro-Derm Care", description: "Professional strength protocols.", imageSrc: "http://img.b2bpic.net/free-photo/selfie-bathroom_1098-12983.jpg", buttonIcon: Shield },
{ title: "Daily Protection", description: "Broad-spectrum environmental shield.", imageSrc: "http://img.b2bpic.net/free-photo/product-container-underwater-still-life_23-2150434845.jpg", buttonIcon: Sun },
]}
title="Superior Ingredients"
description="The foundation of our potency lies in the precision of our sourcing and the purity of our extracts."
@@ -233,42 +115,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Purifying Cleanser",
price: "$45",
imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-product-bottle_23-2148761492.jpg",
},
{
id: "p2",
name: "Night Recovery Cream",
price: "$85",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-body-cream-with-plain-background_23-2148241854.jpg",
},
{
id: "p3",
name: "Exfoliating Elixir",
price: "$60",
imageSrc: "http://img.b2bpic.net/free-photo/glowing-bottle-foundation-advertising_23-2149511222.jpg",
},
{
id: "p4",
name: "Balancing Toner",
price: "$38",
imageSrc: "http://img.b2bpic.net/free-photo/essential-oil-spray-bottle-aromatic-beauty-product_53876-134405.jpg",
},
{
id: "p5",
name: "Deep Clay Mask",
price: "$52",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-enjoying-beauty-treatment_23-2148476202.jpg",
},
{
id: "p6",
name: "Radiance Eye Serum",
price: "$65",
imageSrc: "http://img.b2bpic.net/free-photo/plastic-parts-syringe-marble-table_114579-22248.jpg",
},
{ id: "p1", name: "Purifying Cleanser", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-product-bottle_23-2148761492.jpg" },
{ id: "p2", name: "Night Recovery Cream", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-body-cream-with-plain-background_23-2148241854.jpg" },
{ id: "p3", name: "Exfoliating Elixir", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/glowing-bottle-foundation-advertising_23-2149511222.jpg" },
{ id: "p4", name: "Balancing Toner", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/essential-oil-spray-bottle-aromatic-beauty-product_53876-134405.jpg" },
{ id: "p5", name: "Deep Clay Mask", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-enjoying-beauty-treatment_23-2148476202.jpg" },
{ id: "p6", name: "Radiance Eye Serum", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/plastic-parts-syringe-marble-table_114579-22248.jpg" },
]}
title="Essential Collection"
description="Elevate your routine with our curated range of potent, high-performance skincare solutions."
@@ -277,49 +129,15 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Miller",
handle: "@sarahskin",
testimonial: "My skin has never felt this hydrated or balanced.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-mirror-applying-cream-face_23-2148875065.jpg",
},
{
id: "2",
name: "James Chen",
handle: "@jc_glow",
testimonial: "Truly effective. Visible improvement in just two weeks.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-carefree-young-woman-black-wireless-headphones-smiling-with-eyes_1258-201757.jpg",
},
{
id: "3",
name: "Elise Moore",
handle: "@elisebeauty",
testimonial: "Clean ingredients that actually work. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-dark-skinned-woman-stands-with-eyes-closed-clenches-fists-rejoices-good-news-dressed-domestic-robe-wrapped-bath-towel-housewife-spends-weekend-home-cozy-atmosphere_273609-43353.jpg",
},
{
id: "4",
name: "Mark Evans",
handle: "@mark_dermatology",
testimonial: "The precision of these formulas is unmatched.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fair-skinned-lady-applying-makeup-with-brush-adult-blonde-woman-white-shirt-indoors-cosmetic-products-concept_197531-31485.jpg",
},
{
id: "5",
name: "Sofia Rossi",
handle: "@sofiarossi",
testimonial: "My go-to routine. Simply effortless results.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-friends_23-2149152887.jpg",
},
{ id: "1", name: "Sarah Miller", handle: "@sarahskin", testimonial: "My skin has never felt this hydrated or balanced.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-mirror-applying-cream-face_23-2148875065.jpg" },
{ id: "2", name: "James Chen", handle: "@jc_glow", testimonial: "Truly effective. Visible improvement in just two weeks.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-carefree-young-woman-black-wireless-headphones-smiling-with-eyes_1258-201757.jpg" },
{ id: "3", name: "Elise Moore", handle: "@elisebeauty", testimonial: "Clean ingredients that actually work. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-dark-skinned-woman-stands-with-eyes-closed-clenches-fists-rejoices-good-news-dressed-domestic-robe-wrapped-bath-towel-housewife-spends-weekend-home-cozy-atmosphere_273609-43353.jpg" },
{ id: "4", name: "Mark Evans", handle: "@mark_dermatology", testimonial: "The precision of these formulas is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fair-skinned-lady-applying-makeup-with-brush-adult-blonde-woman-white-shirt-indoors-cosmetic-products-concept_197531-31485.jpg" },
{ id: "5", name: "Sofia Rossi", handle: "@sofiarossi", testimonial: "My go-to routine. Simply effortless results.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-friends_23-2149152887.jpg" },
]}
showRating={true}
title="Real Results"
@@ -332,45 +150,9 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-expressing-revolution-message_23-2149066815.jpg"
logoText="LuminaSkin"
columns={[
{
title: "Shop",
items: [
{
label: "All Products",
href: "#products",
},
{
label: "Best Sellers",
href: "#",
},
],
},
{
title: "About",
items: [
{
label: "Our Science",
href: "#about",
},
{
label: "Sustainability",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Use",
href: "#",
},
],
},
{ title: "Shop", items: [{ label: "All Products", href: "#products" }, { label: "Best Sellers", href: "#" }] },
{ title: "About", items: [{ label: "Our Science", href: "#about" }, { label: "Sustainability", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] },
]}
/>
</div>