Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-29 16:26:06 +00:00

View File

@@ -29,22 +29,9 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "Services",
id: "#services",
},
{
name: "Contact",
id: "#contact",
},
{
name: "العربية",
id: "#lang-switch",
},
{ name: "Home", id: "#hero" },
{ name: "Services", id: "#services" },
{ name: "Contact", id: "#contact" }
]}
brandName="Clean House Laundry"
/>
@@ -52,42 +39,19 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Trusted Laundry & Dry Cleaning in Doha / خدمة غسيل وتنظيف جاف موثوقة في الدوحة"
description="Open 24 hours with fast, professional garment care. / مفتوح 24 ساعة مع خدمة عناية احترافية وسريعة للملابس."
buttons={[
{
text: "Call Now / اتصل الآن",
href: "tel:+97450711695",
},
{
text: "WhatsApp Us / راسلنا على واتساب",
href: "https://wa.me/97450711695",
},
{ text: "Call Now / اتصل الآن", href: "tel:+97450711695" },
{ text: "WhatsApp Us / راسلنا على واتساب", href: "https://wa.me/97450711695" }
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-white-basket-with-towels_23-2148251849.jpg?_wi=1",
imageAlt: "Professional Laundry Service Doha",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-white-basket-with-towels_23-2148251849.jpg?_wi=2",
imageAlt: "Dry Cleaning Quality",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-white-basket-with-towels_23-2148251849.jpg?_wi=3",
imageAlt: "Fast Garment Care",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-white-basket-with-towels_23-2148251849.jpg?_wi=4",
imageAlt: "Clean House Laundry Shop",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-white-basket-with-towels_23-2148251849.jpg?_wi=5",
imageAlt: "Professional Ironing Service",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-white-basket-with-towels_23-2148251849.jpg", imageAlt: "Professional Laundry Service Doha" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-white-basket-with-towels_23-2148251849.jpg", imageAlt: "Dry Cleaning Quality" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-white-basket-with-towels_23-2148251849.jpg", imageAlt: "Fast Garment Care" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-white-basket-with-towels_23-2148251849.jpg", imageAlt: "Clean House Laundry Shop" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-white-basket-with-towels_23-2148251849.jpg", imageAlt: "Professional Ironing Service" }
]}
/>
</div>
@@ -97,21 +61,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Clean House Laundry: Quality & Care"
metrics={[
{
icon: Clock,
label: "Open Hours",
value: "24/7",
},
{
icon: Star,
label: "Customer Rating",
value: "4.7",
},
{
icon: MessageCircle,
label: "Reviews",
value: "31+",
},
{ icon: Clock, label: "Open Hours", value: "24/7" },
{ icon: Star, label: "Customer Rating", value: "4.7" },
{ icon: MessageCircle, label: "Reviews", value: "31+" }
]}
metricsAnimation="blur-reveal"
/>
@@ -119,54 +71,31 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardTwentyFive
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Laundry Service",
description: "Professional washing for everyday clothes.",
icon: Droplets,
title: "Laundry Service", description: "Professional washing for everyday clothes.", icon: Droplets,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-laundry-service-banner_23-2151251099.jpg?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-laundry-service-banner_23-2151251099.jpg?_wi=2",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-white-basket-with-towels_23-2148251849.jpg?_wi=6",
imageAlt: "modern laundry interior clean",
{ imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-laundry-service-banner_23-2151251099.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-laundry-service-banner_23-2151251099.jpg" }
]
},
{
title: "Dry Cleaning",
description: "Expert care for delicate fabrics.",
icon: Sparkles,
title: "Dry Cleaning", description: "Expert care for delicate fabrics.", icon: Sparkles,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-laundry-service-banner_23-2151251099.jpg?_wi=3",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-laundry-service-banner_23-2151251099.jpg?_wi=4",
},
],
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-laundry-service-banner_23-2151251099.jpg?_wi=5",
imageAlt: "laundry service clothes washing",
{ imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-laundry-service-banner_23-2151251099.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-laundry-service-banner_23-2151251099.jpg" }
]
},
{
title: "Ironing & Pressing",
description: "Crisp, professional finish for all garments.",
icon: Zap,
title: "Ironing & Pressing", description: "Crisp, professional finish for all garments.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-laundry-service-banner_23-2151251099.jpg?_wi=6",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-laundry-service-banner_23-2151251099.jpg?_wi=7",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727615.jpg?_wi=1",
imageAlt: "happy customer portrait",
},
{ imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-laundry-service-banner_23-2151251099.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-laundry-service-banner_23-2151251099.jpg" }
]
}
]}
title="Our Professional Services"
description="Comprehensive garment care tailored to your needs."
@@ -175,44 +104,25 @@ export default function LandingPage() {
<div id="reviews" data-section="reviews">
<TestimonialCardTwo
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Ahmed K.",
role: "Client",
testimonial: "Good service and best dry clean in Doha.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727615.jpg?_wi=2",
id: "1", name: "Ahmed K.", role: "Client", testimonial: "Good service and best dry clean in Doha.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727615.jpg"
},
{
id: "2",
name: "Sarah M.",
role: "Client",
testimonial: "Best dry cleaning quality and perfect work. Respectful staff.",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg",
id: "2", name: "Sarah M.", role: "Client", testimonial: "Best dry cleaning quality and perfect work. Respectful staff.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg"
},
{
id: "3",
name: "John Doe",
role: "Client",
testimonial: "Best dry clean and very fast service.",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg",
id: "3", name: "John Doe", role: "Client", testimonial: "Best dry clean and very fast service.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg"
},
{
id: "4",
name: "Fatima A.",
role: "Client",
testimonial: "Reliable laundry in Doha, always on time.",
imageSrc: "http://img.b2bpic.net/free-photo/nice-young-man-sitting-cafe-table-watching-menu-make-order-restaurant-customer-business-lunch_639032-2871.jpg",
id: "4", name: "Fatima A.", role: "Client", testimonial: "Reliable laundry in Doha, always on time.", imageSrc: "http://img.b2bpic.net/free-photo/nice-young-man-sitting-cafe-table-watching-menu-make-order-restaurant-customer-business-lunch_639032-2871.jpg"
},
{
id: "5",
name: "Khalid S.",
role: "Client",
testimonial: "Great attention to detail. Clothes come back fresh every time.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727615.jpg?_wi=3",
},
id: "5", name: "Khalid S.", role: "Client", testimonial: "Great attention to detail. Clothes come back fresh every time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727615.jpg"
}
]}
title="Customer Reviews"
description="What our customers say about our quality and speed."
@@ -222,9 +132,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Visit Us Today"
description="Clean House Laundry, Khalifa St, Doha, Qatar. Call us or message via WhatsApp anytime."
inputPlaceholder="Leave us a message"
@@ -237,31 +145,17 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Location",
items: [
{
label: "Khalifa St, Doha, Qatar",
href: "#",
},
{
label: "Plus Code: 8F9W+3X",
href: "#",
},
],
title: "Location", items: [
{ label: "Khalifa St, Doha, Qatar", href: "#" },
{ label: "Plus Code: 8F9W+3X", href: "#" }
]
},
{
title: "Connect",
items: [
{
label: "+974 5071 1695",
href: "tel:+97450711695",
},
{
label: "WhatsApp Available",
href: "https://wa.me/97450711695",
},
],
},
title: "Connect", items: [
{ label: "+974 5071 1695", href: "tel:+97450711695" },
{ label: "WhatsApp Available", href: "https://wa.me/97450711695" }
]
}
]}
logoText="Clean House Laundry"
copyrightText="© 2025 Clean House Laundry"