diff --git a/src/app/page.tsx b/src/app/page.tsx index aa67700..6b9f4df 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", title: "The best flat white in downtown. Truly a gem on Broad Street!", name: "Jessica M.", date: "2 days ago", avatarSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=100&h=100" }, - { id: "2", title: "Perfect spot for morning meetings. The pastries are always fresh.", name: "Robert D.", date: "1 week ago", avatarSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=100&h=100" }, - { id: "3", title: "Love the atmosphere, the staff is always so welcoming and kind.", name: "Sarah L.", date: "2 weeks ago", avatarSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=100&h=100" } + { id: "1", quote: "The best flat white in downtown. Truly a gem on Broad Street!", name: "Jessica M.", date: "2 days ago", avatarSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=100&h=100" }, + { id: "2", quote: "Perfect spot for morning meetings. The pastries are always fresh.", name: "Robert D.", date: "1 week ago", avatarSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=100&h=100" }, + { id: "3", quote: "Love the atmosphere, the staff is always so welcoming and kind.", name: "Sarah L.", date: "2 weeks ago", avatarSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=100&h=100" } ]} />