Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-18 23:24:25 +00:00

View File

@@ -34,25 +34,15 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Pricing",
id: "pricing",
},
name: "Pricing", id: "pricing"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Apex Cleaning"
/>
@@ -64,37 +54,23 @@ export default function LandingPage() {
description="Experience professional cleaning services in Abu Dhabi with the Apex standard of excellence. Trusted, reliable, and thorough maintenance for your home and commercial space."
buttons={[
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
{
text: "Our Services",
href: "#services",
},
text: "Our Services", href: "#services"},
]}
imageSrc="http://img.b2bpic.net/free-photo/still-life-various-cleaning-products_23-2150829656.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CY4RulATq0LA1uBKHOTx13OkIZ/uploaded-1776554645665-hlpi2ex3.png"
showBlur={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg",
alt: "Smiling African American girl sitting in cafe",
},
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", alt: "Smiling African American girl sitting in cafe"},
{
src: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg",
alt: "Horizontal portrait of beautiful positive young European female",
},
src: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg", alt: "Horizontal portrait of beautiful positive young European female"},
{
src: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg",
alt: "This is my way for relax",
},
src: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg", alt: "This is my way for relax"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-living-room_329181-2677.jpg",
alt: "Portrait of smiling woman in living room",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-living-room_329181-2677.jpg", alt: "Portrait of smiling woman in living room"},
{
src: "http://img.b2bpic.net/free-photo/young-handsome-business-man-suit-office_1303-21175.jpg",
alt: "Young handsome business man in a suit in an office",
},
src: "http://img.b2bpic.net/free-photo/young-handsome-business-man-suit-office_1303-21175.jpg", alt: "Young handsome business man in a suit in an office"},
]}
avatarText="Trusted by 1000+ residents"
/>
@@ -108,19 +84,13 @@ export default function LandingPage() {
description="Apex Cleaning Services LLC brings years of dedicated experience to Abu Dhabi. We are a women-owned business committed to professionalism, punctual staff, and meticulous attention to every corner of your property."
bulletPoints={[
{
title: "Expert Team",
description: "Highly trained staff with professional attention to detail.",
},
title: "Expert Team", description: "Highly trained staff with professional attention to detail."},
{
title: "Flexible Scheduling",
description: "Booking made simple to suit your busy lifestyle.",
},
title: "Flexible Scheduling", description: "Booking made simple to suit your busy lifestyle."},
{
title: "Exceptional Standards",
description: "Consistently spotless results for home and business.",
},
title: "Exceptional Standards", description: "Consistently spotless results for home and business."},
]}
imageSrc="http://img.b2bpic.net/free-photo/adorable-woman-painting-wooden-stand-white-color_651396-2924.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CY4RulATq0LA1uBKHOTx13OkIZ/uploaded-1776554645665-4mdd5cf3.png"
mediaAnimation="slide-up"
/>
</div>
@@ -131,20 +101,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Safe & Professional",
description: "Our cleaning staff is polite, background-verified, and exceptionally skilled.",
imageSrc: "http://img.b2bpic.net/free-photo/white-bottle-with-sponge-brush-green-background_23-2147860250.jpg",
},
title: "Safe & Professional", description: "Our cleaning staff is polite, background-verified, and exceptionally skilled.", imageSrc: "http://img.b2bpic.net/free-photo/white-bottle-with-sponge-brush-green-background_23-2147860250.jpg"},
{
title: "Punctual Delivery",
description: "We respect your time—our teams are always on schedule, every time.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-waitresses-wearing-protective-face-masks-gloves-while-working-outdoor-cafe_637285-8056.jpg",
},
title: "Punctual Delivery", description: "We respect your time—our teams are always on schedule, every time.", imageSrc: "http://img.b2bpic.net/free-photo/happy-waitresses-wearing-protective-face-masks-gloves-while-working-outdoor-cafe_637285-8056.jpg"},
{
title: "Deep Cleaning Focus",
description: "We don't just clear the surface; we go deep to ensure true sanitation.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-with-surgical-gloves-disinfecting-tablet_23-2148571900.jpg",
},
title: "Deep Cleaning Focus", description: "We don't just clear the surface; we go deep to ensure true sanitation.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-with-surgical-gloves-disinfecting-tablet_23-2148571900.jpg"},
]}
title="The Apex Advantage"
description="Why homeowners and businesses in Abu Dhabi choose us for their maintenance needs."
@@ -159,41 +120,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Residential Deep Clean",
price: "From AED 299",
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358963.jpg",
},
id: "p1", name: "Residential Deep Clean", price: "From AED 299", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358963.jpg"},
{
id: "p2",
name: "Commercial Maintenance",
price: "Custom Quote",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cleaning-solution-school-bench_23-2148848239.jpg",
},
id: "p2", name: "Commercial Maintenance", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cleaning-solution-school-bench_23-2148848239.jpg"},
{
id: "p3",
name: "AC Cleaning & Maintenance",
price: "From AED 150",
imageSrc: "http://img.b2bpic.net/free-photo/team-replacing-old-air-conditioner_482257-78499.jpg",
},
id: "p3", name: "AC Cleaning & Maintenance", price: "From AED 150", imageSrc: "http://img.b2bpic.net/free-photo/team-replacing-old-air-conditioner_482257-78499.jpg"},
{
id: "p4",
name: "Move-In Move-Out",
price: "From AED 450",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-box-with-products_23-2149535100.jpg",
},
id: "p4", name: "Move-In Move-Out", price: "From AED 450", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-box-with-products_23-2149535100.jpg"},
{
id: "p5",
name: "Carpet Deep Shampooing",
price: "From AED 200",
imageSrc: "http://img.b2bpic.net/free-photo/man-is-tired-from-cleaning_23-2148112292.jpg",
},
id: "p5", name: "Carpet Deep Shampooing", price: "From AED 200", imageSrc: "http://img.b2bpic.net/free-photo/man-is-tired-from-cleaning_23-2148112292.jpg"},
{
id: "p6",
name: "Kitchen Grease Removal",
price: "From AED 250",
imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-home_23-2148118448.jpg",
},
id: "p6", name: "Kitchen Grease Removal", price: "From AED 250", imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-home_23-2148118448.jpg"},
]}
title="Comprehensive Cleaning Services"
description="Professional solutions tailored to your unique requirements."
@@ -207,54 +144,27 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "basic",
price: "AED 299",
name: "Studio Cleaning",
features: [
"Kitchen",
"Bathroom",
"Living Room",
"Dusting",
],
id: "basic", price: "AED 299", name: "Studio Cleaning", features: [
"Kitchen", "Bathroom", "Living Room", "Dusting"],
buttons: [
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
],
},
{
id: "standard",
price: "AED 499",
name: "2BR Deep Clean",
features: [
"All Studio Services",
"Deep Dusting",
"Floor Polish",
"Window Cleaning",
],
id: "standard", price: "AED 499", name: "2BR Deep Clean", features: [
"All Studio Services", "Deep Dusting", "Floor Polish", "Window Cleaning"],
buttons: [
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
],
},
{
id: "pro",
price: "Custom",
name: "Commercial Space",
features: [
"Full Facility Clean",
"Daily Maintenance",
"AC Services",
"Priority Scheduling",
],
id: "pro", price: "Custom", name: "Commercial Space", features: [
"Full Facility Clean", "Daily Maintenance", "AC Services", "Priority Scheduling"],
buttons: [
{
text: "Inquire",
href: "#contact",
},
text: "Inquire", href: "#contact"},
],
},
]}
@@ -270,26 +180,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "1000+",
title: "Homes Cleaned",
description: "Spotless residences across Abu Dhabi.",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-squeegee-logo-design-template_23-2150217423.jpg",
},
id: "m1", value: "1000+", title: "Homes Cleaned", description: "Spotless residences across Abu Dhabi.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-squeegee-logo-design-template_23-2150217423.jpg"},
{
id: "m2",
value: "200+",
title: "Commercial Sites",
description: "Keeping local businesses professional.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-baristas-wearing-masks-looking-phone-cafe_53876-96193.jpg",
},
id: "m2", value: "200+", title: "Commercial Sites", description: "Keeping local businesses professional.", imageSrc: "http://img.b2bpic.net/free-photo/happy-baristas-wearing-masks-looking-phone-cafe_53876-96193.jpg"},
{
id: "m3",
value: "99%",
title: "Customer Satisfaction",
description: "Our clients trust our deep cleaning.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-goodlooking-woman-cooking-salad-kitchen-chopping-vegetables-smiling-preparing_1258-198026.jpg",
},
id: "m3", value: "99%", title: "Customer Satisfaction", description: "Our clients trust our deep cleaning.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-goodlooking-woman-cooking-salad-kitchen-chopping-vegetables-smiling-preparing_1258-198026.jpg"},
]}
title="Apex by the Numbers"
description="Excellence verified through thousands of satisfied residents."
@@ -303,45 +198,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Umer Naeem Khan",
handle: "@localguide",
testimonial: "Thoroughly impressed with the professionalism and attention to detail. Apex team is wonderful.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg",
},
id: "t1", name: "Umer Naeem Khan", handle: "@localguide", testimonial: "Thoroughly impressed with the professionalism and attention to detail. Apex team is wonderful.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg"},
{
id: "t2",
name: "Khel Karki",
handle: "@reviewer",
testimonial: "Exceptional results every time. Experienced, punctual, and polite staff.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4144.jpg",
},
id: "t2", name: "Khel Karki", handle: "@reviewer", testimonial: "Exceptional results every time. Experienced, punctual, and polite staff.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4144.jpg"},
{
id: "t3",
name: "Abid Raja",
handle: "@user",
testimonial: "By far the best cleaning service. They leave my home looking spotless.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg",
},
id: "t3", name: "Abid Raja", handle: "@user", testimonial: "By far the best cleaning service. They leave my home looking spotless.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg"},
{
id: "t4",
name: "Maryam Abejuela",
handle: "@loyal-client",
testimonial: "Impressed by the friendly staff. They did a deep clean of my AC brilliantly.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-trying-cleaning-gloves_23-2148456965.jpg",
},
id: "t4", name: "Maryam Abejuela", handle: "@loyal-client", testimonial: "Impressed by the friendly staff. They did a deep clean of my AC brilliantly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-trying-cleaning-gloves_23-2148456965.jpg"},
{
id: "t5",
name: "Naeem Hassan",
handle: "@family-client",
testimonial: "Thank you for cleaning my apartment! My wife was so happy with your work.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430632.jpg",
},
id: "t5", name: "Naeem Hassan", handle: "@family-client", testimonial: "Thank you for cleaning my apartment! My wife was so happy with your work.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430632.jpg"},
]}
showRating={true}
title="What Our Clients Say"
@@ -354,14 +224,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Abu Dhabi Maintenance",
"Real Estate Partners",
"Urban Living Groups",
"Hospitality Pros",
"Workspace Services",
"Facility Support",
"Clean Industry Partners",
]}
"Abu Dhabi Maintenance", "Real Estate Partners", "Urban Living Groups", "Hospitality Pros", "Workspace Services", "Facility Support", "Clean Industry Partners"]}
title="Trusted Partners"
description="Recognized for excellence across the region."
/>
@@ -372,20 +235,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Do you provide cleaning supplies?",
content: "Yes, our team brings all professional-grade cleaning supplies and equipment to ensure a spotless finish.",
},
id: "f1", title: "Do you provide cleaning supplies?", content: "Yes, our team brings all professional-grade cleaning supplies and equipment to ensure a spotless finish."},
{
id: "f2",
title: "Are your cleaners trained?",
content: "Absolutely. Every staff member is highly trained, vetted, and punctual.",
},
id: "f2", title: "Are your cleaners trained?", content: "Absolutely. Every staff member is highly trained, vetted, and punctual."},
{
id: "f3",
title: "Do you cover commercial spaces?",
content: "Yes, we specialize in both residential and commercial office maintenance in Abu Dhabi.",
},
id: "f3", title: "Do you cover commercial spaces?", content: "Yes, we specialize in both residential and commercial office maintenance in Abu Dhabi."},
]}
sideTitle="Frequently Asked Questions"
faqsAnimation="slide-up"
@@ -396,8 +250,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Inquire Today"
title="Ready for a Spotless Space?"
description="Book your service or inquire about our custom commercial packages today. Our team is standing by."
@@ -409,38 +262,25 @@ export default function LandingPage() {
logoText="Apex Cleaning"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Booking",
href: "#contact",
},
label: "Booking", href: "#contact"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "+971 56 175 5655",
href: "tel:+971561755655",
},
label: "+971 56 175 5655", href: "tel:+971561755655"},
],
},
]}
@@ -449,4 +289,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}