From 1adff3cab0ff73f238b7ba317ab0a482575e8970 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 20:58:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d74c7f0..da571a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { leftCarouselItems={[ { imageSrc: "https://images.unsplash.com/photo-1562883714160-37bca2e55e2c?w=800&q=80", imageAlt: "Professional roofing team working on roof" }, { imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=800&q=80&_wi=1", imageAlt: "Roof inspection and assessment" }, - { imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=800&q=80", imageAlt: "Expert roof repair work" }, + { imageSrc: "https://images.unsplash.com/photo-1581078731548-c64695c952952?w=800&q=80", imageAlt: "Expert roof repair work" }, { imageSrc: "https://images.unsplash.com/photo-1581092160562-40fed08a5f1d?w=800&q=80&_wi=1", imageAlt: "Storm damage roof restoration" } ]} rightCarouselItems={[ @@ -145,7 +145,7 @@ export default function LandingPage() {