Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f7ff5f3ab | |||
| 6b221eea22 | |||
| 797c6caaf6 |
@@ -45,10 +45,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Unlock Your Glowing Skin."
|
title="Unlock Your Glowing Skin."
|
||||||
description="Experience the ultimate hydration and natural radiance with Elegant Skin's premium botanical cream collection."
|
description="Experience the ultimate hydration and natural radiance with Elegant Skin's premium botanical cream collection."
|
||||||
avatars={[
|
avatars={[]}
|
||||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D7wLhxY1PZp7RnX6KaDsuI47v3/uploaded-1777650548474-nvm3wluk.jpg", alt: "Happy woman soft skin" },
|
|
||||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D7wLhxY1PZp7RnX6KaDsuI47v3/uploaded-1777650548474-e1lfd71e.jpg", alt: "Skincare user portrait" },
|
|
||||||
]}
|
|
||||||
buttons={[{ text: "Shop Now", href: "#products" }]}
|
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{ type: "text-icon", text: "Cruelty-Free Certified", icon: Shield },
|
{ type: "text-icon", text: "Cruelty-Free Certified", icon: Shield },
|
||||||
@@ -65,8 +62,6 @@ 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"
|
|
||||||
imageAlt="beauty spa minimalist decor"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -76,8 +71,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 +87,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: "" },
|
||||||
{ 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: "" },
|
||||||
]}
|
]}
|
||||||
title="Our Collection"
|
title="Our Collection"
|
||||||
description="Shop our premium creams, serums, and lotions."
|
description="Shop our premium creams, serums, and lotions."
|
||||||
@@ -107,7 +102,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: "" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -123,8 +118,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 +128,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 +141,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user