diff --git a/src/app/page.tsx b/src/app/page.tsx index 57057b8..fcd518d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,8 +51,8 @@ export default function PressureWashingPage() { ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/young-professional-cleaning-window_23-2148769493.jpg", imageAlt: "Window cleaning professional" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-using-pressure-washer_23-2148118409.jpg", imageAlt: "Pressure washing service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-office-glass-facade_1127-2922.jpg", imageAlt: "Commercial window service" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-using-pressure-washer_23-2148118409.jpg?_wi=1", imageAlt: "Pressure washing service" }, + { 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" }} /> @@ -73,8 +73,8 @@ export default function PressureWashingPage() { description="We keep your property looking flawless all year round." features={[ { 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" }, - { 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" }, + { 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: "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"