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() {