Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-07 15:16:48 +00:00
2 changed files with 108 additions and 382 deletions

View File

@@ -24,7 +24,7 @@ export default function ContactPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -53,13 +53,11 @@ export default function ContactPage() {
description="Contact us today via WhatsApp for personalized service. Our team will help you find the perfect luxury timepiece and guide you through the seamless ordering process."
buttons={[
{
text: "WhatsApp Now",
href: "https://wa.me/923319764602?text=Hi%2C%20I%20would%20like%20to%20order%20a%20luxury%20watch",
},
text: "WhatsApp Now", href: "https://wa.me/923319764602?text=Hi%2C%20I%20would%20like%20to%20order%20a%20luxury%20watch"},
{ text: "View Catalog", href: "/contact" },
]}
buttonAnimation="blur-reveal"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
/>
</div>
@@ -76,70 +74,34 @@ export default function ContactPage() {
animationType="slide-up"
plans={[
{
id: "direct-order",
badge: "Direct Purchase",
badgeIcon: ShoppingCart,
price: "Immediate",
subtitle: "Order and receive your watch",
buttons: [
id: "direct-order", badge: "Direct Purchase", badgeIcon: ShoppingCart,
price: "Immediate", subtitle: "Order and receive your watch", buttons: [
{ text: "Order Now", href: "/contact" },
{
text: "WhatsApp",
href: "https://wa.me/923319764602?text=I%20want%20to%20place%20an%20order",
},
text: "WhatsApp", href: "https://wa.me/923319764602?text=I%20want%20to%20place%20an%20order"},
],
features: [
"Direct bank transfer accepted",
"Cryptocurrency payment available",
"Express courier delivery",
"Complete authenticity verification",
"Lifetime warranty included",
"24/7 customer support",
],
"Direct bank transfer accepted", "Cryptocurrency payment available", "Express courier delivery", "Complete authenticity verification", "Lifetime warranty included", "24/7 customer support"],
},
{
id: "custom-order",
badge: "Custom Selection",
badgeIcon: Sparkles,
price: "Tailored",
subtitle: "We find your dream watch",
buttons: [
id: "custom-order", badge: "Custom Selection", badgeIcon: Sparkles,
price: "Tailored", subtitle: "We find your dream watch", buttons: [
{ text: "Consult Now", href: "/contact" },
{
text: "WhatsApp Me",
href: "https://wa.me/923319764602?text=I%20need%20help%20finding%20a%20watch",
},
text: "WhatsApp Me", href: "https://wa.me/923319764602?text=I%20need%20help%20finding%20a%20watch"},
],
features: [
"Personal watch consultant",
"Exclusive source access",
"Custom search service",
"Price negotiation",
"Flexible payment terms",
"Priority delivery",
],
"Personal watch consultant", "Exclusive source access", "Custom search service", "Price negotiation", "Flexible payment terms", "Priority delivery"],
},
{
id: "subscription",
badge: "Collector's Plan",
badgeIcon: Trophy,
price: "Premium",
subtitle: "For serious collectors",
buttons: [
id: "subscription", badge: "Collector's Plan", badgeIcon: Trophy,
price: "Premium", subtitle: "For serious collectors", buttons: [
{ text: "Become VIP", href: "/contact" },
{
text: "WhatsApp Details",
href: "https://wa.me/923319764602?text=Tell%20me%20about%20the%20VIP%20program",
},
text: "WhatsApp Details", href: "https://wa.me/923319764602?text=Tell%20me%20about%20the%20VIP%20program"},
],
features: [
"Early access to rare pieces",
"VIP pricing discounts",
"Invitation to exclusive events",
"Personal collection manager",
"First refusal rights",
"Lifetime concierge service",
],
"Early access to rare pieces", "VIP pricing discounts", "Invitation to exclusive events", "Personal collection manager", "First refusal rights", "Lifetime concierge service"],
},
]}
/>
@@ -158,41 +120,23 @@ export default function ContactPage() {
animationType="smooth"
faqs={[
{
id: "faq-1",
title: "Are all watches 100% authentic?",
content:
"Yes, every watch in our collection is verified authentic. We provide complete certification documents and authentication guarantees. Each piece undergoes rigorous quality checks before delivery.",
},
id: "faq-1", title: "Are all watches 100% authentic?", content:
"Yes, every watch in our collection is verified authentic. We provide complete certification documents and authentication guarantees. Each piece undergoes rigorous quality checks before delivery."},
{
id: "faq-2",
title: "What payment methods do you accept?",
content:
"We accept bank transfers, cryptocurrency payments, and PayPal. All transactions are secure and encrypted. For WhatsApp orders, we provide detailed payment instructions.",
},
id: "faq-2", title: "What payment methods do you accept?", content:
"We accept bank transfers, cryptocurrency payments, and PayPal. All transactions are secure and encrypted. For WhatsApp orders, we provide detailed payment instructions."},
{
id: "faq-3",
title: "How is the delivery handled?",
content:
"All watches are shipped via express courier with full insurance and tracking. Delivery typically takes 2-5 business days. We provide real-time tracking updates via WhatsApp.",
},
id: "faq-3", title: "How is the delivery handled?", content:
"All watches are shipped via express courier with full insurance and tracking. Delivery typically takes 2-5 business days. We provide real-time tracking updates via WhatsApp."},
{
id: "faq-4",
title: "What warranty do you provide?",
content:
"All watches come with a comprehensive 2-year warranty covering manufacturing defects and authentic parts replacement. Extended warranties up to 5 years are available.",
},
id: "faq-4", title: "What warranty do you provide?", content:
"All watches come with a comprehensive 2-year warranty covering manufacturing defects and authentic parts replacement. Extended warranties up to 5 years are available."},
{
id: "faq-5",
title: "Can I customize my watch order?",
content:
"Absolutely! We offer customization services including bands, straps, and modifications. Our team can help you design your perfect timepiece. Contact us via WhatsApp for details.",
},
id: "faq-5", title: "Can I customize my watch order?", content:
"Absolutely! We offer customization services including bands, straps, and modifications. Our team can help you design your perfect timepiece. Contact us via WhatsApp for details."},
{
id: "faq-6",
title: "Do you offer trade-in or exchange services?",
content:
"Yes, we accept trade-ins and offer fair market value for your current timepieces. Exchange programs are available for existing customers.",
},
id: "faq-6", title: "Do you offer trade-in or exchange services?", content:
"Yes, we accept trade-ins and offer fair market value for your current timepieces. Exchange programs are available for existing customers."},
]}
/>
</div>
@@ -201,8 +145,7 @@ export default function ContactPage() {
<FooterBaseReveal
columns={[
{
title: "Collections",
items: [
title: "Collections", items: [
{ label: "Sport & Adventure", href: "#collections" },
{ label: "Classic Elegance", href: "#collections" },
{ label: "Heritage Classics", href: "#collections" },
@@ -210,8 +153,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Process", href: "#about" },
{ label: "Careers", href: "#" },
@@ -219,15 +161,12 @@ export default function ContactPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#faq" },
{ label: "Warranty", href: "#" },
{
label: "WhatsApp Support",
href: "https://wa.me/923319764602",
},
label: "WhatsApp Support", href: "https://wa.me/923319764602"},
],
},
]}

View File

@@ -22,7 +22,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -39,9 +39,7 @@ export default function HomePage() {
{ name: "FAQ", id: "faq" },
]}
button={{
text: "Order Now",
href: "contact",
}}
text: "Order Now", href: "contact"}}
brandName="Luxe Watches"
/>
</div>
@@ -54,49 +52,27 @@ export default function HomePage() {
tag="Premium Collection"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
buttons={[
{
text: "Explore Collection",
href: "collections",
},
text: "Explore Collection", href: "collections"},
{
text: "WhatsApp Order",
href: "https://wa.me/923319764602?text=I%20am%20interested%20in%20ordering%20a%20luxury%20watch",
},
text: "WhatsApp Order", href: "https://wa.me/923319764602?text=I%20am%20interested%20in%20ordering%20a%20luxury%20watch"},
]}
buttonAnimation="blur-reveal"
carouselItems={[
{
id: "hero-1",
imageSrc: "http://img.b2bpic.net/free-photo/elegance-gold-luxury-watch-success-generated-by-ai_188544-14010.jpg",
imageAlt: "Luxury chronograph watch",
},
id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/elegance-gold-luxury-watch-success-generated-by-ai_188544-14010.jpg", imageAlt: "Luxury chronograph watch"},
{
id: "hero-2",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-businessman-checking-time_23-2148012930.jpg",
imageAlt: "Professional dive watch luxury",
},
id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/elegant-businessman-checking-time_23-2148012930.jpg", imageAlt: "Professional dive watch luxury"},
{
id: "hero-3",
imageSrc: "http://img.b2bpic.net/free-photo/man-green-blazer-wearing-gold-colored-lion-ring-watch_246466-19.jpg",
imageAlt: "Classic dress watch elegant",
},
id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/man-green-blazer-wearing-gold-colored-lion-ring-watch_246466-19.jpg", imageAlt: "Classic dress watch elegant"},
{
id: "hero-4",
imageSrc: "http://img.b2bpic.net/free-photo/sportsman-checking-his-watch-before-starting-run_23-2147600778.jpg",
imageAlt: "Sports watch luxury performance",
},
id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/sportsman-checking-his-watch-before-starting-run_23-2147600778.jpg", imageAlt: "Sports watch luxury performance"},
{
id: "hero-5",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-wristwatch-with-accurate-minute-hand-detail-generated-by-ai_188544-27738.jpg?_wi=1",
imageAlt: "Elegant timepiece luxury wrist",
},
id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/luxury-wristwatch-with-accurate-minute-hand-detail-generated-by-ai_188544-27738.jpg", imageAlt: "Elegant timepiece luxury wrist"},
{
id: "hero-6",
imageSrc: "http://img.b2bpic.net/free-photo/hands-craftswoman-using-pliers_107420-65193.jpg",
imageAlt: "Heritage luxury watch vintage",
},
id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/hands-craftswoman-using-pliers_107420-65193.jpg", imageAlt: "Heritage luxury watch vintage"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -117,25 +93,13 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
title: "Sport & Adventure",
description: "Durable watches designed for extreme conditions and outdoor exploration",
bentoComponent: "globe",
},
title: "Sport & Adventure", description: "Durable watches designed for extreme conditions and outdoor exploration", bentoComponent: "globe"},
{
title: "Classic Elegance",
description: "Timeless dress watches for formal occasions and everyday luxury",
bentoComponent: "animated-bar-chart",
},
title: "Classic Elegance", description: "Timeless dress watches for formal occasions and everyday luxury", bentoComponent: "animated-bar-chart"},
{
title: "Heritage Classics",
description: "Iconic models that have stood the test of time across generations",
bentoComponent: "map",
},
title: "Heritage Classics", description: "Iconic models that have stood the test of time across generations", bentoComponent: "map"},
{
title: "Modern Innovation",
description: "Contemporary designs combining tradition with cutting-edge technology",
bentoComponent: "line-chart",
},
title: "Modern Innovation", description: "Contemporary designs combining tradition with cutting-edge technology", bentoComponent: "line-chart"},
]}
/>
</div>
@@ -154,57 +118,27 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "watch-001",
name: "Rolex Submariner 41mm",
price: "$9,250",
imageSrc: "http://img.b2bpic.net/free-vector/classic-watches-interface_250435-188.jpg?_wi=1",
imageAlt: "Rolex Submariner luxury watch",
initialQuantity: 1,
id: "watch-001", name: "Rolex Submariner 41mm", price: "$9,250", imageSrc: "http://img.b2bpic.net/free-vector/classic-watches-interface_250435-188.jpg", imageAlt: "Rolex Submariner luxury watch", initialQuantity: 1,
isFavorited: false,
},
{
id: "watch-002",
name: "Rolex GMT-Master II",
price: "$10,850",
imageSrc: "http://img.b2bpic.net/free-photo/chic-handsome-african-american-man-white-suit-sitting-bench-close-up-photo-golden-watches-hand_627829-1560.jpg?_wi=1",
imageAlt: "Rolex GMT-Master II watch",
initialQuantity: 1,
id: "watch-002", name: "Rolex GMT-Master II", price: "$10,850", imageSrc: "http://img.b2bpic.net/free-photo/chic-handsome-african-american-man-white-suit-sitting-bench-close-up-photo-golden-watches-hand_627829-1560.jpg", imageAlt: "Rolex GMT-Master II watch", initialQuantity: 1,
isFavorited: false,
},
{
id: "watch-003",
name: "Rolex Daytona Chronograph",
price: "$14,600",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241149.jpg?_wi=1",
imageAlt: "Rolex Daytona chronograph",
initialQuantity: 1,
id: "watch-003", name: "Rolex Daytona Chronograph", price: "$14,600", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241149.jpg", imageAlt: "Rolex Daytona chronograph", initialQuantity: 1,
isFavorited: false,
},
{
id: "watch-004",
name: "Rolex Day-Date President",
price: "$35,950",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-city_1157-20937.jpg?_wi=1",
imageAlt: "Rolex Day-Date President watch",
initialQuantity: 1,
id: "watch-004", name: "Rolex Day-Date President", price: "$35,950", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-city_1157-20937.jpg", imageAlt: "Rolex Day-Date President watch", initialQuantity: 1,
isFavorited: false,
},
{
id: "watch-005",
name: "Rolex Sea-Dweller",
price: "$12,450",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-wristwatch-with-accurate-minute-hand-detail-generated-by-ai_188544-27738.jpg?_wi=2",
imageAlt: "Rolex Sea-Dweller dive watch",
initialQuantity: 1,
id: "watch-005", name: "Rolex Sea-Dweller", price: "$12,450", imageSrc: "http://img.b2bpic.net/free-photo/luxury-wristwatch-with-accurate-minute-hand-detail-generated-by-ai_188544-27738.jpg", imageAlt: "Rolex Sea-Dweller dive watch", initialQuantity: 1,
isFavorited: false,
},
{
id: "watch-006",
name: "Rolex Sky-Dweller",
price: "$36,250",
imageSrc: "http://img.b2bpic.net/free-vector/golden-happy-new-year-2017-poster-with-confetti_1035-5859.jpg?_wi=1",
imageAlt: "Rolex Sky-Dweller watch",
initialQuantity: 1,
id: "watch-006", name: "Rolex Sky-Dweller", price: "$36,250", imageSrc: "http://img.b2bpic.net/free-vector/golden-happy-new-year-2017-poster-with-confetti_1035-5859.jpg", imageAlt: "Rolex Sky-Dweller watch", initialQuantity: 1,
isFavorited: false,
},
]}
@@ -220,18 +154,14 @@ export default function HomePage() {
tag="About Us"
tagIcon={Award}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/man-is-putting-watch-his-wrist_8353-10445.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/man-is-putting-watch-his-wrist_8353-10445.jpg"
imageAlt="Luxury watches collection display"
useInvertedBackground={false}
buttons={[
{
text: "View Collection",
href: "products",
},
text: "View Collection", href: "products"},
{
text: "Contact Us",
href: "contact",
},
text: "Contact Us", href: "contact"},
]}
buttonAnimation="opacity"
/>
@@ -250,79 +180,37 @@ export default function HomePage() {
animationType="slide-up"
plans={[
{
id: "direct-order",
badge: "Direct Purchase",
badgeIcon: ShoppingCart,
price: "Immediate",
subtitle: "Order and receive your watch",
buttons: [
id: "direct-order", badge: "Direct Purchase", badgeIcon: ShoppingCart,
price: "Immediate", subtitle: "Order and receive your watch", buttons: [
{
text: "Order Now",
href: "contact",
},
text: "Order Now", href: "contact"},
{
text: "WhatsApp",
href: "https://wa.me/923319764602?text=I%20want%20to%20place%20an%20order",
},
text: "WhatsApp", href: "https://wa.me/923319764602?text=I%20want%20to%20place%20an%20order"},
],
features: [
"Direct bank transfer accepted",
"Cryptocurrency payment available",
"Express courier delivery",
"Complete authenticity verification",
"Lifetime warranty included",
"24/7 customer support",
],
"Direct bank transfer accepted", "Cryptocurrency payment available", "Express courier delivery", "Complete authenticity verification", "Lifetime warranty included", "24/7 customer support"],
},
{
id: "custom-order",
badge: "Custom Selection",
badgeIcon: Sparkles,
price: "Tailored",
subtitle: "We find your dream watch",
buttons: [
id: "custom-order", badge: "Custom Selection", badgeIcon: Sparkles,
price: "Tailored", subtitle: "We find your dream watch", buttons: [
{
text: "Consult Now",
href: "contact",
},
text: "Consult Now", href: "contact"},
{
text: "WhatsApp Me",
href: "https://wa.me/923319764602?text=I%20need%20help%20finding%20a%20watch",
},
text: "WhatsApp Me", href: "https://wa.me/923319764602?text=I%20need%20help%20finding%20a%20watch"},
],
features: [
"Personal watch consultant",
"Exclusive source access",
"Custom search service",
"Price negotiation",
"Flexible payment terms",
"Priority delivery",
],
"Personal watch consultant", "Exclusive source access", "Custom search service", "Price negotiation", "Flexible payment terms", "Priority delivery"],
},
{
id: "subscription",
badge: "Collector's Plan",
badgeIcon: Award,
price: "Premium",
subtitle: "For serious collectors",
buttons: [
id: "subscription", badge: "Collector's Plan", badgeIcon: Award,
price: "Premium", subtitle: "For serious collectors", buttons: [
{
text: "Become VIP",
href: "contact",
},
text: "Become VIP", href: "contact"},
{
text: "WhatsApp Details",
href: "https://wa.me/923319764602?text=Tell%20me%20about%20the%20VIP%20program",
},
text: "WhatsApp Details", href: "https://wa.me/923319764602?text=Tell%20me%20about%20the%20VIP%20program"},
],
features: [
"Early access to rare pieces",
"VIP pricing discounts",
"Invitation to exclusive events",
"Personal collection manager",
"First refusal rights",
"Lifetime concierge service",
],
"Early access to rare pieces", "VIP pricing discounts", "Invitation to exclusive events", "Personal collection manager", "First refusal rights", "Lifetime concierge service"],
},
]}
/>
@@ -341,53 +229,17 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
id: "testimonial-1",
name: "Ahmed Hassan",
handle: "@watch_collector_pk",
testimonial: "Finally found authentic Rolex watches at genuine prices! The professionalism and authenticity verification process is exceptional. Highly recommended for anyone serious about luxury timepieces.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneur-taking-phone-while-having-coffee-break-cafe_637285-8857.jpg?_wi=1",
imageAlt: "Ahmed Hassan",
},
id: "testimonial-1", name: "Ahmed Hassan", handle: "@watch_collector_pk", testimonial: "Finally found authentic Rolex watches at genuine prices! The professionalism and authenticity verification process is exceptional. Highly recommended for anyone serious about luxury timepieces.", imageSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneur-taking-phone-while-having-coffee-break-cafe_637285-8857.jpg", imageAlt: "Ahmed Hassan"},
{
id: "testimonial-2",
name: "Fatima Khan",
handle: "@luxury_lifestyle",
testimonial: "Purchased a vintage Submariner and the entire experience was seamless. WhatsApp support is fantastic - got my questions answered within minutes. Five stars!",
imageSrc: "http://img.b2bpic.net/free-photo/successful-employee-with-white-shirt-black-suit_1139-296.jpg?_wi=1",
imageAlt: "Fatima Khan",
},
id: "testimonial-2", name: "Fatima Khan", handle: "@luxury_lifestyle", testimonial: "Purchased a vintage Submariner and the entire experience was seamless. WhatsApp support is fantastic - got my questions answered within minutes. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/successful-employee-with-white-shirt-black-suit_1139-296.jpg", imageAlt: "Fatima Khan"},
{
id: "testimonial-3",
name: "Ali Malik",
handle: "@timepiece_enthusiast",
testimonial: "The collection is curated with such care. Every watch comes with complete documentation and warranty. This is the only place I trust for luxury watch purchases now.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-coffee-looking-away_23-2148230780.jpg?_wi=1",
imageAlt: "Ali Malik",
},
id: "testimonial-3", name: "Ali Malik", handle: "@timepiece_enthusiast", testimonial: "The collection is curated with such care. Every watch comes with complete documentation and warranty. This is the only place I trust for luxury watch purchases now.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-coffee-looking-away_23-2148230780.jpg", imageAlt: "Ali Malik"},
{
id: "testimonial-4",
name: "Zara Ahmed",
handle: "@elegant_wrist",
testimonial: "Exceptional service! They helped me find the perfect GMT-Master for my collection. The delivery was secure and on time. Truly professional!",
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg?_wi=1",
imageAlt: "Zara Ahmed",
},
id: "testimonial-4", name: "Zara Ahmed", handle: "@elegant_wrist", testimonial: "Exceptional service! They helped me find the perfect GMT-Master for my collection. The delivery was secure and on time. Truly professional!", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg", imageAlt: "Zara Ahmed"},
{
id: "testimonial-5",
name: "Hassan Raza",
handle: "@pk_luxury_watches",
testimonial: "Been buying from them for 3 years now. Consistent quality, fair pricing, and authentic pieces every single time. Incredible collection!",
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg?_wi=1",
imageAlt: "Hassan Raza",
},
id: "testimonial-5", name: "Hassan Raza", handle: "@pk_luxury_watches", testimonial: "Been buying from them for 3 years now. Consistent quality, fair pricing, and authentic pieces every single time. Incredible collection!", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg", imageAlt: "Hassan Raza"},
{
id: "testimonial-6",
name: "Maryam Siddiqui",
handle: "@watch_passion",
testimonial: "The WhatsApp ordering system is brilliant! Got my Daytona faster than expected with full authenticity certificate. Couldn't be happier!",
imageSrc: "http://img.b2bpic.net/free-photo/skeptical-senior-businesswoman-looking-camera_1262-5592.jpg?_wi=1",
imageAlt: "Maryam Siddiqui",
},
id: "testimonial-6", name: "Maryam Siddiqui", handle: "@watch_passion", testimonial: "The WhatsApp ordering system is brilliant! Got my Daytona faster than expected with full authenticity certificate. Couldn't be happier!", imageSrc: "http://img.b2bpic.net/free-photo/skeptical-senior-businesswoman-looking-camera_1262-5592.jpg", imageAlt: "Maryam Siddiqui"},
]}
speed={40}
/>
@@ -404,25 +256,9 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Rolex Official",
"Omega Boutique",
"Patek Philippe",
"Audemars Piguet",
"IWC Schaffhausen",
"Breitling",
"TAG Heuer",
"Seiko Prestige",
]}
"Rolex Official", "Omega Boutique", "Patek Philippe", "Audemars Piguet", "IWC Schaffhausen", "Breitling", "TAG Heuer", "Seiko Prestige"]}
logos={[
"http://img.b2bpic.net/free-vector/gradient-gold-crown-logo_23-2150986078.jpg",
"http://img.b2bpic.net/free-vector/gradient-o-logos-template-set_23-2148887390.jpg",
"http://img.b2bpic.net/free-vector/golden-diamond-logo-template_52683-43657.jpg",
"http://img.b2bpic.net/free-vector/pack-five-premium-ornamental-stickers_23-2147603429.jpg",
"http://img.b2bpic.net/free-vector/cube-logo-with-letter-w_1025-627.jpg",
"http://img.b2bpic.net/free-vector/flat-drone-logo-set_23-2148807839.jpg",
"http://img.b2bpic.net/free-vector/flat-design-bank-holiday-labels_23-2149360405.jpg",
"http://img.b2bpic.net/free-vector/decorative-retro-travel-stickers_23-2147645272.jpg",
]}
"http://img.b2bpic.net/free-vector/gradient-gold-crown-logo_23-2150986078.jpg", "http://img.b2bpic.net/free-vector/gradient-o-logos-template-set_23-2148887390.jpg", "http://img.b2bpic.net/free-vector/golden-diamond-logo-template_52683-43657.jpg", "http://img.b2bpic.net/free-vector/pack-five-premium-ornamental-stickers_23-2147603429.jpg", "http://img.b2bpic.net/free-vector/cube-logo-with-letter-w_1025-627.jpg", "http://img.b2bpic.net/free-vector/flat-drone-logo-set_23-2148807839.jpg", "http://img.b2bpic.net/free-vector/flat-design-bank-holiday-labels_23-2149360405.jpg", "http://img.b2bpic.net/free-vector/decorative-retro-travel-stickers_23-2147645272.jpg"]}
speed={40}
showCard={true}
/>
@@ -442,41 +278,23 @@ export default function HomePage() {
animationType="smooth"
faqs={[
{
id: "faq-1",
title: "Are all watches 100% authentic?",
content:
"Yes, every watch in our collection is verified authentic. We provide complete certification documents and authentication guarantees. Each piece undergoes rigorous quality checks before delivery.",
},
id: "faq-1", title: "Are all watches 100% authentic?", content:
"Yes, every watch in our collection is verified authentic. We provide complete certification documents and authentication guarantees. Each piece undergoes rigorous quality checks before delivery."},
{
id: "faq-2",
title: "What payment methods do you accept?",
content:
"We accept bank transfers, cryptocurrency payments, and PayPal. All transactions are secure and encrypted. For WhatsApp orders, we provide detailed payment instructions.",
},
id: "faq-2", title: "What payment methods do you accept?", content:
"We accept bank transfers, cryptocurrency payments, and PayPal. All transactions are secure and encrypted. For WhatsApp orders, we provide detailed payment instructions."},
{
id: "faq-3",
title: "How is the delivery handled?",
content:
"All watches are shipped via express courier with full insurance and tracking. Delivery typically takes 2-5 business days. We provide real-time tracking updates via WhatsApp.",
},
id: "faq-3", title: "How is the delivery handled?", content:
"All watches are shipped via express courier with full insurance and tracking. Delivery typically takes 2-5 business days. We provide real-time tracking updates via WhatsApp."},
{
id: "faq-4",
title: "What warranty do you provide?",
content:
"All watches come with a comprehensive 2-year warranty covering manufacturing defects and authentic parts replacement. Extended warranties up to 5 years are available.",
},
id: "faq-4", title: "What warranty do you provide?", content:
"All watches come with a comprehensive 2-year warranty covering manufacturing defects and authentic parts replacement. Extended warranties up to 5 years are available."},
{
id: "faq-5",
title: "Can I customize my watch order?",
content:
"Absolutely! We offer customization services including bands, straps, and modifications. Our team can help you design your perfect timepiece. Contact us via WhatsApp for details.",
},
id: "faq-5", title: "Can I customize my watch order?", content:
"Absolutely! We offer customization services including bands, straps, and modifications. Our team can help you design your perfect timepiece. Contact us via WhatsApp for details."},
{
id: "faq-6",
title: "Do you offer trade-in or exchange services?",
content:
"Yes, we accept trade-ins and offer fair market value for your current timepieces. Exchange programs are available for existing customers.",
},
id: "faq-6", title: "Do you offer trade-in or exchange services?", content:
"Yes, we accept trade-ins and offer fair market value for your current timepieces. Exchange programs are available for existing customers."},
]}
/>
</div>
@@ -491,16 +309,12 @@ export default function HomePage() {
description="Contact us today via WhatsApp for personalized service. Our team will help you find the perfect luxury timepiece and guide you through the seamless ordering process."
buttons={[
{
text: "WhatsApp Now",
href: "https://wa.me/923319764602?text=Hi%2C%20I%20would%20like%20to%20order%20a%20luxury%20watch",
},
text: "WhatsApp Now", href: "https://wa.me/923319764602?text=Hi%2C%20I%20would%20like%20to%20order%20a%20luxury%20watch"},
{
text: "View Catalog",
href: "products",
},
text: "View Catalog", href: "products"},
]}
buttonAnimation="blur-reveal"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
/>
</div>
@@ -510,66 +324,39 @@ export default function HomePage() {
<FooterBaseReveal
columns={[
{
title: "Collections",
items: [
title: "Collections", items: [
{
label: "Sport & Adventure",
href: "#collections",
},
label: "Sport & Adventure", href: "#collections"},
{
label: "Classic Elegance",
href: "#collections",
},
label: "Classic Elegance", href: "#collections"},
{
label: "Heritage Classics",
href: "#collections",
},
label: "Heritage Classics", href: "#collections"},
{
label: "Modern Innovation",
href: "#collections",
},
label: "Modern Innovation", href: "#collections"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Our Process",
href: "#about",
},
label: "Our Process", href: "#about"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Warranty",
href: "#",
},
label: "Warranty", href: "#"},
{
label: "WhatsApp Support",
href: "https://wa.me/923319764602",
},
label: "WhatsApp Support", href: "https://wa.me/923319764602"},
],
},
]}