17 Commits

Author SHA1 Message Date
8f7ff5f3ab Update src/app/page.tsx 2026-05-01 15:51:17 +00:00
6b221eea22 Merge version_7 into main
Merge version_7 into main
2026-05-01 15:49:48 +00:00
1b1595739c Update src/app/page.tsx 2026-05-01 15:49:45 +00:00
797c6caaf6 Merge version_7 into main
Merge version_7 into main
2026-05-01 15:49:24 +00:00
062842229d Update src/app/styles/variables.css 2026-05-01 15:49:21 +00:00
a7bd8bef10 Update src/app/page.tsx 2026-05-01 15:49:21 +00:00
9eab6886f3 Merge version_6 into main
Merge version_6 into main
2026-05-01 15:43:12 +00:00
0e306b2458 Update src/app/page.tsx 2026-05-01 15:43:06 +00:00
b88b976db2 Merge version_6 into main
Merge version_6 into main
2026-05-01 15:42:39 +00:00
425ed6cbc1 Update src/app/page.tsx 2026-05-01 15:42:36 +00:00
aa1067b03f Merge version_5 into main
Merge version_5 into main
2026-05-01 15:39:28 +00:00
c46dcbfb67 Update src/app/page.tsx 2026-05-01 15:39:22 +00:00
979ca05e49 Merge version_4 into main
Merge version_4 into main
2026-05-01 15:38:29 +00:00
3ba0f3e61c Remove watermark 2026-05-01 15:38:22 +00:00
1b0956e592 Merge version_4 into main
Merge version_4 into main
2026-05-01 15:37:48 +00:00
24f2351ae0 Update src/app/page.tsx 2026-05-01 15:37:45 +00:00
54cb8c4cd8 Merge version_3 into main
Merge version_3 into main
2026-05-01 14:43:45 +00:00
3 changed files with 30 additions and 70 deletions

View File

@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
import "./globals.css";
import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Mulish } from "next/font/google";
@@ -33,7 +32,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{

View File

@@ -4,15 +4,14 @@ 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 FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
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";
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { CheckCircle, Leaf, Recycle, Shield, Sparkles } from "lucide-react";
export default function LandingPage() {
return (
@@ -44,15 +43,9 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{ variant: "gradient-bars" }}
title="Timeless Beauty, Redefined."
title="Unlock Your Glowing Skin."
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" },
]}
avatars={[]}
buttons={[{ text: "Shop Now", href: "#products" }]}
marqueeItems={[
{ type: "text-icon", text: "Cruelty-Free Certified", icon: Shield },
@@ -69,21 +62,17 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Nature's Finest Ingredients"
description="Discover our dermatologist-tested, organic collection designed for visible radiance"
imageSrc="http://img.b2bpic.net/free-photo/white-vases-books-assortment_23-2149681102.jpg?_wi=1"
imageAlt="beauty spa minimalist decor"
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentySix
<FeatureCardSeven
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
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?_wi=2", 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?_wi=1", 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?_wi=1", 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?_wi=1", imageAlt: "luxury cream jar photography" },
{ title: "Deep Hydration", description: "Locks in moisture for 24-hour hydration." },
{ title: "Organic Ingredients", description: "100% plant-based, vegan, and cruelty-free." }
]}
title="Why Choose Elegant Skin?"
description="Our formula is crafted for results."
@@ -98,48 +87,24 @@ export default function LandingPage() {
useInvertedBackground={false}
buttons={[{ text: "View All Products", href: "#all-products" }]}
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?_wi=2", 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?_wi=2", 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?_wi=2", 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" },
{ id: "p1", brand: "Elegant Skin", name: "Botanical Night Cream", price: "$45.00", rating: 5, reviewCount: "120", imageSrc: "" },
{ id: "p2", brand: "Elegant Skin", name: "Day Radiance Cream", price: "$38.00", rating: 5, reviewCount: "95", imageSrc: "" },
]}
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"
/>
<TestimonialCardTwelve
cardTitle="Customer Experiences"
cardTag="Real Results"
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Sarah M.", imageSrc: "" },
]}
/>
</div>
<div id="faq" data-section="faq">
@@ -149,13 +114,10 @@ export default function LandingPage() {
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>
@@ -165,8 +127,7 @@ export default function LandingPage() {
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"
description="Join 50k+ customers and get 10% off your first order"
mediaAnimation="slide-up"
/>
</div>
@@ -180,4 +141,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--background: #fdfaf7;
--card: #f5f0e9;
--foreground: #3d2b21;
--primary-cta: #c68a62;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta: #ffffff;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
--accent: #e3deea;
--background-accent: #c68a62;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);