From 5569cd995f9169be21096ef68cd6b95261f0b953 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:40:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8551b87..c00d40e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,16 +55,16 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/adult-man-sitting-bench-learning_23-2148181511.jpg", imageAlt: "Roofer inspecting tiles in rain" }, - { imageSrc: "http://img.b2bpic.net/free-photo/handyman-uses-jackhammer-installation_169016-5286.jpg", imageAlt: "Professional roof leak detection" }, - { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-worker-with-helmet-working-roof_23-2149343663.jpg", imageAlt: "Expert gutter repair work" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Drainage system installation" } + { imageSrc: "http://img.b2bpic.net/free-photo/adult-man-sitting-bench-learning_23-2148181511.jpg?_wi=1", imageAlt: "Roofer inspecting tiles in rain" }, + { imageSrc: "http://img.b2bpic.net/free-photo/handyman-uses-jackhammer-installation_169016-5286.jpg?_wi=1", imageAlt: "Professional roof leak detection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-worker-with-helmet-working-roof_23-2149343663.jpg?_wi=1", imageAlt: "Expert gutter repair work" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1", imageAlt: "Drainage system installation" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530697.jpg", imageAlt: "Roof tile repair service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/handyman-uses-jackhammer-installation_169016-5286.jpg", imageAlt: "Water damage assessment" }, - { imageSrc: "http://img.b2bpic.net/free-photo/adult-man-sitting-bench-learning_23-2148181511.jpg", imageAlt: "Professional roofing expertise" }, - { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-worker-with-helmet-working-roof_23-2149343663.jpg", imageAlt: "Quality gutter solutions" } + { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530697.jpg?_wi=1", imageAlt: "Roof tile repair service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/handyman-uses-jackhammer-installation_169016-5286.jpg?_wi=2", imageAlt: "Water damage assessment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/adult-man-sitting-bench-learning_23-2148181511.jpg?_wi=2", imageAlt: "Professional roofing expertise" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-worker-with-helmet-working-roof_23-2149343663.jpg?_wi=2", imageAlt: "Quality gutter solutions" } ]} carouselPosition="right" /> @@ -74,7 +74,7 @@ export default function LandingPage() { @@ -183,7 +183,7 @@ export default function LandingPage() { description="Get answers to common questions about our roof plumbing services." textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/adult-man-sitting-bench-learning_23-2148181511.jpg" + imageSrc="http://img.b2bpic.net/free-photo/adult-man-sitting-bench-learning_23-2148181511.jpg?_wi=5" imageAlt="Roofer on the job" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1