From 5bcc7a6a140ba0687dcc26388fefd22c95c9330f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 03:38:26 +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 0723805..10d374d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@sarah_m", testimonial: "Daphne's is the only place I trust with my pup. Fantastic service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-beagle-near-fireplace_23-2151793724.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-beagle-near-fireplace_23-2151793724.jpg?_wi=1", imageAlt: "happy groomed golden retriever smiling", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@dsmith_pets", testimonial: "Top-tier care and friendly staff. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-couch-with-tablet-dog_23-2148861616.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-couch-with-tablet-dog_23-2148861616.jpg?_wi=1", imageAlt: "happy groomed golden retriever smiling", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { handle: "@alicewong99", testimonial: "Reliable, kind, and excellent grooming skills.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-pet-owner-smiles-gladfully-dressed-casual-pink-t-shirt-poses-with-pug-dog-going-have-walk-feels-glad-isolated-brown-background-curly-haired-female-model-likes-domestic-animals_273609-60881.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-pet-owner-smiles-gladfully-dressed-casual-pink-t-shirt-poses-with-pug-dog-going-have-walk-feels-glad-isolated-brown-background-curly-haired-female-model-likes-domestic-animals_273609-60881.jpg?_wi=1", imageAlt: "happy groomed golden retriever smiling", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-adorable-beagle-near-fireplace_23-2151793724.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-adorable-beagle-near-fireplace_23-2151793724.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/cute-little-dog-pet-shop-with-owner_23-2148872567.jpg", @@ -222,14 +222,14 @@ export default function LandingPage() { name: "Sarah Miller", role: "Pet Owner", testimonial: "Best service ever!", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-couch-with-tablet-dog_23-2148861616.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-couch-with-tablet-dog_23-2148861616.jpg?_wi=2", }, { id: "2", name: "John Doe", role: "Pet Owner", testimonial: "Very professional.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-pet-owner-smiles-gladfully-dressed-casual-pink-t-shirt-poses-with-pug-dog-going-have-walk-feels-glad-isolated-brown-background-curly-haired-female-model-likes-domestic-animals_273609-60881.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-pet-owner-smiles-gladfully-dressed-casual-pink-t-shirt-poses-with-pug-dog-going-have-walk-feels-glad-isolated-brown-background-curly-haired-female-model-likes-domestic-animals_273609-60881.jpg?_wi=2", }, { id: "3", -- 2.49.1