Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 452261fbd2 | |||
| 732c02c307 | |||
| a14f1ef645 | |||
| d8807cf593 | |||
| 8dfaf0bbf3 |
@@ -48,6 +48,7 @@ export default function LandingPage() {
|
||||
title="The Art of Essence"
|
||||
description="Discover our signature collection of handcrafted fragrances designed to evoke memories and define your presence."
|
||||
testimonials={[]}
|
||||
buttons={[{ text: "Shop Collection", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/perfume-bottle-nature_23-2151890527.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -90,6 +91,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Our Signature Collection"
|
||||
description="Explore our curated fragrance profiles."
|
||||
buttons={[{ text: "View Details", href: "#" }, { text: "Add to Cart", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -158,4 +160,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user