4 Commits

Author SHA1 Message Date
7ddb937268 Update src/app/page.tsx 2026-03-04 13:51:55 +00:00
18be293d59 Merge version_2 into main
Merge version_2 into main
2026-03-04 13:45:53 +00:00
ce63ef8d46 Update src/app/page.tsx 2026-03-04 13:45:49 +00:00
cad96b28ea Merge version_1 into main
Merge version_1 into main
2026-03-04 13:41:21 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
logoText="JACK OF ALL PRESSURE" logoText="JACK OF ALL PRESSURE"
description="Professional pressure washing and cleaning services for residential and commercial properties. Trusted by hundreds of satisfied clients across the region." description="Professional pressure washing and cleaning services for residential and commercial properties. Trusted by hundreds of satisfied clients across the region."
buttons={[ buttons={[
{ text: "Schedule Service", href: "#contact" }, { text: "Get Free Pressure Washing Quote", href: "#contact" },
{ text: "Learn More", href: "#services" } { text: "Learn More", href: "#services" }
]} ]}
layoutOrder="default" layoutOrder="default"
@@ -78,27 +78,27 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Home, icon: Home,
title: "Residential Cleaning", description: "Driveways, patios, decks, and home exteriors cleaned to perfection" title: "Residential Cleaning", description: "Driveways, patios, decks, and home exteriors cleaned to perfection", button: { text: "Learn More", href: "#contact" }
}, },
{ {
icon: Building2, icon: Building2,
title: "Commercial Properties", description: "Building facades, parking lots, and large-scale commercial cleaning" title: "Commercial Properties", description: "Building facades, parking lots, and large-scale commercial cleaning", button: { text: "Learn More", href: "#contact" }
}, },
{ {
icon: Zap, icon: Zap,
title: "Power Equipment", description: "State-of-the-art pressure washing equipment for superior results" title: "Power Equipment", description: "State-of-the-art pressure washing equipment for superior results", button: { text: "Learn More", href: "#contact" }
}, },
{ {
icon: Shield, icon: Shield,
title: "Safe & Eco-Friendly", description: "Environmentally responsible cleaning that protects your property" title: "Safe & Eco-Friendly", description: "Environmentally responsible cleaning that protects your property", button: { text: "Learn More", href: "#contact" }
}, },
{ {
icon: Clock, icon: Clock,
title: "Quick Turnaround", description: "Efficient service that respects your time and schedule" title: "Quick Turnaround", description: "Efficient service that respects your time and schedule", button: { text: "Learn More", href: "#contact" }
}, },
{ {
icon: CheckCircle, icon: CheckCircle,
title: "Guaranteed Quality", description: "100% satisfaction guaranteed on every job we complete" title: "Guaranteed Quality", description: "100% satisfaction guaranteed on every job we complete", button: { text: "Learn More", href: "#contact" }
} }
]} ]}
textboxLayout="default" textboxLayout="default"