17 Commits

Author SHA1 Message Date
da4cd0d63a Update src/app/page.tsx 2026-03-16 20:43:56 +00:00
5593e9c1ee Merge version_9 into main
Merge version_9 into main
2026-03-16 20:42:30 +00:00
daeb81b147 Update src/app/page.tsx 2026-03-16 20:42:26 +00:00
cf0793e8a3 Merge version_8 into main
Merge version_8 into main
2026-03-16 20:35:40 +00:00
4e4d16f146 Update src/app/page.tsx 2026-03-16 20:35:36 +00:00
efa8a628b3 Merge version_7 into main
Merge version_7 into main
2026-03-16 20:34:20 +00:00
0694ada57c Update src/app/page.tsx 2026-03-16 20:34:16 +00:00
8bf409153b Merge version_6 into main
Merge version_6 into main
2026-03-16 20:30:08 +00:00
092b47abc7 Update src/app/page.tsx 2026-03-16 20:30:04 +00:00
b5e80552bf Merge version_6 into main
Merge version_6 into main
2026-03-16 20:29:36 +00:00
879f2f29da Update src/app/page.tsx 2026-03-16 20:29:32 +00:00
72a537b548 Merge version_5 into main
Merge version_5 into main
2026-03-16 20:20:07 +00:00
147b35f88f Update src/app/page.tsx 2026-03-16 20:20:03 +00:00
dd00b71f60 Merge version_4 into main
Merge version_4 into main
2026-03-16 20:11:37 +00:00
1b70723ccb Update src/app/styles/base.css 2026-03-16 20:11:33 +00:00
7f76b7ef57 Update src/app/page.tsx 2026-03-16 20:11:32 +00:00
4eecd96d94 Merge version_3 into main
Merge version_3 into main
2026-03-16 19:57:34 +00:00
2 changed files with 32 additions and 45 deletions

View File

