Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ea6cb95829 | |||
| 492b136b79 | |||
| 213e618b36 | |||
| be361683e0 |
@@ -1420,4 +1420,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
|||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardFour
|
<ProductCardFour
|
||||||
title="Featured Collection"
|
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"
|
tag="New Arrivals"
|
||||||
tagIcon={Package}
|
tagIcon={Package}
|
||||||
products={[
|
products={[
|
||||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
buttons={[{ text: "View All", href: "#products" }]}
|
buttons={[{ text: "Shop Now - Limited Stock", href: "#products" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -234,4 +234,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user