8 Commits

Author SHA1 Message Date
dcc089f7b4 Update src/app/page.tsx 2026-03-15 17:33:24 +00:00
dc51c1a104 Merge version_5 into main
Merge version_5 into main
2026-03-15 17:31:38 +00:00
fe9186bb13 Update src/app/page.tsx 2026-03-15 17:31:34 +00:00
3ed36c712d Merge version_4 into main
Merge version_4 into main
2026-03-15 17:29:42 +00:00
7255b59f2b Update src/app/page.tsx 2026-03-15 17:29:38 +00:00
dbbd27b8cd Merge version_3 into main
Merge version_3 into main
2026-03-15 17:28:24 +00:00
54516cd7da Update src/app/page.tsx 2026-03-15 17:28:20 +00:00
b15e4c3179 Merge version_2 into main
Merge version_2 into main
2026-03-15 17:26:45 +00:00

View File

@@ -111,7 +111,7 @@ export default function HomePage() {
<div id="featured-products" data-section="featured-products"> <div id="featured-products" data-section="featured-products">
<ProductCardFour <ProductCardFour
title="Featured Watches" title="Best-Selling Originals Starting from RS 3,500"
description="Hand-selected original pre-owned timepieces in perfect working condition" description="Hand-selected original pre-owned timepieces in perfect working condition"
tag="🔥 Best Sellers" tag="🔥 Best Sellers"
tagIcon={TrendingUp} tagIcon={TrendingUp}
@@ -137,6 +137,8 @@ export default function HomePage() {
buttons={[ buttons={[
{ {
text: "View All", href: "/shop"}, text: "View All", href: "/shop"},
{
text: "Shop Now", href: "/shop"},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -271,8 +273,8 @@ export default function HomePage() {
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="Enter your WhatsApp number" inputPlaceholder="Your WhatsApp number"
buttonText="Message Now" buttonText="Get Watch Recommendations"
termsText="By contacting us, you agree to our Terms and acknowledge our Privacy Policy." termsText="By contacting us, you agree to our Terms and acknowledge our Privacy Policy."
/> />
</div> </div>
@@ -285,4 +287,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }