Merge version_1 into main #2
223
src/app/page.tsx
223
src/app/page.tsx
@@ -32,108 +32,69 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="STW Exterior Cleaning"
|
||||
button={{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Transform Your Property with STW Exterior Cleaning"
|
||||
description="Expert exterior cleaning services to restore the curb appeal of your residential or commercial property. Guaranteed results."
|
||||
kpis={[
|
||||
{
|
||||
value: "100%",
|
||||
label: "Satisfaction Rate",
|
||||
},
|
||||
value: "100%", label: "Satisfaction Rate"},
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "15+", label: "Years Experience"},
|
||||
{
|
||||
value: "5k+",
|
||||
label: "Properties Cleaned",
|
||||
},
|
||||
value: "5k+", label: "Properties Cleaned"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/concrete-street_1127-2051.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/concrete-street_1127-2051.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-with-plan_23-2148819894.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-with-plan_23-2148819894.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday-together_23-2150598982.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday-together_23-2150598982.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ happy property owners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Driveway Cleaning",
|
||||
icon: Droplet,
|
||||
type: "text-icon", text: "Driveway Cleaning", icon: Droplet,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Roof Restoration",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Roof Restoration", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Facade Washing",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Facade Washing", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Patio Deep Clean",
|
||||
icon: Sun,
|
||||
type: "text-icon", text: "Patio Deep Clean", icon: Sun,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Eco-Friendly Methods",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Eco-Friendly Methods", icon: Leaf,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -146,9 +107,7 @@ export default function LandingPage() {
|
||||
title="Expert Care for Your Property's Exterior"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Our Services", href: "#services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -160,28 +119,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Restoration",
|
||||
title: "Driveway Cleaning",
|
||||
subtitle: "Deep Clean",
|
||||
description: "Removal of oil, moss, and deep-seated dirt.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=1",
|
||||
},
|
||||
tag: "Restoration", title: "Driveway Cleaning", subtitle: "Deep Clean", description: "Removal of oil, moss, and deep-seated dirt.", imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Maintenance",
|
||||
title: "Roof Cleaning",
|
||||
subtitle: "Safe Clean",
|
||||
description: "Gentle soft wash techniques to keep shingles pristine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg",
|
||||
},
|
||||
tag: "Maintenance", title: "Roof Cleaning", subtitle: "Safe Clean", description: "Gentle soft wash techniques to keep shingles pristine.", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Care",
|
||||
title: "Facade Cleaning",
|
||||
subtitle: "Brighten Up",
|
||||
description: "Removal of pollutants for a fresh, new look.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-wooden-bridge-across-water-sun_146671-18753.jpg?_wi=1",
|
||||
},
|
||||
tag: "Care", title: "Facade Cleaning", subtitle: "Brighten Up", description: "Removal of pollutants for a fresh, new look.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-wooden-bridge-across-water-sun_146671-18753.jpg"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="We specialize in professional cleaning to protect and maintain your property assets."
|
||||
@@ -196,25 +140,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Satisfaction",
|
||||
description: "Customer centered results.",
|
||||
icon: CheckCircle,
|
||||
id: "m1", value: "100%", title: "Satisfaction", description: "Customer centered results.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
title: "Support",
|
||||
description: "Always here to help.",
|
||||
icon: Phone,
|
||||
id: "m2", value: "24/7", title: "Support", description: "Always here to help.", icon: Phone,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5*",
|
||||
title: "Rated",
|
||||
description: "Trusted by locals.",
|
||||
icon: Award,
|
||||
id: "m3", value: "5*", title: "Rated", description: "Trusted by locals.", icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Quality You Can See"
|
||||
@@ -228,55 +160,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
date: "2024-03-01",
|
||||
title: "Homeowner",
|
||||
quote: "My driveway has never looked so good. Professional and fast!",
|
||||
tag: "Five Stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-with-plan_23-2148819894.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-with-plan_23-2148819894.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", date: "2024-03-01", title: "Homeowner", quote: "My driveway has never looked so good. Professional and fast!", tag: "Five Stars", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-with-plan_23-2148819894.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-with-plan_23-2148819894.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
date: "2024-03-10",
|
||||
title: "Property Manager",
|
||||
quote: "Excellent roof cleaning. Would highly recommend this team.",
|
||||
tag: "Five Stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday-together_23-2150598982.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday-together_23-2150598982.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", date: "2024-03-10", title: "Property Manager", quote: "Excellent roof cleaning. Would highly recommend this team.", tag: "Five Stars", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday-together_23-2150598982.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday-together_23-2150598982.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Davis",
|
||||
date: "2024-03-15",
|
||||
title: "Business Owner",
|
||||
quote: "Facade cleaning turned our storefront into the best on the street.",
|
||||
tag: "Five Stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Davis", date: "2024-03-15", title: "Business Owner", quote: "Facade cleaning turned our storefront into the best on the street.", tag: "Five Stars", avatarSrc: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Wilson",
|
||||
date: "2024-03-20",
|
||||
title: "Homeowner",
|
||||
quote: "Reliable and thorough. The moss is gone completely.",
|
||||
tag: "Five Stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg",
|
||||
},
|
||||
id: "4", name: "David Wilson", date: "2024-03-20", title: "Homeowner", quote: "Reliable and thorough. The moss is gone completely.", tag: "Five Stars", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jane Smith",
|
||||
date: "2024-04-05",
|
||||
title: "Homeowner",
|
||||
quote: "Incredible transformation, very professional service.",
|
||||
tag: "Five Stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-with-plan_23-2148819894.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-with-plan_23-2148819894.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Jane Smith", date: "2024-04-05", title: "Homeowner", quote: "Incredible transformation, very professional service.", tag: "Five Stars", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-with-plan_23-2148819894.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-with-plan_23-2148819894.jpg"},
|
||||
]}
|
||||
title="Voices of Our Clients"
|
||||
description="Hear what property owners say about our cleaning expertise."
|
||||
@@ -290,48 +182,30 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Safety First",
|
||||
description: "Certified team members using eco-friendly methods.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=2",
|
||||
imageAlt: "Safe cleaning",
|
||||
},
|
||||
id: "f1", title: "Safety First", description: "Certified team members using eco-friendly methods.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg", imageAlt: "Safe cleaning"},
|
||||
items: [
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Insured staff",
|
||||
},
|
||||
text: "Insured staff"},
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Eco-friendly agents",
|
||||
},
|
||||
text: "Eco-friendly agents"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concrete-street_1127-2051.jpg?_wi=2",
|
||||
imageAlt: "luxury property exterior clean",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Advanced Tech",
|
||||
description: "State-of-the-art pressure equipment for perfect results.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-wooden-bridge-across-water-sun_146671-18753.jpg?_wi=2",
|
||||
imageAlt: "Modern tech",
|
||||
},
|
||||
id: "f2", title: "Advanced Tech", description: "State-of-the-art pressure equipment for perfect results.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-wooden-bridge-across-water-sun_146671-18753.jpg", imageAlt: "Modern tech"},
|
||||
items: [
|
||||
{
|
||||
icon: Zap,
|
||||
text: "High pressure system",
|
||||
},
|
||||
text: "High pressure system"},
|
||||
{
|
||||
icon: Settings,
|
||||
text: "Precision cleaning",
|
||||
},
|
||||
text: "Precision cleaning"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-with-plan_23-2148819894.jpg?_wi=3",
|
||||
imageAlt: "happy client property owner",
|
||||
},
|
||||
]}
|
||||
title="Why Choose STW?"
|
||||
@@ -343,14 +217,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to revitalize your property? Contact STW Exterior Cleaning today for your free quote."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request A Quote",
|
||||
href: "tel:+1000000000",
|
||||
},
|
||||
text: "Request A Quote", href: "tel:+1000000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -362,14 +233,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user