Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b5f23e7054 | |||
| 011867cae6 | |||
| c9e81df018 |
310
src/app/page.tsx
310
src/app/page.tsx
@@ -31,115 +31,44 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Fort Lauderdale Cleaning Co"
|
||||
button={{
|
||||
text: "Book a Cleaning",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book a Cleaning", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Your home, immaculately cared for"
|
||||
description="Professional, detail-obsessed home cleaning that leaves your space looking fresh, smelling clean, and feeling like a sanctuary — every single time."
|
||||
variant: "plain"}}
|
||||
title="Your luxury home, immaculately cared for"
|
||||
description="Professional, detail-obsessed luxury home cleaning that leaves your space looking fresh, smelling clean, and feeling like a sanctuary — every single time."
|
||||
kpis={[
|
||||
{
|
||||
value: "500+",
|
||||
label: "Homes Cleaned",
|
||||
},
|
||||
value: "500+", label: "Estate Cleanings"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Rebook Rate",
|
||||
},
|
||||
value: "100%", label: "Satisfaction"},
|
||||
{
|
||||
value: "5.0 ★",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "5.0 ★", label: "Luxury Rating"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Cleaning",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Estimate", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340147.jpg"
|
||||
imageAlt="Immaculate clean home interior"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-living-room-with-modern-furniture_23-2148704256.jpg"
|
||||
imageAlt="Luxurious clean home interior"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-business-man-greeting-colleague_74855-1519.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/interior-designer-arranging-pillows-home_23-2150334462.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064888.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-elated-young-man-pointing-card-blue-space_140725-106447.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 500+ local families"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Insured",
|
||||
icon: Lock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Eco-Friendly",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Reliable",
|
||||
icon: Calendar,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Detail-Oriented",
|
||||
icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -147,23 +76,17 @@ export default function LandingPage() {
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Fort Lauderdale's Trusted Cleaning Experts"
|
||||
description="We understand that your home is your sanctuary. As a local Fort Lauderdale company, we prioritize trust, security, and meticulous attention to detail so you can focus on what matters most."
|
||||
title="Fort Lauderdale's Trusted Luxury Cleaning Experts"
|
||||
description="We understand that your residence is a sanctuary. As a premier Fort Lauderdale provider, we prioritize discretion, security, and meticulous attention to detail to preserve the integrity of your home."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Licensed & Insured",
|
||||
description: "Rest easy knowing your home is in fully vetted and protected hands.",
|
||||
},
|
||||
title: "Licensed & Insured", description: "Full security and background vetting for your peace of mind."},
|
||||
{
|
||||
title: "Detail-Obsessed",
|
||||
description: "From baseboards to appliance interiors, we leave nothing untouched.",
|
||||
},
|
||||
title: "Artisanal Detail", description: "Hand-wiping surfaces and restorative cleaning for high-end finishes."},
|
||||
{
|
||||
title: "Customized Care",
|
||||
description: "Cleaning plans tailored to your lifestyle and home requirements.",
|
||||
},
|
||||
title: "Bespoke Care", description: "Cleaning schedules customized to your lifestyle and architectural requirements."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343073.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cleaning-marble-floor-with-mop_23-2148906533.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -175,35 +98,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Deep Kitchen Detail",
|
||||
tags: [
|
||||
"Appliances",
|
||||
"Grout",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-surface_23-2148705077.jpg",
|
||||
},
|
||||
id: "f1", title: "Gourmet Kitchen Care", tags: ["Quartzite", "High-End Appliances"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-kitchen-with-marble-countertops_23-2149590885.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Sanctuary Bedrooms",
|
||||
tags: [
|
||||
"Linen Change",
|
||||
"Dusting",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bedroom-view-with-bed-sheets-decor_23-2150551165.jpg",
|
||||
},
|
||||
id: "f2", title: "Primary Suite Sanctum", tags: ["Luxury Linens", "Detail Dusting"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedroom-with-king-bed_23-2149301140.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Bathroom Restoration",
|
||||
tags: [
|
||||
"Disinfecting",
|
||||
"Fixtures",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-rubber-gloves-wiping-sink_23-2148465091.jpg",
|
||||
},
|
||||
id: "f3", title: "Spa-Level Bath Restoration", tags: ["Fixtures", "Stone Care"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-with-freestanding-tub_23-2148907361.jpg"},
|
||||
]}
|
||||
title="Service Differentiation"
|
||||
description="We go beyond the surface to deliver a deeper clean you can actually feel."
|
||||
title="Our Luxury Standards"
|
||||
description="Tailored care for fine finishes and upscale environments."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -214,56 +119,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "one-time",
|
||||
name: "One-Time Clean",
|
||||
price: "$189",
|
||||
features: [
|
||||
"Deep clean",
|
||||
"Custom checklist",
|
||||
"Priority scheduling",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
id: "one-time", name: "Bespoke Single Clean", price: "Custom", features: [
|
||||
"Full luxury inspection", "Surface preservation", "Priority scheduling"],
|
||||
buttons: [{ text: "Get Estimate", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "bi-weekly",
|
||||
name: "Bi-Weekly",
|
||||
price: "$129",
|
||||
features: [
|
||||
"Recurring savings",
|
||||
"Dedicated team",
|
||||
"Priority support",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
id: "bi-weekly", name: "Luxury Maintenance", price: "Custom", features: [
|
||||
"Dedicated cleaning lead", "Regular surface protection", "Flexible rescheduling"],
|
||||
buttons: [{ text: "Get Estimate", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "weekly",
|
||||
name: "Weekly Maintenance",
|
||||
price: "$99",
|
||||
features: [
|
||||
"Best value",
|
||||
"Consistently fresh",
|
||||
"Flexible rescheduling",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
id: "weekly", name: "White Glove Weekly", price: "Custom", features: [
|
||||
"Complete daily upkeep", "Premium supply priority", "Concierge scheduling"],
|
||||
buttons: [{ text: "Get Estimate", href: "#contact" }],
|
||||
},
|
||||
]}
|
||||
title="Simple, Transparent Pricing"
|
||||
description="Choose the frequency that works best for your schedule."
|
||||
title="Request a Free Estimate"
|
||||
description="Every home is unique. Tell us about your space to receive a tailored estimate for our premium services."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -274,110 +146,32 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Finally found a cleaning service I can trust. The attention to detail is incredible.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-man-greeting-colleague_74855-1519.jpg",
|
||||
},
|
||||
id: "1", name: "Elena V.", handle: "@elena_v", testimonial: "The only team that truly understands how to clean marble and fine wood without damage. Immaculate.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-luxury-home_23-2148855685.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael R.",
|
||||
handle: "@miker",
|
||||
testimonial: "My home feels like a hotel after they leave. Worth every penny.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-arranging-pillows-home_23-2150334462.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily D.",
|
||||
handle: "@emilyd",
|
||||
testimonial: "Quick, reliable, and thorough. The only cleaning service I use now.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
handle: "@davidw",
|
||||
testimonial: "Professional, easy to book, and consistent. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064888.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda M.",
|
||||
handle: "@lindam",
|
||||
testimonial: "Excellent team. They treat my home like their own sanctuary.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-elated-young-man-pointing-card-blue-space_140725-106447.jpg",
|
||||
},
|
||||
id: "2", name: "Marcus H.", handle: "@m_h_estates", testimonial: "Absolute professionals. They leave my estate looking staged and pristine every single time.", imageSrc: "http://img.b2bpic.net/free-photo/successful-entrepreneur-modern-office_23-2149590863.jpg"},
|
||||
]}
|
||||
title="Loved by Fort Lauderdale Homeowners"
|
||||
description="See why our neighbors trust us with their sanctuaries."
|
||||
title="Refined by Fort Lauderdale Homeowners"
|
||||
description="We pride ourselves on the trust placed in us by the finest homes in the city."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Get Started"
|
||||
title="Ready to reclaim your time?"
|
||||
description="Contact us today for a free estimate or to schedule your first deep cleaning session."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Cleaning",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get A Quote"
|
||||
title="Ready for a white-glove experience?"
|
||||
description="Tell us about your home and your cleaning needs. We provide custom estimates tailored to your residence."
|
||||
buttons={[{ text: "Get Free Estimate", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Residential",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Move-In",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Property Management",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }] },
|
||||
{ title: "Services", items: [{ label: "Estate Cleaning", href: "#features" }, { label: "Luxury Move-In", href: "#features" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Fort Lauderdale Cleaning Co."
|
||||
bottomRightText="Privacy Policy | Terms of Service"
|
||||
|
||||
Reference in New Issue
Block a user