Compare commits
4 Commits
version_10
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 1defb3e160 | |||
| ef7d34ac8f | |||
| 9df6e0f1ee | |||
| 139d228ba2 |
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Musa Watches"
|
brandName="Webild"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Shop Original", id: "shop-original" },
|
{ name: "Shop Original", id: "shop-original" },
|
||||||
{ name: "Replicas", id: "shop-replicas" },
|
{ name: "Replicas", id: "shop-replicas" },
|
||||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Verified Originals Now", href: "#products" },
|
{ text: "Browse Verified Watches", href: "#products" },
|
||||||
{ text: "Explore Replicas", href: "#replicas" }
|
{ text: "Explore Replicas", href: "#replicas" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="trust-metrics" data-section="trust-metrics">
|
<div id="trust-metrics" data-section="trust-metrics">
|
||||||
<MetricCardTen
|
<MetricCardTen
|
||||||
title="Why Musa Watches Stands Out"
|
title="Why Webild Stands Out"
|
||||||
description="Trusted by thousands across Pakistan and UAE for authentic luxury, exceptional service, and transparent operations since 2005."
|
description="Trusted by thousands across Pakistan and UAE for authentic luxury, exceptional service, and transparent operations since 2005."
|
||||||
tag="Our Commitment"
|
tag="Our Commitment"
|
||||||
tagIcon={Shield}
|
tagIcon={Shield}
|
||||||
@@ -139,12 +139,12 @@ export default function LandingPage() {
|
|||||||
tag="Est. 2005"
|
tag="Est. 2005"
|
||||||
tagIcon={Clock}
|
tagIcon={Clock}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="Musa Watches: 19 Years of Excellence"
|
title="Webild: 19 Years of Excellence"
|
||||||
description="Since 2005, we've been Pakistan's trusted gateway to premium timepieces. From our roots in Karachi and Lahore, we've built a reputation on authenticity, service, and customer obsession."
|
description="Since 2005, we've been Pakistan's trusted gateway to premium timepieces. From our roots in Karachi and Lahore, we've built a reputation on authenticity, service, and customer obsession."
|
||||||
subdescription="Every watch in our collection is carefully selected and tested. Every customer interaction is treated as a relationship, not a transaction. Your satisfaction isn't just our goal—it's our promise."
|
subdescription="Every watch in our collection is carefully selected and tested. Every customer interaction is treated as a relationship, not a transaction. Your satisfaction isn't just our goal—it's our promise."
|
||||||
icon={Heart}
|
icon={Heart}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/woman-unpacking-presents-by-christmas-tree_1303-12387.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/woman-unpacking-presents-by-christmas-tree_1303-12387.jpg"
|
||||||
imageAlt="Musa Watches premium packaging"
|
imageAlt="Webild premium packaging"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -180,7 +180,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
testimonial="Musa Watches has earned my complete trust. Fast delivery, premium quality, excellent warranty service, and genuinely caring customer support. They treat you like family, not just a transaction. Highly recommend to anyone looking for authentic luxury watches in Pakistan."
|
testimonial="Webild has earned my complete trust. Fast delivery, premium quality, excellent warranty service, and genuinely caring customer support. They treat you like family, not just a transaction. Highly recommend to anyone looking for authentic luxury watches in Pakistan."
|
||||||
rating={5}
|
rating={5}
|
||||||
author="Mohammed Akram - Karachi"
|
author="Mohammed Akram - Karachi"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -198,7 +198,7 @@ export default function LandingPage() {
|
|||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
sideTitle="Frequently Asked Questions"
|
sideTitle="Frequently Asked Questions"
|
||||||
sideDescription="Everything you need to know about shopping with Musa Watches. Can't find your answer? Contact us via WhatsApp."
|
sideDescription="Everything you need to know about shopping with Webild. Can't find your answer? Contact us via WhatsApp."
|
||||||
buttons={[{ text: "Contact WhatsApp", href: "https://wa.me/923002346789" }]}
|
buttons={[{ text: "Contact WhatsApp", href: "https://wa.me/923002346789" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
faqs={[
|
faqs={[
|
||||||
@@ -231,8 +231,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
logoText="Musa Watches"
|
logoText="Webild"
|
||||||
copyrightText="© 2005-2025 Musa Watches. All rights reserved. Established in Karachi, Pakistan."
|
copyrightText="© 2005-2025 Webild. All rights reserved. Established in Karachi, Pakistan."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Shop", items: [
|
title: "Shop", items: [
|
||||||
@@ -252,7 +252,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
{ label: "About Musa Watches", href: "#about" },
|
{ label: "About Webild", href: "#about" },
|
||||||
{ label: "Our Story", href: "#story" },
|
{ label: "Our Story", href: "#story" },
|
||||||
{ label: "Press & Media", href: "#press" },
|
{ label: "Press & Media", href: "#press" },
|
||||||
{ label: "Contact Us", href: "#contact" }
|
{ label: "Contact Us", href: "#contact" }
|
||||||
@@ -260,7 +260,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect", items: [
|
title: "Connect", items: [
|
||||||
{ label: "Instagram @musa_watxhes", href: "https://instagram.com/musa_watxhes" },
|
{ label: "Instagram @webild_watches", href: "https://instagram.com/webild_watches" },
|
||||||
{ label: "WhatsApp Chat", href: "https://wa.me/923002346789" },
|
{ label: "WhatsApp Chat", href: "https://wa.me/923002346789" },
|
||||||
{ label: "Karachi Store", href: "#location-karachi" },
|
{ label: "Karachi Store", href: "#location-karachi" },
|
||||||
{ label: "Lahore Store", href: "#location-lahore" }
|
{ label: "Lahore Store", href: "#location-lahore" }
|
||||||
|
|||||||
Reference in New Issue
Block a user