From 4526b4c8b72c91f5e84362ef34b4654ce638b3fb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 23:53:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c6265b7..9e2c7f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -180,17 +180,17 @@ export default function LandingPage() { { title: "Residential Renovations", description: "Professional home updates from interior remodels to structural extensions.", - imageSrc: "http://img.b2bpic.net/free-photo/roof-tile-parquet-tile_1357-342.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roof-tile-parquet-tile_1357-342.jpg?_wi=1", }, { title: "Roofing Services", description: "Expert roof installation, repair, and waterproofing solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/building-construction_1122-1179.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/building-construction_1122-1179.jpg?_wi=1", }, { title: "Building Materials", description: "High-quality construction materials delivered directly to your site.", - imageSrc: "http://img.b2bpic.net/free-photo/metal-can-with-paint-brushes-canvas-with-picture-monstera_169016-15069.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/metal-can-with-paint-brushes-canvas-with-picture-monstera_169016-15069.jpg?_wi=1", }, ]} title="Our Professional Services" @@ -210,21 +210,21 @@ export default function LandingPage() { name: "High-Grade Cement", price: "R120/bag", variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/roof-tile-parquet-tile_1357-342.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roof-tile-parquet-tile_1357-342.jpg?_wi=2", }, { id: "p2", name: "Roofing Tiles", price: "R45/tile", variant: "Standard", - imageSrc: "http://img.b2bpic.net/free-photo/building-construction_1122-1179.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/building-construction_1122-1179.jpg?_wi=2", }, { id: "p3", name: "Wall Bricks", price: "R5/brick", variant: "Red", - imageSrc: "http://img.b2bpic.net/free-photo/metal-can-with-paint-brushes-canvas-with-picture-monstera_169016-15069.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/metal-can-with-paint-brushes-canvas-with-picture-monstera_169016-15069.jpg?_wi=2", }, { id: "p4", -- 2.49.1