Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-17 15:24:39 +00:00

View File

@@ -7,12 +7,11 @@ import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { ShieldCheck, Sparkles, MapPin, Phone } from "lucide-react";
import { ShieldCheck, Sparkles, MapPin } from "lucide-react";
export default function PressureWashingPage() {
return (
@@ -52,8 +51,8 @@ export default function PressureWashingPage() {
{ text: "Call Now", href: "tel:2812571298" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/woman-with-chihuahua-dog_52683-110312.jpg"
imageAlt="Beautifully clean home exterior with sparkling windows"
imageSrc="http://img.b2bpic.net/free-photo/young-professional-cleaning-window_23-2148769493.jpg"
imageAlt="Professional window cleaner using a squeegee on glass"
showDimOverlay={true}
/>
</div>
@@ -67,8 +66,8 @@ export default function PressureWashingPage() {
{ value: "5.0 Star", title: "Customer Satisfaction" },
{ value: "Locally", title: "Owned & Operated" },
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148118409.jpg"
imageAlt="Technician performing professional pressure washing"
imageSrc="http://img.b2bpic.net/free-photo/man-cleaning-window-glass_23-2148530366.jpg"
imageAlt="Technician performing professional window cleaning services"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -84,11 +83,14 @@ export default function PressureWashingPage() {
textboxLayout="default"
features={[
{
title: "Residential Window Cleaning", description: "Crystal clear windows for a brighter, cleaner home.", imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-gym_1157-15946.jpg", imageAlt: "Sparkling clean windows"},
title: "Residential Window Cleaning", description: "Crystal clear windows for a brighter, cleaner home.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cleaning-window_23-2148769485.jpg", imageAlt: "Sparkling clean residential windows"
},
{
title: "Pressure Washing", description: "Deep clean driveways, sidewalks, patios, and siding.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13815.jpg", imageAlt: "Pressure washing results"},
title: "Pressure Washing", description: "Deep clean driveways, sidewalks, patios, and siding.", imageSrc: "http://img.b2bpic.net/free-photo/man-using-pressure-washer_23-2148118409.jpg", imageAlt: "Professional pressure washing results"
},
{
title: "Commercial Services", description: "Professional storefront and exterior cleaning for your business.", imageSrc: "http://img.b2bpic.net/free-photo/office-buildings_1127-2922.jpg", imageAlt: "Clean commercial exterior"}
title: "Commercial Services", description: "Professional storefront and exterior cleaning for your business.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-glass-facade_1127-2922.jpg", imageAlt: "Clean commercial exterior glass"
}
]}
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
@@ -165,4 +167,4 @@ export default function PressureWashingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}