4 Commits

Author SHA1 Message Date
ea6cb95829 Merge version_3 into main
Merge version_3 into main
2026-03-06 21:20:44 +00:00
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> </ServiceWrapper>
</html> </html>
); );
} }

View File

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