Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 27a88648f6 | |||
| 931c4cb62b | |||
| 511f1737cc | |||
| fd6d3d653e |
@@ -79,9 +79,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Signature Lip Gloss", price: "₦8,500", imageSrc: "http://img.b2bpic.net/free-photo/pink-cosmetic-containers-flowers_23-2149270088.jpg" },
|
||||
{ id: "p2", name: "Velvet Matte Foundation", price: "₦15,000", imageSrc: "http://img.b2bpic.net/free-photo/foundation-dropper-bottle-with-reflection_23-2151968650.jpg" },
|
||||
{ id: "p3", name: "Radiant Face Powder", price: "₦12,500", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-cosmetic-products-with-brushes-orange-backdrop_23-2147878896.jpg" }
|
||||
{ id: "p1", name: "Signature Lip Gloss", price: "₦8,500", imageSrc: "http://img.b2bpic.net/free-photo/pink-cosmetic-containers-flowers_23-2149270088.jpg", priceButtonProps: { text: "Shop Now" } },
|
||||
{ id: "p2", name: "Velvet Matte Foundation", price: "₦15,000", imageSrc: "http://img.b2bpic.net/free-photo/foundation-dropper-bottle-with-reflection_23-2151968650.jpg", priceButtonProps: { text: "Shop Now" } },
|
||||
{ id: "p3", name: "Radiant Face Powder", price: "₦12,500", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-cosmetic-products-with-brushes-orange-backdrop_23-2147878896.jpg", priceButtonProps: { text: "Shop Now" } }
|
||||
]}
|
||||
title="Explore Our Essentials"
|
||||
description="Your journey to absolute elegance starts here."
|
||||
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Exclusive Access"
|
||||
title="Join the Elite Circle"
|
||||
title="Get 10% Off Your First Order"
|
||||
description="Subscribe to our newsletter for 10% off your first purchase and stay updated on limited collections."
|
||||
buttonText="Get Access"
|
||||
/>
|
||||
@@ -145,4 +145,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user