From 65873f6a41023696a95ba84eaf073297d4e714cd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 15:31:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ba5050..2a22b7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,7 +153,7 @@ export default function LandingPage() { { id: "4", name: "David L.", role: "Food Blogger", testimonial: "I'm a keen observer of local eateries, and Blumenhaus Wiedikon consistently impresses. Their seasonal specials are a culinary delight.", imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun_23-2149833018.jpg", imageAlt: "couple laughing cafe table"}, { - id: "5", name: "Olivia P.", role: "Student", testimonial: "Great coffee at reasonable prices, plus a super cozy vibe perfect for studying or catching up with friends. This place is my go-to!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-colleagues-hugging_23-2149097886.jpg", alt: "person holding latte art"}, + id: "5", name: "Olivia P.", role: "Student", testimonial: "Great coffee at reasonable prices, plus a super cozy vibe perfect for studying or catching up with friends. This place is my go-to!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-colleagues-hugging_23-2149097886.jpg", imageAlt: "person holding latte art"}, ]} title="What Our Guests Say About Blumenhaus" description="Don't just take our word for it—read the delightful experiences shared by our cherished customers who make our coffee shop truly special." -- 2.49.1