From 561d5c03640a78e1e1de8155f34844d3a5b48082 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 07:05:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5651ae1..ab68f35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,35 +69,35 @@ export default function LandingPage() { handle: "@sarahlee", testimonial: "Dr. Lim is incredibly thorough and patient. My son feels comfortable every time we visit.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-mother-with-little-son-home_273609-14784.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-mother-with-little-son-home_273609-14784.jpg?_wi=1", }, { name: "Michael Tan", handle: "@mtan", testimonial: "Very professional and friendly. The best clinic in Malacca for childhood health issues.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/she-is-trying-be-very-brave_329181-7694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/she-is-trying-be-very-brave_329181-7694.jpg?_wi=1", }, { name: "Emily Wong", handle: "@emilyw", testimonial: "I highly recommend this clinic to any parent seeking reliable pediatric care. Dr. Lim is exceptional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-child-with-urinalysis-sample_1398-1061.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-child-with-urinalysis-sample_1398-1061.jpg?_wi=1", }, { name: "David Raj", handle: "@davidraj", testimonial: "Clear explanations and very kind with kids. We’ve been coming here for years.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-laughing-together_23-2147615922.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-laughing-together_23-2147615922.jpg?_wi=1", }, { name: "Fatima Omar", handle: "@fomar", testimonial: "A truly caring environment. The staff are attentive and professional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-woman-holding-coffee-cup_23-2147861632.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-woman-holding-coffee-cup_23-2147861632.jpg?_wi=1", }, ]} buttons={[ @@ -234,35 +234,35 @@ export default function LandingPage() { name: "Sarah Lee", handle: "@sarahlee", testimonial: "Dr. Lim is incredibly thorough and patient.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-mother-with-little-son-home_273609-14784.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-mother-with-little-son-home_273609-14784.jpg?_wi=2", }, { id: "t2", name: "Michael Tan", handle: "@mtan", testimonial: "Very professional and friendly.", - imageSrc: "http://img.b2bpic.net/free-photo/she-is-trying-be-very-brave_329181-7694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/she-is-trying-be-very-brave_329181-7694.jpg?_wi=2", }, { id: "t3", name: "Emily Wong", handle: "@emilyw", testimonial: "I highly recommend this clinic.", - imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-child-with-urinalysis-sample_1398-1061.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-child-with-urinalysis-sample_1398-1061.jpg?_wi=2", }, { id: "t4", name: "David Raj", handle: "@davidraj", testimonial: "Clear explanations and kind with kids.", - imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-laughing-together_23-2147615922.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-laughing-together_23-2147615922.jpg?_wi=2", }, { id: "t5", name: "Fatima Omar", handle: "@fomar", testimonial: "A truly caring environment.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-woman-holding-coffee-cup_23-2147861632.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-woman-holding-coffee-cup_23-2147861632.jpg?_wi=2", }, ]} title="Local Families Trust Dr. Lim" -- 2.49.1