14 Commits

Author SHA1 Message Date
92c9fa9799 Update src/app/page.tsx 2026-04-06 00:47:25 +00:00
03c562cbeb Update src/app/page.tsx 2026-04-06 00:46:51 +00:00
c836c40744 Update src/app/page.tsx 2026-04-06 00:46:16 +00:00
e56c7cc429 Update src/app/page.tsx 2026-04-06 00:45:42 +00:00
fbe3d9b083 Update src/app/page.tsx 2026-04-06 00:45:11 +00:00
87ffff02b2 Update src/app/page.tsx 2026-04-06 00:44:38 +00:00
474e4e7f99 Update src/app/page.tsx 2026-04-06 00:44:00 +00:00
a3621a7d8e Update src/app/page.tsx 2026-04-06 00:43:18 +00:00
a069ea73eb Update src/app/page.tsx 2026-04-06 00:42:46 +00:00
f31d820dcd Update src/app/page.tsx 2026-04-06 00:42:10 +00:00
3d526c4ba4 Update src/app/page.tsx 2026-04-06 00:41:39 +00:00
e07afdb786 Update src/app/page.tsx 2026-04-06 00:41:09 +00:00
5f49c2b371 Merge version_2 into main
Merge version_2 into main
2026-04-06 00:34:14 +00:00
cee68e9693 Merge version_2 into main
Merge version_2 into main
2026-04-06 00:33:42 +00:00

View File

@@ -88,8 +88,9 @@ export default function BroadStreetCafePage() {
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Jessica M.", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=100&h=100" },
{ id: "2", name: "Robert D.", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=100&h=100" }
{ id: "1", title: "Exceptional quality", name: "Jessica M.", date: "2 days ago", avatarSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=100&h=100" },
{ id: "2", title: "Great service", name: "Robert D.", date: "1 week ago", avatarSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=100&h=100" },
{ id: "3", title: "Lovely place", name: "Sarah L.", date: "2 weeks ago", avatarSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=100&h=100" }
]}
/>
</div>
@@ -115,4 +116,4 @@ export default function BroadStreetCafePage() {
</ReactLenis>
</ThemeProvider>
);
}
}