From 59f1130fd0553a240557bf1e3b15452855cdd17e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 12:23:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3be2aa..b19a3d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,7 @@ export default function LandingPage() { reverse: true, }, { - title: "General Contracting", description: "Manage your build from start to finish.", media: { imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-19001.jpg", imageAlt: "professional construction planning" }, + title: "General Contracting", description: "Manage your build from start to finish.", media: { imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-19001.jpg?_wi=1", imageAlt: "professional construction planning" }, items: [ { icon: ClipboardCheck, text: "Planning" }, { icon: HardHat, text: "Supervision" }, @@ -113,7 +113,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} team={[ - { id: "t1", name: "John Doe", role: "Lead Foreman", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-19001.jpg" }, + { id: "t1", name: "John Doe", role: "Lead Foreman", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-19001.jpg?_wi=2" }, { id: "t2", name: "Jane Smith", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772871.jpg" }, { id: "t3", name: "Carlos Ruiz", role: "Roofing Specialist", imageSrc: "http://img.b2bpic.net/free-photo/brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-stay-near-big-industrial-stairs_627829-11413.jpg" }, ]}