Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f06a7581fd | |||
| 27f10b2f48 | |||
| e3c657e06e | |||
| 44d907615a | |||
| 6fd077fd6e | |||
| 60807be6f2 | |||
| 560d7c0442 | |||
| 0ca9c44213 | |||
| 431647ae54 | |||
| c4b662acc8 | |||
| 0a727f8d01 | |||
| ef7c2de299 | |||
| c0d3c8f547 |
@@ -88,9 +88,8 @@ export default function BroadStreetCafePage() {
|
|||||||
cardAnimation="slide-up"
|
cardAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
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: "1", name: "Jessica M.", imageSrc: "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: "2", name: "Robert D.", imageSrc: "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>
|
</div>
|
||||||
@@ -116,4 +115,4 @@ export default function BroadStreetCafePage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user