From d837730baae339799eb43f3f0de9f90c6e8fff9e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 00:02:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 726b0d3..f9da060 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,17 +59,17 @@ export default function HomePage() { background={{ variant: "plain" }} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg", imageAlt: "Professional roofing crew working on residential roof"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg?_wi=1", imageAlt: "Professional roofing crew working on residential roof"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg", imageAlt: "Storm damage roof repair"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg?_wi=1", imageAlt: "Storm damage roof repair"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg", imageAlt: "Professional roof inspection"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg?_wi=1", imageAlt: "Professional roof inspection"}, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13151.jpg", imageAlt: "Before and after roof repair"}, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/approved-application-credit-real-estate_23-2147764204.jpg", imageAlt: "Insurance claim assistance"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg", imageAlt: "Expert roofing team"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg?_wi=2", imageAlt: "Expert roofing team"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -86,7 +86,7 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[{ text: "Get Free Inspection", href: "#contact" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg" + imageSrc="http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg?_wi=2" imageAlt="Storm damage roof inspection" useInvertedBackground={false} /> @@ -178,7 +178,7 @@ export default function HomePage() { id: "6", title: "What areas do you serve?", content: "We serve the greater Dallas-Fort Worth area including Burleson, Fort Worth, Arlington, Mansfield, Crowley, and surrounding communities. Call us to verify service availability for your address."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg" + imageSrc="http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg?_wi=2" imageAlt="Professional roofing FAQ" mediaAnimation="slide-up" mediaPosition="left" @@ -215,7 +215,7 @@ export default function HomePage() { required: false, }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg" + imageSrc="http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg?_wi=3" imageAlt="Professional roofing team" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1