From 5d388ac1091b39d2613c4a2d95c3d4e4d68094f2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 03:06:02 +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 f5b22f7..f5b3ebf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "The best late-night food in Tacoma! Always fresh and friendly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indoor-with-elegant-wooden-dining-table-chairs_116348-100.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indoor-with-elegant-wooden-dining-table-chairs_116348-100.jpg?_wi=1", imageAlt: "cozy cafe interior warm lighting", }, { @@ -69,7 +69,7 @@ export default function LandingPage() { handle: "@miket", testimonial: "I love the burgers here, super tasty and reliable service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg?_wi=1", imageAlt: "cozy cafe interior warm lighting", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { handle: "@elenar", testimonial: "Open until 2 AM? Absolute lifesaver for my night shifts.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5061.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5061.jpg?_wi=1", imageAlt: "cozy cafe interior warm lighting", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { handle: "@davidw", testimonial: "Fantastic local spot. Highly recommended for everyone.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/foodie-taking-photo-bowl-with-salad-sea-fruits_23-2149277989.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/foodie-taking-photo-bowl-with-salad-sea-fruits_23-2149277989.jpg?_wi=1", imageAlt: "cozy cafe interior warm lighting", }, { @@ -93,11 +93,11 @@ export default function LandingPage() { handle: "@kiml", testimonial: "Consistently great food and very welcoming atmosphere.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg?_wi=1", imageAlt: "cozy cafe interior warm lighting", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/indoor-with-elegant-wooden-dining-table-chairs_116348-100.jpg" + imageSrc="http://img.b2bpic.net/free-photo/indoor-with-elegant-wooden-dining-table-chairs_116348-100.jpg?_wi=2" imageAlt="cozy cafe interior warm lighting" avatars={[ { @@ -192,7 +192,7 @@ export default function LandingPage() { role: "Regular", company: "Tacoma Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg?_wi=2", }, { id: "2", @@ -200,7 +200,7 @@ export default function LandingPage() { role: "Night Owl", company: "Local Business", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5061.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5061.jpg?_wi=2", }, { id: "3", @@ -208,7 +208,7 @@ export default function LandingPage() { role: "Student", company: "University", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/foodie-taking-photo-bowl-with-salad-sea-fruits_23-2149277989.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/foodie-taking-photo-bowl-with-salad-sea-fruits_23-2149277989.jpg?_wi=2", }, { id: "4", @@ -216,7 +216,7 @@ export default function LandingPage() { role: "Teacher", company: "Tacoma School", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg?_wi=2", }, { id: "5", -- 2.49.1