2 Commits

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

View File

@@ -137,8 +137,6 @@ 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"
/> />
@@ -245,7 +243,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."}, 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."}, 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() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }