From e56c7cc429265ed6ad3e1c56c0a627fb0aa9ceee Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 00:45:42 +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 20f1f45..d0a48ea 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.", title: "The best flat white in downtown. Truly a gem on Broad Street!", date: "2 days ago", avatarSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=100&h=100" }, - { id: "2", name: "Robert D.", title: "Perfect spot for morning meetings. The pastries are always fresh.", date: "1 week ago", avatarSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=100&h=100" }, - { id: "3", name: "Sarah L.", title: "Love the atmosphere, the staff is always so welcoming and kind.", date: "2 weeks ago", avatarSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=100&h=100" } + { id: "1", name: "Jessica M.", quote: "The best flat white in downtown. Truly a gem on Broad Street!", date: "2 days ago", avatarSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=100&h=100" }, + { id: "2", name: "Robert D.", quote: "Perfect spot for morning meetings. The pastries are always fresh.", date: "1 week ago", avatarSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=100&h=100" }, + { id: "3", name: "Sarah L.", quote: "Love the atmosphere, the staff is always so welcoming and kind.", date: "2 weeks ago", avatarSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=100&h=100" } ]} />