Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe9186bb13 | |||
| 3ed36c712d |
@@ -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>
|
||||||
@@ -285,4 +287,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user