From b12b06f50be22acd788996cd587ca646cf52b3e1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 06:49:27 +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 fc0581d..f8df1b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { { icon: Zap, text: "Full Layouts" } ], reverse: true, - media: { imageSrc: "http://img.b2bpic.net/free-photo/tired-young-couple-are-sitting-floor-with-paint-brush-bucket-while-doing-repair-home_496169-751.jpg", imageAlt: "luxury hardwood floor renovation interior" } + media: { imageSrc: "http://img.b2bpic.net/free-photo/tired-young-couple-are-sitting-floor-with-paint-brush-bucket-while-doing-repair-home_496169-751.jpg?_wi=1", imageAlt: "luxury hardwood floor renovation interior" } }, { title: "Tile & Stone", description: "Expert tile installation for floors, walls, and backsplashes.", items: [ @@ -90,7 +90,7 @@ export default function LandingPage() { { icon: Award, text: "Precision Cut" } ], reverse: false, - media: { imageSrc: "http://img.b2bpic.net/free-photo/creative-workers-standing-near-work-table-being-happy-finish-their-work_273609-14159.jpg", imageAlt: "luxury hardwood floor renovation interior" } + media: { imageSrc: "http://img.b2bpic.net/free-photo/creative-workers-standing-near-work-table-being-happy-finish-their-work_273609-14159.jpg?_wi=1", imageAlt: "luxury hardwood floor renovation interior" } } ]} title="Professional Services" @@ -152,8 +152,8 @@ export default function LandingPage() {