From a069ea73ebc56fa39e8d23088f66d8be4c638713 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 00:42:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2991e05..25c9424 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,9 +88,9 @@ export default function BroadStreetCafePage() { cardAnimation="slide-up" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Jessica M.", quote: "The atmosphere is so cozy and the staff are incredibly welcoming. My go-to spot for morning meetings.", tag: "Regular", avatarSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=100&h=100" }, - { id: "2", name: "Robert D.", quote: "You can really taste the freshness in their beans. A hidden gem right on Broad Street.", tag: "Local", avatarSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=100&h=100" }, - { id: "3", name: "Sarah L.", quote: "The almond croissants are life-changing! Perfectly flaky and sweet.", tag: "Pastry Lover", avatarSrc: "https://images.unsplash.com/photo-1544005313-94ddf0286df2?w=100&h=100" } + { id: "1", name: "Jessica M.", role: "Regular", quote: "The atmosphere is so cozy and the staff are incredibly welcoming. My go-to spot for morning meetings.", avatarSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=100&h=100" }, + { id: "2", name: "Robert D.", role: "Local", quote: "You can really taste the freshness in their beans. A hidden gem right on Broad Street.", avatarSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=100&h=100" }, + { id: "3", name: "Sarah L.", role: "Pastry Lover", quote: "The almond croissants are life-changing! Perfectly flaky and sweet.", avatarSrc: "https://images.unsplash.com/photo-1544005313-94ddf0286df2?w=100&h=100" } ]} />