4 Commits

Author SHA1 Message Date
a41d7e39ee Update src/app/page.tsx 2026-05-16 20:52:15 +00:00
b0d0ea7022 Merge version_2 into main
Merge version_2 into main
2026-05-16 20:48:43 +00:00
40f01a7743 Update src/app/page.tsx 2026-05-16 20:48:40 +00:00
ed62aa6059 Merge version_1 into main
Merge version_1 into main
2026-05-16 20:45:56 +00:00

View File

@@ -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>
);
}
}