diff --git a/src/app/page.tsx b/src/app/page.tsx index 3228ea8..3a34f98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,8 +137,6 @@ export default function HomePage() { buttons={[ { text: "View All", href: "/shop"}, - { - text: "Shop Now", href: "/shop"}, ]} buttonAnimation="slide-up" /> @@ -245,7 +243,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."}, + 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-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."}, { @@ -287,4 +285,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}