Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 92c9fa9799 | |||
| 03c562cbeb | |||
| c836c40744 | |||
| e56c7cc429 | |||
| fbe3d9b083 | |||
| 87ffff02b2 | |||
| 474e4e7f99 | |||
| a3621a7d8e | |||
| a069ea73eb | |||
| f31d820dcd | |||
| 3d526c4ba4 | |||
| e07afdb786 | |||
| 5f49c2b371 | |||
| cee68e9693 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user