3 Commits

Author SHA1 Message Date
492b136b79 Update src/app/page.tsx 2026-03-06 21:20:39 +00:00
213e618b36 Update src/app/layout.tsx 2026-03-06 21:20:39 +00:00
be361683e0 Merge version_2 into main
Merge version_2 into main
2026-03-06 21:17:55 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1420,4 +1420,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

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