Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 694dc29966 | |||
| 105dfe44c1 | |||
| ec9da7cf22 | |||
| f16dd5dcb8 | |||
| ad10e7f0ad | |||
| 3a03082f01 | |||
| 27755c7a65 |
@@ -69,8 +69,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{ text: "Explore Collections", href: "#products" },
|
||||
{ text: "Book Consultation", href: "#contact" }
|
||||
{ text: "Book Consultation", href: "#contact" },
|
||||
{ text: "Explore Premium Collection", href: "#products" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
title="The Collection"
|
||||
description="Discover our carefully curated selection of handcrafted jewelry pieces, each designed with intention and crafted with excellence."
|
||||
description="Discover our carefully curated selection of handcrafted jewelry pieces. Each piece is handcrafted to order with 8-12 week turnaround, ensuring your jewelry is truly one-of-a-kind. Our commitment to exclusivity and craftsmanship justifies the investment in timeless luxury."
|
||||
tag="Featured"
|
||||
tagIcon={Diamond}
|
||||
tagAnimation="slide-up"
|
||||
@@ -264,4 +264,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user