diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a34f98..511fd37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,6 +137,8 @@ export default function HomePage() { buttons={[ { text: "View All", href: "/shop"}, + { + text: "Shop Now", href: "/shop"}, ]} buttonAnimation="slide-up" /> @@ -243,7 +245,7 @@ export default function HomePage() { textPosition="left" faqs={[ { - id: "faq-1", title: "Are all watches 100% original?", content: "Yes, every watch in our collection is verified original and in perfect working condition. We guarantee authenticity on all pre-owned timepieces. Our verification process includes: (1) Serial number verification through manufacturer databases; (2) Physical authentication by certified watch experts; (3) Movement inspection using precision tools; (4) Materials certification to confirm genuine metal and components. Each watch undergoes rigorous quality checks before delivery. You can trust Flux Watches for authentic, certified timepieces."}, + id: "faq-1", title: "Are all watches 100% original?", content: "Yes, every watch in our collection is verified original and in perfect working condition. We guarantee authenticity on all pre-owned timepieces."}, { id: "faq-2", title: "What payment methods do you accept?", content: "We accept Cash on Delivery (COD), JazzCash, EasyPaisa, and Bank Transfer. Choose the option that works best for you."}, { @@ -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." /> @@ -285,4 +287,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file