14 Commits

Author SHA1 Message Date
f24b95690b Update src/app/page.tsx 2026-05-01 16:00:20 +00:00
bd43dd08e6 Update src/app/page.tsx 2026-05-01 15:59:56 +00:00
cbdb58e477 Merge version_12 into main
Merge version_12 into main
2026-05-01 15:58:21 +00:00
ad6b063ce1 Update src/app/page.tsx 2026-05-01 15:58:18 +00:00
6680355b4f Merge version_11 into main
Merge version_11 into main
2026-05-01 15:57:45 +00:00
654a39464d Update src/app/page.tsx 2026-05-01 15:57:42 +00:00
c4ddbbbba8 Merge version_10 into main
Merge version_10 into main
2026-05-01 15:55:30 +00:00
12c7269c07 Update src/app/page.tsx 2026-05-01 15:55:27 +00:00
8bcc6a4755 Merge version_9 into main
Merge version_9 into main
2026-05-01 15:52:54 +00:00
a5da514502 Update src/app/page.tsx 2026-05-01 15:52:48 +00:00
7adfe96435 Merge version_8 into main
Merge version_8 into main
2026-05-01 15:51:20 +00:00
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
797c6caaf6 Merge version_7 into main
Merge version_7 into main
2026-05-01 15:49:24 +00:00

View File

@@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterCard from '@/components/sections/footer/FooterCard'; import FooterCard from '@/components/sections/footer/FooterCard';
import HeroCentered from '@/components/sections/hero/HeroCentered'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import MediaAbout from '@/components/sections/about/MediaAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -41,21 +41,14 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCentered <HeroCarouselLogo
background={{ variant: "gradient-bars" }} logoText="ELEGANT SKIN"
title="Unlock Your Glowing Skin." description="Discover the new standard in botanical skincare with our premium, glowing formulas."
description="Experience the ultimate hydration and natural radiance with Elegant Skin's premium botanical cream collection." buttons={[{ text: "Shop Collection", href: "#products" }]}
avatars={[ slides={[
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D7wLhxY1PZp7RnX6KaDsuI47v3/uploaded-1777650548474-nvm3wluk.jpg", alt: "Happy woman soft skin" }, { imageSrc: "https://images.unsplash.com/photo-1598440947619-2c35fd959146?q=80&w=2000", imageAlt: "Premium Night Cream" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D7wLhxY1PZp7RnX6KaDsuI47v3/uploaded-1777650548474-e1lfd71e.jpg", alt: "Skincare user portrait" }, { imageSrc: "https://images.unsplash.com/photo-1619451334792-150fd3d24c94?q=80&w=2000", imageAlt: "Radiance Day Cream" },
]} { imageSrc: "https://images.unsplash.com/photo-1556228720-195a672e8a03?q=80&w=2000&_wi=1", imageAlt: "Botanical Ingredients" }
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>
@@ -65,8 +58,8 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="Nature's Finest Ingredients" title="Nature's Finest Ingredients"
description="Discover our dermatologist-tested, organic collection designed for visible radiance" description="Discover our dermatologist-tested, organic collection designed for visible radiance"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D7wLhxY1PZp7RnX6KaDsuI47v3/uploaded-1777650548474-e1lfd71e.jpg?_wi=1" imageSrc="https://images.unsplash.com/photo-1556228720-195a672e8a03?q=80&w=2000&_wi=2"
imageAlt="beauty spa minimalist decor" imageAlt="Fresh botanical ingredients for skincare"
/> />
</div> </div>
@@ -76,8 +69,8 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
animationType="slide-up" animationType="slide-up"
features={[ features={[
{ title: "Deep Hydration", description: "Locks in moisture for 24-hour hydration.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D7wLhxY1PZp7RnX6KaDsuI47v3/uploaded-1777650548474-nvm3wluk.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.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D7wLhxY1PZp7RnX6KaDsuI47v3/uploaded-1777650548474-e1lfd71e.jpg?_wi=2", imageAlt: "luxury cream jar photography" } { title: "Organic Ingredients", description: "100% plant-based, vegan, and cruelty-free." }
]} ]}
title="Why Choose Elegant Skin?" title="Why Choose Elegant Skin?"
description="Our formula is crafted for results." description="Our formula is crafted for results."
@@ -92,8 +85,8 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
buttons={[{ text: "View All Products", href: "#all-products" }]} buttons={[{ text: "View All Products", href: "#all-products" }]}
products={[ products={[
{ id: "p1", brand: "Elegant Skin", name: "Botanical Night Cream", price: "$45.00", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D7wLhxY1PZp7RnX6KaDsuI47v3/uploaded-1777650548474-nvm3wluk.jpg?_wi=2", imageAlt: "luxury face cream bottle" }, { id: "p1", brand: "Elegant Skin", name: "Botanical Night Cream", price: "$45.00", rating: 5, reviewCount: "120", imageSrc: "https://images.unsplash.com/photo-1598440947619-2c35fd959146?q=80&w=800" },
{ id: "p2", brand: "Elegant Skin", name: "Day Radiance Cream", price: "$38.00", rating: 5, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D7wLhxY1PZp7RnX6KaDsuI47v3/uploaded-1777650548474-e1lfd71e.jpg?_wi=3", imageAlt: "night cream jar gold" }, { id: "p2", brand: "Elegant Skin", name: "Day Radiance Cream", price: "$38.00", rating: 5, reviewCount: "95", imageSrc: "https://images.unsplash.com/photo-1619451334792-150fd3d24c94?q=80&w=800" },
]} ]}
title="Our Collection" title="Our Collection"
description="Shop our premium creams, serums, and lotions." description="Shop our premium creams, serums, and lotions."
@@ -107,7 +100,7 @@ export default function LandingPage() {
cardAnimation="slide-up" cardAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ id: "t1", name: "Sarah M.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D7wLhxY1PZp7RnX6KaDsuI47v3/uploaded-1777650548474-nvm3wluk.jpg?_wi=3" }, { id: "t1", name: "Sarah M.", imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=200", imageAlt: "Sarah M." },
]} ]}
/> />
</div> </div>
@@ -123,8 +116,6 @@ export default function LandingPage() {
title="Common Questions" title="Common Questions"
description="Learn more about our products and ingredients." description="Learn more about our products and ingredients."
faqsAnimation="slide-up" faqsAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D7wLhxY1PZp7RnX6KaDsuI47v3/uploaded-1777650548474-e1lfd71e.jpg?_wi=4"
imageAlt="Spa accessories"
/> />
</div> </div>
@@ -135,7 +126,6 @@ export default function LandingPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
title="Join Our Beauty Journey" title="Join Our Beauty Journey"
description="Join 50k+ customers and get 10% off your first order" description="Join 50k+ customers and get 10% off your first order"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D7wLhxY1PZp7RnX6KaDsuI47v3/uploaded-1777650548474-nvm3wluk.jpg?_wi=4"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
</div> </div>
@@ -149,4 +139,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }