6 Commits

Author SHA1 Message Date
3cfa7d5b9c Update src/app/page.tsx 2026-04-17 15:30:53 +00:00
89815a23d0 Merge version_4 into main
Merge version_4 into main
2026-04-17 15:29:11 +00:00
510ada43cb Merge version_3 into main
Merge version_3 into main
2026-04-17 15:28:52 +00:00
2db45854fc Merge version_4 into main
Merge version_4 into main
2026-04-17 15:28:45 +00:00
b605afc729 Update src/app/page.tsx 2026-04-17 15:28:25 +00:00
87859bd30a Merge version_4 into main
Merge version_4 into main
2026-04-17 15:28:14 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Sparkles, Sun, Droplet, CheckCircle } from "lucide-react";
import { ShieldCheck, Sparkles, MapPin, Droplet, Sun, CheckCircle } from "lucide-react";
export default function PressureWashingPage() {
return (
@@ -37,6 +37,7 @@ export default function PressureWashingPage() {
{ name: "Contact", id: "contact" },
]}
button={{ text: "Get a Free Quote", href: "#contact" }}
animateOnLoad={false}
/>
</div>
@@ -54,7 +55,6 @@ export default function PressureWashingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-office-glass-facade_1127-2922.jpg?_wi=1", imageAlt: "Commercial window service" }
]}
background={{ variant: "downward-rays-animated" }}
mediaAnimation="slide-up"
/>
</div>
@@ -72,10 +72,10 @@ export default function PressureWashingPage() {
title="Comprehensive Exterior Solutions"
description="We keep your property looking flawless all year round."
features={[
{ title: "Professional Window Cleaning", description: "High-grade squeegee work for perfect clarity and streak-free finish.", buttonIcon: Sparkles, imageSrc: "http://img.b2bpic.net/free-photo/close-up-cleaning-window_23-2148769485.jpg?_wi=1" },
{ title: "Residential Windows", description: "Crystal clear views for every room in your home.", buttonIcon: Sun, imageSrc: "http://img.b2bpic.net/free-photo/close-up-cleaning-window_23-2148769485.jpg?_wi=2" },
{ title: "Residential Windows", description: "High-grade squeegee work for perfect clarity.", buttonIcon: Sun, imageSrc: "http://img.b2bpic.net/free-photo/close-up-cleaning-window_23-2148769485.jpg" },
{ title: "Professional Pressure Washing", description: "Restore driveways, decks, and siding instantly.", buttonIcon: Droplet, imageSrc: "http://img.b2bpic.net/free-photo/man-using-pressure-washer_23-2148118409.jpg?_wi=2" },
{ title: "Commercial Storefronts", description: "Make a great first impression with spotless glass.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/modern-office-glass-facade_1127-2922.jpg?_wi=2" }
{ title: "Commercial Storefronts", description: "Make a great first impression with spotless glass.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/modern-office-glass-facade_1127-2922.jpg?_wi=2" },
{ title: "Gutter & Exterior", description: "Full exterior maintenance for total property health.", buttonIcon: ShieldCheck, imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-window-glass_23-2148530366.jpg" }
]}
textboxLayout="default"
useInvertedBackground={true}