Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 01:47:12 +00:00

View File

@@ -28,69 +28,34 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Services",
id: "#services",
},
{
name: "Process",
id: "#process",
},
{
name: "Reviews",
id: "#reviews",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Services", id: "#services" },
{ name: "Process", id: "#process" },
{ name: "Reviews", id: "#reviews" },
{ name: "Contact", id: "#contact" },
]}
brandName="CE MA DI"
button={{
text: "Book Now",
href: "#contact",
}}
text: "Book Now", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Exceptional Cleaning for the Discerning Home"
description="CE MA DI provides a bespoke, concierge-level cleaning experience designed to restore order, luxury, and tranquility to your private sanctuary."
buttons={[
{
text: "Request Free Estimate",
href: "#contact",
},
text: "Request Free Estimate", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/wiew-through-window-christmas-tree-background-winter-holiday-concept_493343-30113.jpg",
imageAlt: "Luxury living room interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/kitchen-work-young-dark-haired-woman-cleaning-kitchen-appliances_259150-59442.jpg?_wi=1",
imageAlt: "Detail cleaning service",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-restoring-furniture_23-2150232653.jpg?_wi=1",
imageAlt: "Residential interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/student-desk-with-computer-books-notepads-table_169016-49023.jpg?_wi=1",
imageAlt: "Office cleaning",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/upset-employee-carrying-cardboard-box-with-belongings_482257-77536.jpg?_wi=1",
imageAlt: "Night office service",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/architect-front-glass-building_23-2147702502.jpg?_wi=1",
imageAlt: "Commercial cleaning",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/wiew-through-window-christmas-tree-background-winter-holiday-concept_493343-30113.jpg", imageAlt: "Luxury living room interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/kitchen-work-young-dark-haired-woman-cleaning-kitchen-appliances_259150-59442.jpg", imageAlt: "Detail cleaning service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-restoring-furniture_23-2150232653.jpg", imageAlt: "Residential interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/student-desk-with-computer-books-notepads-table_169016-49023.jpg", imageAlt: "Office cleaning" },
{ imageSrc: "http://img.b2bpic.net/free-photo/upset-employee-carrying-cardboard-box-with-belongings_482257-77536.jpg", imageAlt: "Night office service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/architect-front-glass-building_23-2147702502.jpg", imageAlt: "Commercial cleaning" },
]}
/>
</div>
@@ -101,9 +66,7 @@ export default function LandingPage() {
title="A Concierge Approach to Cleanliness"
buttons={[
{
text: "Learn About Our Standards",
href: "#contact",
},
text: "Learn About Our Standards", href: "#contact"},
]}
/>
</div>
@@ -114,54 +77,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{
id: "s1",
title: "Deep Cleaning",
descriptions: [
"Comprehensive scrub of all hard-to-reach areas.",
],
imageSrc: "http://img.b2bpic.net/free-photo/kitchen-work-young-dark-haired-woman-cleaning-kitchen-appliances_259150-59442.jpg?_wi=2",
},
{
id: "s2",
title: "Residential",
descriptions: [
"Ongoing maintenance for modern homes.",
],
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-restoring-furniture_23-2150232653.jpg?_wi=2",
},
{
id: "s3",
title: "Office",
descriptions: [
"Clean, productive, and organized workspaces.",
],
imageSrc: "http://img.b2bpic.net/free-photo/student-desk-with-computer-books-notepads-table_169016-49023.jpg?_wi=2",
},
{
id: "s4",
title: "Night Office",
descriptions: [
"Discreet after-hours janitorial support.",
],
imageSrc: "http://img.b2bpic.net/free-photo/upset-employee-carrying-cardboard-box-with-belongings_482257-77536.jpg?_wi=2",
},
{
id: "s5",
title: "Commercial",
descriptions: [
"Maintaining professional impressions for business.",
],
imageSrc: "http://img.b2bpic.net/free-photo/architect-front-glass-building_23-2147702502.jpg?_wi=2",
},
{
id: "s6",
title: "Weekly Care",
descriptions: [
"Consistently pristine, week after week.",
],
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374419.jpg",
},
{ id: "s1", title: "Deep Cleaning", descriptions: ["Comprehensive scrub of all hard-to-reach areas."], imageSrc: "http://img.b2bpic.net/free-photo/kitchen-work-young-dark-haired-woman-cleaning-kitchen-appliances_259150-59442.jpg" },
{ id: "s2", title: "Residential", descriptions: ["Ongoing maintenance for modern homes."], imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-restoring-furniture_23-2150232653.jpg" },
{ id: "s3", title: "Office", descriptions: ["Clean, productive, and organized workspaces."], imageSrc: "http://img.b2bpic.net/free-photo/student-desk-with-computer-books-notepads-table_169016-49023.jpg" },
{ id: "s4", title: "Night Office", descriptions: ["Discreet after-hours janitorial support."], imageSrc: "http://img.b2bpic.net/free-photo/upset-employee-carrying-cardboard-box-with-belongings_482257-77536.jpg" },
{ id: "s5", title: "Commercial", descriptions: ["Maintaining professional impressions for business."], imageSrc: "http://img.b2bpic.net/free-photo/architect-front-glass-building_23-2147702502.jpg" },
{ id: "s6", title: "Weekly Care", descriptions: ["Consistently pristine, week after week."], imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374419.jpg" },
]}
title="Comprehensive Luxury Services"
description="From daily upkeep to specialized commercial care, we ensure every detail meets the highest standard of refinement."
@@ -170,49 +91,15 @@ export default function LandingPage() {
<div id="reviews" data-section="reviews">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Elizabeth P.",
handle: "@elizabethp",
testimonial: "An absolute masterpiece of a clean. Worth every penny.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg",
},
{
id: "t2",
name: "Marcus R.",
handle: "@marcus_r",
testimonial: "Unparalleled professionalism. CE MA DI is our exclusive provider.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astoni_1258-142061.jpg",
},
{
id: "t3",
name: "Sarah J.",
handle: "@sarah_j",
testimonial: "Finally, a company that understands luxury standards.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg",
},
{
id: "t4",
name: "Robert B.",
handle: "@rob_b",
testimonial: "Discreet, reliable, and impeccably detailed.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg",
},
{
id: "t5",
name: "Linda M.",
handle: "@linda_m",
testimonial: "Everything looks brand new. I'm speechless.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/deaf-woman-communicating-through-sign-language_23-2148590375.jpg",
},
{ id: "t1", name: "Elizabeth P.", handle: "@elizabethp", testimonial: "An absolute masterpiece of a clean. Worth every penny.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg" },
{ id: "t2", name: "Marcus R.", handle: "@marcus_r", testimonial: "Unparalleled professionalism. CE MA DI is our exclusive provider.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astoni_1258-142061.jpg" },
{ id: "t3", name: "Sarah J.", handle: "@sarah_j", testimonial: "Finally, a company that understands luxury standards.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg" },
{ id: "t4", name: "Robert B.", handle: "@rob_b", testimonial: "Discreet, reliable, and impeccably detailed.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg" },
{ id: "t5", name: "Linda M.", handle: "@linda_m", testimonial: "Everything looks brand new. I'm speechless.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/deaf-woman-communicating-through-sign-language_23-2148590375.jpg" },
]}
showRating={true}
title="Consistently Rated 5.0"
@@ -224,16 +111,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Inquire Today"
title="Restore Your Sanctuary"
description="Contact us today for a free estimate and discover what a true concierge cleaning service looks like."
buttons={[
{
text: "Schedule Your Free Consultation",
href: "tel:+15550123456",
},
text: "Schedule Your Free Consultation", href: "tel:+15550123456"},
]}
/>
</div>
@@ -242,42 +126,21 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Services",
items: [
{
label: "Deep Cleaning",
href: "#services",
},
{
label: "Residential",
href: "#services",
},
{
label: "Office",
href: "#services",
},
title: "Services", items: [
{ label: "Deep Cleaning", href: "#services" },
{ label: "Residential", href: "#services" },
{ label: "Office", href: "#services" },
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Privacy Policy",
href: "#",
},
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Privacy Policy", href: "#" },
],
},
{
title: "Connect",
items: [
{
label: "Contact Us",
href: "#contact",
},
title: "Connect", items: [
{ label: "Contact Us", href: "#contact" },
],
},
]}