From da21bde95eba8a5d267530d1c4a58cd4b07f1f92 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:48:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 04bc9ce..f4dac42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,10 +57,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg", imageAlt: "Professional roof installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Quality roofing materials" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1", imageAlt: "Quality roofing materials" }, { imageSrc: "http://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg", imageAlt: "Expert roofing team" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg", imageAlt: "Finished roof project" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Customer satisfaction guarantee" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2", imageAlt: "Customer satisfaction guarantee" } ]} /> @@ -92,7 +92,7 @@ export default function LandingPage() { buttonHref: "contact" }, { - title: "Roof Replacement", description: "Complete roof replacement using premium materials and expert installation.", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "New roof installation", buttonIcon: ArrowRight, + title: "Roof Replacement", description: "Complete roof replacement using premium materials and expert installation.", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=3", imageAlt: "New roof installation", buttonIcon: ArrowRight, buttonHref: "contact" }, { -- 2.49.1