From 1c5c21bc2d783eb8503594561beec3c26eae6a7c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:41:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d28dda6..0ed1ffa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,10 +51,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-pointing-something_329181-2832.jpg", imageAlt: "Professional construction site" }, { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-apartment-building-sunlight-daytime_181624-19251.jpg", imageAlt: "Completed residential masonry project" + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-apartment-building-sunlight-daytime_181624-19251.jpg?_wi=1", imageAlt: "Completed residential masonry project" }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-architect-with-level_23-2147702503.jpg", imageAlt: "Commercial construction work" + imageSrc: "http://img.b2bpic.net/free-photo/female-architect-with-level_23-2147702503.jpg?_wi=1", imageAlt: "Commercial construction work" } ]} autoplayDelay={4000} @@ -108,10 +108,10 @@ export default function LandingPage() { tag="Portfolio" products={[ { - id: "1", name: "Downtown Commercial Complex", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-apartment-building-sunlight-daytime_181624-19251.jpg", imageAlt: "Downtown commercial masonry project" + id: "1", name: "Downtown Commercial Complex", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-apartment-building-sunlight-daytime_181624-19251.jpg?_wi=2", imageAlt: "Downtown commercial masonry project" }, { - id: "2", name: "Historic Building Restoration", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/female-architect-with-level_23-2147702503.jpg", imageAlt: "Historic restoration project" + id: "2", name: "Historic Building Restoration", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/female-architect-with-level_23-2147702503.jpg?_wi=2", imageAlt: "Historic restoration project" }, { id: "3", name: "Residential Home Addition", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-measures-wood-with-angle-tool-makes-notes_169016-13096.jpg", imageAlt: "Residential home addition project" -- 2.49.1