diff --git a/src/app/page.tsx b/src/app/page.tsx index 96f4018..f2b5392 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,17 +51,17 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof-together_23-2149343676.jpg", imageAlt: "Professional roof installation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg", imageAlt: "Roof replacement project"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg?_wi=1", imageAlt: "Roof replacement project"}, { - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530694.jpg", imageAlt: "Storm damage repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530694.jpg?_wi=1", imageAlt: "Storm damage repair"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-document_23-2148751962.jpg", imageAlt: "Roof inspection service"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-document_23-2148751962.jpg?_wi=1", imageAlt: "Roof inspection service"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg", imageAlt: "Roof repair work"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg?_wi=1", imageAlt: "Roof repair work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-worker-firld-by-solar-panels_1303-15605.jpg", imageAlt: "Gutter repair service"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-worker-firld-by-solar-panels_1303-15605.jpg?_wi=1", imageAlt: "Gutter repair service"}, { imageSrc: "http://img.b2bpic.net/free-photo/set-stationery-red-pins-thread_23-2148510486.jpg", imageAlt: "Service area coverage"}, { @@ -98,19 +98,19 @@ export default function HomePage() { tagIcon={Wrench} features={[ { - title: "Roof Replacement", description: "Complete roof replacement with high-quality materials and expert installation", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg", imageAlt: "Roof replacement service", buttonIcon: ArrowRight, + title: "Roof Replacement", description: "Complete roof replacement with high-quality materials and expert installation", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg?_wi=2", imageAlt: "Roof replacement service", buttonIcon: ArrowRight, }, { - title: "Roof Repair", description: "Fast and reliable roof repair for leaks, damage, and wear", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg", imageAlt: "Roof repair service", buttonIcon: ArrowRight, + title: "Roof Repair", description: "Fast and reliable roof repair for leaks, damage, and wear", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg?_wi=2", imageAlt: "Roof repair service", buttonIcon: ArrowRight, }, { - title: "Storm Damage Repair", description: "Emergency storm damage assessment and repair services", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530694.jpg", imageAlt: "Storm damage repair", buttonIcon: ArrowRight, + title: "Storm Damage Repair", description: "Emergency storm damage assessment and repair services", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530694.jpg?_wi=2", imageAlt: "Storm damage repair", buttonIcon: ArrowRight, }, { - title: "Roof Inspections", description: "Professional roof inspections to identify potential problems early", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-document_23-2148751962.jpg", imageAlt: "Roof inspection", buttonIcon: ArrowRight, + title: "Roof Inspections", description: "Professional roof inspections to identify potential problems early", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-document_23-2148751962.jpg?_wi=2", imageAlt: "Roof inspection", buttonIcon: ArrowRight, }, { - title: "Gutter Services", description: "Gutter repair and replacement to protect your home", imageSrc: "http://img.b2bpic.net/free-photo/man-worker-firld-by-solar-panels_1303-15605.jpg", imageAlt: "Gutter services", buttonIcon: ArrowRight, + title: "Gutter Services", description: "Gutter repair and replacement to protect your home", imageSrc: "http://img.b2bpic.net/free-photo/man-worker-firld-by-solar-panels_1303-15605.jpg?_wi=2", imageAlt: "Gutter services", buttonIcon: ArrowRight, }, ]} textboxLayout="default" @@ -122,17 +122,17 @@ export default function HomePage() {