From c39d3bd795200fbcb74c82856d1072b79b3841c1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:36:34 +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 38709e9..8f89462 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,13 +124,13 @@ export default function LandingPage() { id: "1", name: "Rajesh Patel", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Rajesh Patel" }, { - id: "2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Priya Sharma" + id: "2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=1", imageAlt: "Priya Sharma" }, { id: "3", name: "Amit Kumar", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Amit Kumar" }, { - id: "4", name: "Neha Singh", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Neha Singh" + id: "4", name: "Neha Singh", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=2", imageAlt: "Neha Singh" } ]} cardTitle="Over 5,000+ satisfied customers trust us to deliver beautiful, durable tiles that transform their homes into masterpieces" -- 2.49.1