From c2656e967741e64754ce9208fc5f8ab725ad3f37 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:06:48 +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 89846b0..b5bf367 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { href: "#services", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg?_wi=1" imageAlt="Luxury home roof installation" showBlur={true} avatars={[ @@ -165,7 +165,7 @@ export default function LandingPage() { title: "Install", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-wooden-roof_181624-2403.jpg" + imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-wooden-roof_181624-2403.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -187,7 +187,7 @@ export default function LandingPage() { role: "Homeowner", company: "Willow Creek", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wooden-roof_181624-2403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wooden-roof_181624-2403.jpg?_wi=2", }, { id: "2", @@ -195,7 +195,7 @@ export default function LandingPage() { role: "Architect", company: "Thorne Design", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg?_wi=2", }, { id: "3", @@ -203,7 +203,7 @@ export default function LandingPage() { role: "Developer", company: "Modern Living", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wooden-roof_181624-2403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wooden-roof_181624-2403.jpg?_wi=3", }, { id: "4", @@ -211,7 +211,7 @@ export default function LandingPage() { role: "Homeowner", company: "Oak Valley", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg?_wi=3", }, ]} /> -- 2.49.1