2 Commits

Author SHA1 Message Date
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

View File

@@ -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"
/> />
@@ -243,7 +245,7 @@ export default function HomePage() {
textPosition="left" textPosition="left"
faqs={[ 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."}, 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" 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>