From c7f1bbbcd892ab0aafec86c00689713d5d3a4e7a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 07:48:11 +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 f50bbf1..974d20f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,9 +119,9 @@ export default function LandingPage() { { id: "2", name: "Mark D.", role: "Foodie", testimonial: "The cheese toastie with that honey-salt combo is literally life changing.", imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-tablet-making-order-coffee-shop_1303-29494.jpg"}, { - id: "3", name: "Emily R.", role: "Commuter", testimonial: "Quick, delicious, and the vibe is always on point.", imageSrc: "http://img.b2bpic.net/free-photo/man-smartphone-coffee-phone-cafe_1303-1400.jpg"}, + id: "3", name: "Emily R.", role: "Commuter", testimonial: "Quick, delicious, and the vibe is always on point.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNrC43KPEmPWd5yo1BdJUtWT1J/uploaded-1776239272215-x2vnv9wf.jpg"}, { - id: "4", name: "Tom B.", role: "Local", testimonial: "The Stunned Mullet is the best caffeine hit you can get.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-smartphone_23-2149104421.jpg"}, + id: "4", name: "Tom B.", role: "Local", testimonial: "The Stunned Mullet is the best caffeine hit you can get.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNrC43KPEmPWd5yo1BdJUtWT1J/uploaded-1776239287204-wh34if1h.jpg"}, { id: "5", name: "Jade P.", role: "Visitor", testimonial: "Found this hidden gem by accident and now I'm hooked.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNrC43KPEmPWd5yo1BdJUtWT1J/uploaded-1776239238404-rda8olyh.jpg"}, ]}