From 7aedf3f9fc0f78eaaba4a3b05578ef45194db26a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 01:51:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aeb59f6..575ff58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,19 +72,19 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mechanic-tools_23-2148558020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-mechanic-tools_23-2148558020.jpg?_wi=1", imageAlt: "Handyman repairing cabinet", }, { - imageSrc: "http://img.b2bpic.net/free-photo/painting-apartment-wall-with-white-paint-using-roller-brush-handyman-renovating-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/painting-apartment-wall-with-white-paint-using-roller-brush-handyman-renovating-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14184.jpg?_wi=1", imageAlt: "Drywall repair service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278614.jpg?_wi=1", imageAlt: "Home improvement renovation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-working-storehouse-inventory_482257-108883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-working-storehouse-inventory_482257-108883.jpg?_wi=1", imageAlt: "Painting and detailing", }, { @@ -130,25 +130,25 @@ export default function LandingPage() { { title: "Room Renovations", description: "Complete room transformations delivered with professional care.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mechanic-tools_23-2148558020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-mechanic-tools_23-2148558020.jpg?_wi=2", imageAlt: "Room Renovation", }, { title: "Drywall & Painting", description: "Seamless repair work and quality finish for every wall.", - imageSrc: "http://img.b2bpic.net/free-photo/painting-apartment-wall-with-white-paint-using-roller-brush-handyman-renovating-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/painting-apartment-wall-with-white-paint-using-roller-brush-handyman-renovating-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14184.jpg?_wi=2", imageAlt: "Drywall Repair", }, { title: "Flooring & Cabinetry", description: "Expert installation and cabinet work for your kitchen and living space.", - imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278614.jpg?_wi=2", imageAlt: "Flooring and Cabinets", }, { title: "Lighting & Backsplash", description: "Finishing touches like lighting installation and elegant backsplashes.", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-working-storehouse-inventory_482257-108883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-working-storehouse-inventory_482257-108883.jpg?_wi=2", imageAlt: "Lighting and Backsplash", }, ]} -- 2.49.1