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