From 8acb3ee8a9f8a532096d3dcdb75f086582cc9bcd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 14:20:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4993ecc..f54b547 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,29 +71,29 @@ export default function LandingPage() { description="You aren’t just buying a roof; you’re investing in peace of mind. Experience the craftsmanship that Ethan, Judith, and hundreds of others trust." leftCarouselItems={[ { - videoSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-houses-near-ocean-captured-camague-france_181624-18766.jpg", + videoSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-houses-near-ocean-captured-camague-france_181624-18766.jpg?_wi=1", videoAriaLabel: "High-definition, slow-motion drone video showing a finished, high-end roof.", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15622.jpg?_wi=1", imageAlt: "Luxurious slate roof on a modern home.", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-yard-terrace-restaurant-made-national-style-with-greenery-chairs-ad-tables-nikiti-greece_1268-16662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-yard-terrace-restaurant-made-national-style-with-greenery-chairs-ad-tables-nikiti-greece_1268-16662.jpg?_wi=1", imageAlt: "Architectural shingle roof on a beautiful new home.", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15622.jpg?_wi=2", imageAlt: "Luxurious slate roof on a modern home.", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-yard-terrace-restaurant-made-national-style-with-greenery-chairs-ad-tables-nikiti-greece_1268-16662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-yard-terrace-restaurant-made-national-style-with-greenery-chairs-ad-tables-nikiti-greece_1268-16662.jpg?_wi=2", imageAlt: "Architectural shingle roof on a beautiful new home.", }, { - videoSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-houses-near-ocean-captured-camague-france_181624-18766.jpg", + videoSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-houses-near-ocean-captured-camague-france_181624-18766.jpg?_wi=2", videoAriaLabel: "High-definition, slow-motion drone video showing a finished, high-end roof.", }, ]}