Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-23 08:12:45 +00:00

View File

@@ -32,65 +32,36 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Process",
id: "process",
},
name: "Process", id: "process"},
{
name: "Booking",
id: "booking",
},
name: "Booking", id: "booking"},
]}
brandName="Elite Clean"
button={{
text: "Get Quote",
href: "#booking",
}}
text: "Get Quote", href: "#booking"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Precision. Pride. Perfection."
description="Redefining luxury through meticulous, high-end cleaning services for the most discerning residences and spaces."
tag="Elevated Excellence"
buttons={[
{
text: "Inquire Now",
href: "#booking",
},
text: "Inquire Now", href: "#booking"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-black-marble-background-with-gold-lining_53876-108664.jpg",
imageAlt: "Luxury Interior Grain",
},
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-black-marble-background-with-gold-lining_53876-108664.jpg", imageAlt: "Luxury Interior Grain"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairstylist-cleaning-mirror_23-2148506333.jpg",
imageAlt: "Detail Focus",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/gold-fluid-art-art-background-diy-luxury-flowing-texture_53876-103603.jpg",
imageAlt: "Gold fluid art background",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-gold-frame-with-glitter-dark-textured-background_84443-82419.jpg",
imageAlt: "Luxury Gold Frame",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mixing-black-brown-stiff-paint_23-2147934179.jpg",
imageAlt: "Mixing paint texture",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairstylist-cleaning-mirror_23-2148506333.jpg", imageAlt: "Detail Focus"}
]}
mediaAnimation="blur-reveal"
rating={5}
@@ -104,13 +75,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
names={[
"Residential",
"Office",
"End of Tenancy",
"Regular Cleaning",
"Post-Construction",
"Move-In / Move-Out",
]}
"Residential", "Office", "End of Tenancy", "Regular Cleaning", "Post-Construction", "Move-In / Move-Out"]}
title="Our Services"
description="Comprehensive care for every space."
/>
@@ -124,17 +89,11 @@ export default function LandingPage() {
description="We treat every space as a masterpiece, ensuring that precision is not just a promise but a standard. With years of experience and a track record of total satisfaction, we provide unparalleled service quality."
bulletPoints={[
{
title: "500+ Clients",
description: "Served with excellence",
},
title: "500+ Clients", description: "Served with excellence"},
{
title: "7+ Years",
description: "Of luxury service",
},
title: "7+ Years", description: "Of luxury service"},
{
title: "100% Satisfaction",
description: "Guaranteed perfection",
},
title: "100% Satisfaction", description: "Guaranteed perfection"},
]}
imageSrc="http://img.b2bpic.net/free-photo/person-disinfect-surface_23-2148577803.jpg"
imageAlt="Luxury cleaning professional"
@@ -149,64 +108,28 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "s1",
label: "Residential",
title: "Home Care",
items: [
"Deep cleaning",
"Surface sanitizing",
"Polished finishes",
],
id: "s1", label: "Residential", title: "Home Care", items: [
"Deep cleaning", "Surface sanitizing", "Polished finishes"],
},
{
id: "s2",
label: "Office",
title: "Commercial Care",
items: [
"Discreet cleaning",
"Desk sanitizing",
"Window detailing",
],
id: "s2", label: "Office", title: "Commercial Care", items: [
"Discreet cleaning", "Desk sanitizing", "Window detailing"],
},
{
id: "s3",
label: "Tenancy",
title: "End of Tenancy",
items: [
"Security deposit ready",
"Carpet deep clean",
"Kitchen refresh",
],
id: "s3", label: "Tenancy", title: "End of Tenancy", items: [
"Security deposit ready", "Carpet deep clean", "Kitchen refresh"],
},
{
id: "s4",
label: "Regular",
title: "Regular Upkeep",
items: [
"Weekly maintenance",
"Dusting",
"Waste removal",
],
id: "s4", label: "Regular", title: "Regular Upkeep", items: [
"Weekly maintenance", "Dusting", "Waste removal"],
},
{
id: "s5",
label: "Construction",
title: "Post-Construction",
items: [
"Debris removal",
"Dust elimination",
"Final polish",
],
id: "s5", label: "Construction", title: "Post-Construction", items: [
"Debris removal", "Dust elimination", "Final polish"],
},
{
id: "s6",
label: "Move-in",
title: "Move-In / Out",
items: [
"Sanitized surfaces",
"Closet detail",
"Appliance care",
],
id: "s6", label: "Move-in", title: "Move-In / Out", items: [
"Sanitized surfaces", "Closet detail", "Appliance care"],
},
]}
title="Our Expert Services"
@@ -221,25 +144,13 @@ export default function LandingPage() {
tag="Steps to Perfection"
metrics={[
{
id: "p1",
value: "01",
description: "Initial Consultation",
},
id: "p1", value: "01", description: "Initial Consultation"},
{
id: "p2",
value: "02",
description: "Customized Plan",
},
id: "p2", value: "02", description: "Customized Plan"},
{
id: "p3",
value: "03",
description: "Precision Execution",
},
id: "p3", value: "03", description: "Precision Execution"},
{
id: "p4",
value: "04",
description: "Final Quality Check",
},
id: "p4", value: "04", description: "Final Quality Check"},
]}
metricsAnimation="slide-up"
/>
@@ -250,30 +161,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Eleanor Vance",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-talking-phone_23-2148660693.jpg",
},
id: "t1", name: "Eleanor Vance", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-talking-phone_23-2148660693.jpg"},
{
id: "t2",
name: "Arthur Penhaligon",
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
},
id: "t2", name: "Arthur Penhaligon", imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg"},
{
id: "t3",
name: "Sonia Verma",
imageSrc: "http://img.b2bpic.net/free-photo/serious-male-boss-instructing-female-assistant_1262-20385.jpg",
},
id: "t3", name: "Sonia Verma", imageSrc: "http://img.b2bpic.net/free-photo/serious-male-boss-instructing-female-assistant_1262-20385.jpg"},
{
id: "t4",
name: "Julian Thorne",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598350.jpg",
},
id: "t4", name: "Julian Thorne", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598350.jpg"},
{
id: "t5",
name: "Clara Oswald",
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg",
},
id: "t5", name: "Clara Oswald", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg"},
]}
cardTitle="What Clients Say"
cardTag="Authentic Trust"
@@ -285,8 +181,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Inquiry"
title="Inquire For Perfection"
description="Request your quote and let us elevate your living standards."
@@ -301,42 +196,27 @@ export default function LandingPage() {
logoText="Elite Clean"
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: "Inquiry",
href: "#booking",
},
label: "Inquiry", href: "#booking"},
{
label: "Contact",
href: "#",
},
label: "Contact", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}