|
|
|
|
@@ -44,7 +44,7 @@ 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" },
|
|
|
|
|
@@ -96,6 +96,7 @@ export default function LandingPage() {
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
gridVariant="four-items-2x2-equal-grid"
|
|
|
|
|
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" },
|
|
|
|
|
@@ -164,7 +165,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."
|
|
|
|
|
description="Join 50k+ customers and get 10% off your first order"
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-hair-style_23-2149459199.jpg"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
@@ -179,4 +180,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|