@@ -2,7 +2,8 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
@@ -10,7 +11,7 @@ import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwe
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import FooterBase from "@/components/sections/footer/FooterBase";
import { CheckCircle, Clock, Heart, Shield, Sparkles, Watch } from "lucide-react";
import { CheckCircle, Clock, Heart, Shield, Sparkles, Watch, ShoppingCart } from "lucide-react";
export default function LandingPage() {
return (
@@ -40,10 +41,10 @@ export default function LandingPage() {
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
<div id="hero-kpi" data-section="hero-kpi">
<HeroSplitKpi
title="Luxury Timepieces at Honest Prices"
description="Experience premium watches with 1-year warranty, 2-day delivery across Pakistan & UAE, and 100% original authenticity guaranteed. Your trust is our priority."
description="Experience premium watches with 1-year warranty, 2-day delivery across Pakistan & UAE, and 100% original authenticity guaranteed."
tag="Luxury Watches Pakistan"
tagIcon={Watch}
tagAnimation="slide-up"
@@ -53,39 +54,25 @@ export default function LandingPage() {
{ text: "Explore Replicas", href: "#replicas" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg"
imageAlt="Premium luxury watch collection"
videoSrc="http://img.b2bpic.net/free-photo/cooking-vlogger_23-2148161768.jpg"
videoAriaLabel="Musa Watches product showcase video"
kpis={[
{ label: "Customer Satisfaction", value: "98%" },
{ label: "Fast Delivery", value: "2 Days" },
{ label: "Happy Customers", value: "42.5K+" }
]}
mediaAnimation="blur-reveal"
imagePosition="right"
testimonials={[
{
name: "Ahmed Hassan", handle: "@karachi.luxury", testimonial: "Received my Michael Kors watch in 2 days. Absolutely perfect quality and the packaging felt premium. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-smiling_23-2148053687.jpg", imageAlt: "Ahmed Hassan testimonial"
},
{
name: "Zainab Khan", handle: "@lahore.watches", testimonial: "Best warranty service I've experienced. Quick replacement and zero hassles. Musa Watches delivers on their promises.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg", imageAlt: "Zainab Khan testimonial"
},
{
name: "Hassan Ali", handle: "@dubai.timepieces", testimonial: "International delivery was seamless. The watch arrived safely and looks exactly like the photos. Very satisfied customer here.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt-showing-thumb-up_141793-121243.jpg", imageAlt: "Hassan Ali testimonial"
},
{
name: "Fatima Malik", handle: "@islamabad.style", testimonial: "The attention to detail is incredible. Premium packaging, fast shipping, and amazing customer service. Worth every penny.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-wearing-white-shirt-looking-smiling-showing-thumbs-up-standing-blue-wall_141793-55879.jpg", imageAlt: "Fatima Malik testimonial"
}
enableKpiAnimation={false}
/>
</div>
<div id="hero-logo" data-section="hero-logo">
<HeroLogoBillboard
logoText="Trusted Luxury Brands"
description="Featuring the world's most sought-after luxury timepieces"
buttons={[
{ text: "Shop Now", href: "#products" }
]}
testimonialRotationInterval={5000}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-smiling_23-2148053687.jpg", alt: "Ahmed Hassan" },
{ src: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg", alt: "Zainab Khan" },
{ src: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt-showing-thumb-up_141793-121243.jpg", alt: "Hassan Ali" },
{ src: "http://img.b2bpic.net/free-photo/bearded-man-wearing-white-shirt-looking-smiling-showing-thumbs-up-standing-blue-wall_141793-55879.jpg", alt: "Fatima Malik" }
]}
avatarText="Join 42.5K+ happy customers across Pakistan & UAE"
useInvertedBackground={false}
background={{ variant: "radial-gradient" }}
mediaAnimation="blur-reveal"
/>
</div>
@@ -98,14 +85,14 @@ export default function LandingPage() {
tagAnimation="slide-up"
metrics={[
{
id: "warranty", title: "1-Year Warranty", subtitle: "Full replacement guarantee", category: "Service", value: "100%", buttons: [{ text: "Learn More", href: "#warranty" }]
id: "original", title: "100% Original Guarantee", subtitle: "Verified authenticity", category: "Product", value: "100%", buttons: [{ text: "Learn More", href: "#warranty" }]
},
{
id: "warranty", title: "1-Year Warranty", subtitle: "Full replacement guarantee", category: "Service", value: "100%"
},
{
id: "delivery", title: "2-Day Delivery", subtitle: "Across Pakistan & UAE", category: "Shipping", value: "Fast"
},
{
id: "original", title: "Original Quality", subtitle: "Verified authenticity", category: "Product", value: "100%"
},
{
id: "customers", title: "42,500+ Followers", subtitle: "Active community trust", category: "Community", value: "42.5K"
}
@@ -130,13 +117,13 @@ export default function LandingPage() {
buttonAnimation="slide-up"
products={[
{
id: "mk-9083-gold", name: "Michael Kors MK9083 Gold", price: "₨18,500", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traveler-with-suitcase_23-2151043310.jpg", imageAlt: "Michael Kors MK9083 Gold luxury watch"
id: "mk-9083-gold", name: "Michael Kors MK9083 Gold", price: "₨18,500", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773692355224-pijgcqie.png", imageAlt: "Michael Kors MK9083 Gold luxury watch", onProductClick: () => console.log("Product clicked")
},
{
id: "mk-9082-blue", name: "Michael Kors MK9082 Blue", price: "₨17,800", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9460.jpg", imageAlt: "Michael Kors MK9082 Blue watch"
id: "mk-9082-blue", name: "Michael Kors MK9082 Blue", price: "₨17,800", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773692355224-dg7jn7fd.png", imageAlt: "Michael Kors MK9082 Blue watch", onProductClick: () => console.log("Product clicked")
},
{
id: "super-clone-gmt", name: "Super Clone GMT Master II", price: "₨22,900", imageSrc: "http://img.b2bpic.net/free-photo/man-checking-time-wrist-watch_23-2147689274.jpg", imageAlt: "Premium super clone GMT watch"
id: "super-clone-gmt", name: "Super Clone GMT Master II", price: "₨22,900", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773692355224-7ezctuir.png", imageAlt: "Premium super clone GMT watch", onProductClick: () => console.log("Product clicked")
}
]}
gridVariant="three-columns-all-equal-width"

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter), sans-serif;
font-family: var(--font-montserrat), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-dm-sans), sans-serif;
font-family: var(--font-montserrat), sans-serif;
}