From 83d1555fc007543b7f131d8223e3b7b49528c832 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 15:30:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4d66cc..b16e9e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,7 +130,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Zurich Bean Collective", "Swiss Pastry Guild", "Wiedikon Daily", "Organic Farm Swiss", "Zurich Eatery", "Milkman AG", "Sweet Delights Co."]} + "Zurich Bean Collective", "Swiss Pastry Guild", "Wiedikon Daily", "Organic Farm Swiss", "Zurich Eatery", "Milkman AG", "Sweet Delights Co."} title="Trusted Partners & Community Features" description="We're proud to collaborate with local artisans and have been featured by leading community voices for our commitment to quality." speed={40} @@ -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", imageAlt: "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", alt: "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." @@ -212,12 +212,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1