Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 49ea2f44c3 | |||
| b1f405366e | |||
| 993a3af0f7 | |||
| 780b698614 | |||
| 26a47d4415 |
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
|||||||
logoText="Luminous Beauty"
|
logoText="Luminous Beauty"
|
||||||
description="Unlock your radiance with our premium, science-backed beauty essentials designed for your unique glow."
|
description="Unlock your radiance with our premium, science-backed beauty essentials designed for your unique glow."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Store", href: "#products" },
|
{ text: "Shop Best Sellers", href: "#products" },
|
||||||
{ text: "Discover Routine", href: "#features" },
|
{ text: "Discover Routine", href: "#features" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/tropical-leaves-paper-cut-style_23-2148301059.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/tropical-leaves-paper-cut-style_23-2148301059.jpg"
|
||||||
@@ -94,6 +94,7 @@ export default function LandingPage() {
|
|||||||
{ id: "p5", brand: "Luminous", name: "Night Cream", price: "$52.00", rating: 5, reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420633.jpg" },
|
{ id: "p5", brand: "Luminous", name: "Night Cream", price: "$52.00", rating: 5, reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420633.jpg" },
|
||||||
{ id: "p6", brand: "Luminous", name: "Eye Serum", price: "$32.00", rating: 5, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150083943.jpg" },
|
{ id: "p6", brand: "Luminous", name: "Eye Serum", price: "$32.00", rating: 5, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150083943.jpg" },
|
||||||
]}
|
]}
|
||||||
|
buttons={[{ text: "Shop All Products", href: "#products" }]}
|
||||||
title="Shop Our Beauty Collection"
|
title="Shop Our Beauty Collection"
|
||||||
description="Discover the essentials that define your daily beauty ritual."
|
description="Discover the essentials that define your daily beauty ritual."
|
||||||
/>
|
/>
|
||||||
@@ -199,4 +200,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user