Update src/app/page.tsx

This commit is contained in:
2026-04-06 00:41:39 +00:00
parent e07afdb786
commit 3d526c4ba4

View File

@@ -88,9 +88,9 @@ export default function BroadStreetCafePage() {
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Jessica M.", date: "October 2023", title: "Best coffee in town!", 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.", date: "November 2023", title: "Exceptional quality", 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.", date: "December 2023", title: "Fantastic pastries", 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.", title: "Best coffee in town!", 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.", title: "Exceptional quality", 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.", title: "Fantastic pastries", 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" }
]}
/>
</div>