From 810fe0f04d7313783b3b95815f8b54756ff4665b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 15:50:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 546482a..8c3cbca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { href: "tel:+1000000000", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1" showBlur={true} avatars={[ { @@ -98,42 +98,42 @@ export default function LandingPage() { title: "Roof Repairs", description: "Quick fixes for leaks and storm damage.", phoneOne: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgeux3", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgeux3&_wi=1", imageAlt: "Icon", }, phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgeux3", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgeux3&_wi=2", imageAlt: "Icon", }, - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2", imageAlt: "professional roofer working on house roof", }, { title: "New Installations", description: "Full roof replacements for long-term security.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg?_wi=1", imageAlt: "Icon", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg?_wi=2", imageAlt: "Icon", }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgeux3", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgeux3&_wi=3", imageAlt: "roof repair icon simple flat", }, { title: "Gutters & Chimneys", description: "Complete care for your home drainage and venting.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-full-shot_23-2149714278.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-full-shot_23-2149714278.jpg?_wi=1", imageAlt: "Icon", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-full-shot_23-2149714278.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-full-shot_23-2149714278.jpg?_wi=2", imageAlt: "Icon", }, - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg?_wi=3", imageAlt: "roof replacement icon simple flat", }, ]} @@ -154,7 +154,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=3" imageAlt="Professional roof inspection in progress" /> @@ -203,7 +203,7 @@ export default function LandingPage() { name: "Sarah Miller", handle: "Homeowner", testimonial: "Excellent service and fast repair. My roof is like new!", - imageSrc: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg?_wi=1", }, { id: "t2", @@ -269,7 +269,7 @@ export default function LandingPage() { placeholder: "Describe your roofing issue...", rows: 4, }} - imageSrc="http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg?_wi=2" /> -- 2.49.1