Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ea6cb95829 | |||
| 492b136b79 | |||
| 213e618b36 | |||
| be361683e0 |
@@ -1420,4 +1420,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
title="Featured Collection"
|
||||
description="Explore our handpicked selection of premium pre-owned pieces"
|
||||
description="Explore our handpicked selection of premium pre-owned pieces • ⏰ Limited stock available – secure yours today!"
|
||||
tag="New Arrivals"
|
||||
tagIcon={Package}
|
||||
products={[
|
||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
buttons={[{ text: "View All", href: "#products" }]}
|
||||
buttons={[{ text: "Shop Now - Limited Stock", href: "#products" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -234,4 +234,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user