Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f314e1b92d | |||
| a41d7e39ee | |||
| b0d0ea7022 | |||
| 40f01a7743 | |||
| ed62aa6059 |
@@ -143,7 +143,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Salina Leblanc", role: "Visitor", company: "Ottawa Traveler", rating: 5,
|
||||
id: "1", name: "Salina Leblanc Leblanc", role: "Visitor", company: "Ottawa Traveler", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23102.jpg", imageAlt: "happy cafe customer portrait"},
|
||||
{
|
||||
id: "2", name: "Sarah L", role: "Local Guide", company: "Ottawa Foodie", rating: 5,
|
||||
@@ -162,12 +162,12 @@ export default function LandingPage() {
|
||||
{
|
||||
value: "500+", label: "Reviews"},
|
||||
{
|
||||
value: "4.3", label: "Rating"},
|
||||
value: "5.0", label: "Rating"},
|
||||
{
|
||||
value: "100%", label: "Happiness"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Rated 4.3 stars by over 500 happy coffee lovers."
|
||||
description="Rated 5 stars by over 500 happy coffee lovers."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -198,4 +198,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user