From 0c67a2ad0029633b30e11622a198c8d18b0ec430 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:23:59 +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 4352c04..bdb2b7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,15 +51,15 @@ export default function LandingPage() { testimonials={[ { name: "Rajesh Kumar", handle: "Villa Owner", testimonial: "Atlas transformed our vision into reality. Precision, professionalism, and zero compromises. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg?_wi=1" }, { name: "Priya Menon", handle: "Interior Client", testimonial: "From concept to completion, Atlas delivered excellence at every stage. Best investment we made.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-lady-baker-standing-with-arms-crossed_171337-16097.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-lady-baker-standing-with-arms-crossed_171337-16097.jpg?_wi=1" }, { name: "Arun Nair", handle: "Commercial Project", testimonial: "They don't just build structures, they build legacies. Atlas is the benchmark for quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-curly-hair-showing-thumb-up-checked-shirt-looking-jovial-front-view_176474-112736.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-curly-hair-showing-thumb-up-checked-shirt-looking-jovial-front-view_176474-112736.jpg?_wi=1" } ]} buttons={[ @@ -164,22 +164,22 @@ export default function LandingPage() {