Switch to version 2: modified src/app/page.tsx

This commit is contained in:
2026-04-06 00:47:52 +00:00
parent 27f10b2f48
commit f06a7581fd

View File

@@ -88,9 +88,8 @@ export default function BroadStreetCafePage() {
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{ 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" }
{ 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" }
]}
/>
</div>
@@ -116,4 +115,4 @@ export default function BroadStreetCafePage() {
</ReactLenis>
</ThemeProvider>
);
}
}