183 lines
10 KiB
TypeScript
183 lines
10 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
|
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
|
import { CheckCircle, Leaf, Recycle, Shield, Sparkles, Zap, Globe } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="directional-hover"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="soft"
|
|
contentWidth="compact"
|
|
sizing="mediumLargeSizeLargeTitles"
|
|
background="none"
|
|
cardStyle="gradient-mesh"
|
|
primaryButtonStyle="diagonal-gradient"
|
|
secondaryButtonStyle="radial-glow"
|
|
headingFontWeight="bold"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleFullscreen
|
|
navItems={[
|
|
{ name: "Home", id: "#home" },
|
|
{ name: "Products", id: "#products" },
|
|
{ name: "About", id: "#about" },
|
|
{ name: "Contact", id: "#contact" },
|
|
]}
|
|
brandName="ELEGANT SKIN"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroCentered
|
|
background={{ variant: "gradient-bars" }}
|
|
title="Timeless Beauty, Redefined."
|
|
description="Experience the ultimate hydration and natural radiance with Elegant Skin's premium botanical cream collection."
|
|
avatars={[
|
|
{ src: "http://img.b2bpic.net/free-photo/sincere-delighted-feminine-blond-girl-with-blue-eyes-nice-happy-smile-gazing-camera-giggling-having-fun-laughing-enjoying-evening-posing-satisfied-cheerful-tender-pose-white-wall_176420-35203.jpg", alt: "Happy woman soft skin" },
|
|
{ src: "http://img.b2bpic.net/free-photo/young-pretty-woman-getting-special-skin-treatment-beautiful-girl-applying-serum-isolated-white-background-smooth-skin-without-wrinkles_657921-610.jpg", alt: "Skincare user portrait" },
|
|
{ src: "http://img.b2bpic.net/free-photo/portrait-women-laughing-playing-with-moisturizer_23-2148850636.jpg", alt: "Elegant woman facial cream" },
|
|
{ src: "http://img.b2bpic.net/free-photo/outdoor-portrait-woman-white-wedding-dress-sitting-near-blue-swimming-pool-with-flowers-orchid_343596-197.jpg", alt: "Outdoor portrait of woman" },
|
|
{ src: "http://img.b2bpic.net/free-photo/sensual-glamour-beautiful-woman-model-with-fresh-daily-makeup-with-nude-lips-color-clean-healthy-skin-face_158538-13996.jpg", alt: "Sensual glamour model" },
|
|
]}
|
|
buttons={[{ text: "Shop Now", href: "#products" }]}
|
|
marqueeItems={[
|
|
{ type: "text-icon", text: "Cruelty-Free Certified", icon: Shield },
|
|
{ type: "text-icon", text: "100% Organic Extracts", icon: Leaf },
|
|
{ type: "text-icon", text: "Dermatologist Tested", icon: CheckCircle },
|
|
{ type: "text-icon", text: "Visible Results in 7 Days", icon: Sparkles },
|
|
{ type: "text-icon", text: "Sustainable Packaging", icon: Recycle },
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<MediaAbout
|
|
useInvertedBackground={false}
|
|
title="Nature's Finest Ingredients"
|
|
description="We believe beauty is about confidence and health. Our creams use organic, ethically sourced botanicals designed to nourish, protect, and restore your natural glow."
|
|
imageSrc="http://img.b2bpic.net/free-photo/white-vases-books-assortment_23-2149681102.jpg"
|
|
imageAlt="beauty spa minimalist decor"
|
|
/>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<FeatureCardTwentySix
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
features={[
|
|
{ title: "Deep Hydration", description: "Locks in moisture for 24-hour hydration.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-woman-white-wedding-dress-sitting-near-blue-swimming-pool-with-flowers-orchid_343596-191.jpg", imageAlt: "luxury cream jar photography" },
|
|
{ title: "Organic Ingredients", description: "100% plant-based, vegan, and cruelty-free.", buttonIcon: Leaf, imageSrc: "http://img.b2bpic.net/free-photo/white-vases-books-assortment_23-2149681102.jpg", imageAlt: "luxury cream jar photography" },
|
|
{ title: "Dermatologist Tested", description: "Safe for even the most sensitive skin types.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/view-make-up-foundation-products_23-2149736910.jpg", imageAlt: "luxury cream jar photography" },
|
|
{ title: "Visible Radiance", description: "Brightens your complexion in just 7 days.", buttonIcon: Sparkles, imageSrc: "http://img.b2bpic.net/free-photo/cream-containers-composition_23-2148549142.jpg", imageAlt: "luxury cream jar photography" },
|
|
{ title: "Ethical Sourcing", description: "Supporting farmers and environment.", buttonIcon: Globe, imageSrc: "http://img.b2bpic.net/free-photo/liquid-facial-skin-care-product-white-background-isolated_169016-26671.jpg", imageAlt: "luxury cream jar photography" },
|
|
]}
|
|
title="Why Choose Elegant Skin?"
|
|
description="Our formula is crafted for results."
|
|
/>
|
|
</div>
|
|
|
|
<div id="products" data-section="products">
|
|
<ProductCardTwo
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="four-items-2x2-equal-grid"
|
|
useInvertedBackground={false}
|
|
products={[
|
|
{ id: "p1", brand: "Elegant Skin", name: "Botanical Night Cream", price: "$45.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-make-up-foundation-products_23-2149736910.jpg", imageAlt: "luxury face cream bottle" },
|
|
{ id: "p2", brand: "Elegant Skin", name: "Day Radiance Cream", price: "$38.00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/cream-containers-composition_23-2148549142.jpg", imageAlt: "night cream jar gold" },
|
|
{ id: "p3", brand: "Elegant Skin", name: "Hydration Serum", price: "$52.00", rating: 4, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/liquid-facial-skin-care-product-white-background-isolated_169016-26671.jpg", imageAlt: "serum bottle dropper beige" },
|
|
{ id: "p4", brand: "Elegant Skin", name: "Softening Body Lotion", price: "$29.00", rating: 5, reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232250.jpg", imageAlt: "moisturizing body lotion bottle" },
|
|
{ id: "p5", brand: "Elegant Skin", name: "Revitalizing Eye Balm", price: "$32.00", rating: 4, reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-jar-wooden-stand_23-2152010110.jpg", imageAlt: "skin care cream container" },
|
|
{ id: "p6", brand: "Elegant Skin", name: "Ultimate Moisture Set", price: "$85.00", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/summer-skincare-ritual-beauty-products-glowing-skin_23-2151992843.jpg", imageAlt: "anti aging cream container" },
|
|
]}
|
|
title="Our Collection"
|
|
description="Shop our premium creams, serums, and lotions."
|
|
/>
|
|
</div>
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardFourteen
|
|
useInvertedBackground={true}
|
|
title="Our Impact"
|
|
tag="Trusted Quality"
|
|
metrics={[
|
|
{ id: "m1", value: "50k+", description: "Happy Customers" },
|
|
{ id: "m2", value: "98%", description: "Satisfaction Rate" },
|
|
{ id: "m3", value: "100%", description: "Cruelty-Free" },
|
|
]}
|
|
metricsAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardFifteen
|
|
useInvertedBackground={false}
|
|
testimonial="I have never felt more confident about my skin. Elegant Skin has transformed my morning routine into a luxurious ritual."
|
|
rating={5}
|
|
author="Sarah M."
|
|
avatars={[
|
|
{ src: "http://img.b2bpic.net/free-photo/smiley-woman-laying-bed-medium-shot_23-2148945194.jpg", alt: "Sarah" },
|
|
{ src: "http://img.b2bpic.net/free-photo/interested-lady-posing-with-smile-jocund-young-woman-expressing-happiness_197531-14036.jpg", alt: "Jocund customer" },
|
|
{ src: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133185.jpg", alt: "Happy woman" },
|
|
{ src: "http://img.b2bpic.net/free-photo/close-up-smiley-women-hanging-out_23-2149168545.jpg", alt: "Smiling women" },
|
|
{ src: "http://img.b2bpic.net/free-photo/radiant-woman-with-glossy-skin-soft-features-posing-studio-advertising-natural-beauty_482257-134478.jpg", alt: "Radiant woman" },
|
|
]}
|
|
ratingAnimation="blur-reveal"
|
|
avatarsAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<FaqSplitMedia
|
|
textboxLayout="split"
|
|
useInvertedBackground={true}
|
|
faqs={[
|
|
{ id: "f1", title: "Are your products vegan?", content: "Yes, all our creams are entirely plant-based and cruelty-free." },
|
|
{ id: "f2", title: "How long until I see results?", content: "Most users report visibly brighter skin within 7 days of daily use." },
|
|
{ id: "f3", title: "Do you ship internationally?", content: "Yes, we ship to most countries worldwide with flat-rate shipping." },
|
|
]}
|
|
title="Common Questions"
|
|
description="Learn more about our products and ingredients."
|
|
faqsAnimation="slide-up"
|
|
imageSrc="http://img.b2bpic.net/free-photo/lavender-spa-accessories-arranged-white-surface_9975-133076.jpg"
|
|
imageAlt="Spa accessories"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactSplit
|
|
tag="Contact"
|
|
useInvertedBackground={false}
|
|
background={{ variant: "plain" }}
|
|
title="Join Our Beauty Journey"
|
|
description="Sign up for 10% off your first purchase and exclusive skincare tips."
|
|
imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-hair-style_23-2149459199.jpg"
|
|
mediaAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterCard
|
|
logoText="ELEGANT SKIN"
|
|
copyrightText="© 2025 Elegant Skin. All rights reserved."
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|