diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ddd7fc..8699b20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,8 +50,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" }} mediaAnimation="slide-up" @@ -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" }, - { 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" }, - { 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 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: "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" } ]} textboxLayout="default" useInvertedBackground={true}