From 843e945b7bb44d31b8b62c9ba33919c93b5f5186 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 23:43:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af81b6e..aeefb36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,16 +49,16 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/building-with-coarse-plaster-surface_23-2148252826.jpg", imageAlt: "Professional roof installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/windmill-witch-rooftop-with-blue-sky_1428-577.jpg", imageAlt: "Expert roof repair work" }, - { imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg", imageAlt: "Complete roof replacement" }, - { imageSrc: "http://img.b2bpic.net/free-photo/renovation-concept_1098-19446.jpg", imageAlt: "Professional gutter service" } + { imageSrc: "http://img.b2bpic.net/free-photo/building-with-coarse-plaster-surface_23-2148252826.jpg?_wi=1", imageAlt: "Professional roof installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/windmill-witch-rooftop-with-blue-sky_1428-577.jpg?_wi=1", imageAlt: "Expert roof repair work" }, + { imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg?_wi=1", imageAlt: "Complete roof replacement" }, + { imageSrc: "http://img.b2bpic.net/free-photo/renovation-concept_1098-19446.jpg?_wi=1", imageAlt: "Professional gutter service" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg", imageAlt: "Quality roof replacement" }, - { imageSrc: "http://img.b2bpic.net/free-photo/building-with-coarse-plaster-surface_23-2148252826.jpg", imageAlt: "Residential roofing" }, - { imageSrc: "http://img.b2bpic.net/free-photo/renovation-concept_1098-19446.jpg", imageAlt: "Gutter solutions" }, - { imageSrc: "http://img.b2bpic.net/free-photo/windmill-witch-rooftop-with-blue-sky_1428-577.jpg", imageAlt: "Roof maintenance services" } + { imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg?_wi=2", imageAlt: "Quality roof replacement" }, + { imageSrc: "http://img.b2bpic.net/free-photo/building-with-coarse-plaster-surface_23-2148252826.jpg?_wi=2", imageAlt: "Residential roofing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/renovation-concept_1098-19446.jpg?_wi=2", imageAlt: "Gutter solutions" }, + { imageSrc: "http://img.b2bpic.net/free-photo/windmill-witch-rooftop-with-blue-sky_1428-577.jpg?_wi=2", imageAlt: "Roof maintenance services" } ]} buttons={[ { text: "Get Free Inspection", href: "contact" }, @@ -94,15 +94,15 @@ export default function LandingPage() { features={[ { id: "repair", title: "Roof Repair & Maintenance", author: "Emergency & Seasonal", description: "Fast response to leaks, damage, and maintenance needs. We identify issues early to prevent costly repairs down the road.", tags: ["Quick Service", "Professional"], - imageSrc: "http://img.b2bpic.net/free-photo/windmill-witch-rooftop-with-blue-sky_1428-577.jpg", imageAlt: "Professional roof repair" + imageSrc: "http://img.b2bpic.net/free-photo/windmill-witch-rooftop-with-blue-sky_1428-577.jpg?_wi=3", imageAlt: "Professional roof repair" }, { id: "replacement", title: "Complete Roof Replacement", author: "Residential & Commercial", description: "Full roof installation with premium materials and expert craftsmanship. We handle everything from removal to final inspection.", tags: ["New Installation", "Guaranteed"], - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg", imageAlt: "Roof replacement project" + imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg?_wi=3", imageAlt: "Roof replacement project" }, { id: "gutters", title: "Gutter Installation & Cleaning", author: "Protection Systems", description: "Seamless gutters and regular cleaning services to protect your home's foundation and landscaping from water damage.", tags: ["Preventive Care", "Protection"], - imageSrc: "http://img.b2bpic.net/free-photo/renovation-concept_1098-19446.jpg", imageAlt: "Gutter service" + imageSrc: "http://img.b2bpic.net/free-photo/renovation-concept_1098-19446.jpg?_wi=3", imageAlt: "Gutter service" } ]} animationType="slide-up"