From 8217bbb21860770b892ecdb95e868cccfeb0b809 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 01:33:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78504e9..4463515 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,35 +99,35 @@ export default function HomePage() { id: "1", title: "HDB Renovation", tags: ["Popular", "Trusted"], - imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg?_wi=1", imageAlt: "Modern HDB apartment renovation", }, { id: "2", title: "Condo Renovation", tags: ["Luxury", "Premium"], - imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg?_wi=1", imageAlt: "Luxury condo interior renovation", }, { id: "3", title: "Kitchen Remodel", tags: ["Expert", "Design"], - imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-quality-time-home_23-2149262112.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-quality-time-home_23-2149262112.jpg?_wi=1", imageAlt: "Premium kitchen renovation design", }, { id: "4", title: "Bathroom Remodel", tags: ["Spa-like", "Elegant"], - imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg?_wi=1", imageAlt: "Luxury bathroom renovation", }, { id: "5", title: "Carpentry & Built-ins", tags: ["Custom", "Crafted"], - imageSrc: "http://img.b2bpic.net/free-photo/man-starting-own-small-business-home-workshop_1163-3122.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-starting-own-small-business-home-workshop_1163-3122.jpg?_wi=1", imageAlt: "Custom carpentry interior design", }, ]} @@ -150,28 +150,28 @@ export default function HomePage() { id: "1", name: "Modern HDB Transformation", price: "Completed 2024", - imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg?_wi=2", imageAlt: "Modern HDB renovation project", }, { id: "2", name: "Luxury Condo Makeover", price: "Completed 2024", - imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg?_wi=2", imageAlt: "Luxury condo renovation project", }, { id: "3", name: "Premium Kitchen Suite", price: "Completed 2023", - imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-quality-time-home_23-2149262112.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-quality-time-home_23-2149262112.jpg?_wi=2", imageAlt: "Premium kitchen renovation project", }, { id: "4", name: "Spa-Inspired Bathroom", price: "Completed 2023", - imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg?_wi=2", imageAlt: "Luxury bathroom renovation project", }, ]} @@ -213,7 +213,7 @@ export default function HomePage() { { id: "5", name: "Jessica Lim", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", imageAlt: "Jessica Lim", }, ]} @@ -300,7 +300,7 @@ export default function HomePage() { {/* Footer */}