Update src/app/page.tsx

This commit is contained in:
2026-03-06 21:20:39 +00:00
parent 213e618b36
commit 492b136b79

View File

@@ -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>
);
}
}