Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-03-20 04:43:22 +00:00

View File

@@ -106,7 +106,7 @@ export default function LandingPage() {
<div id="testimonial" data-section="testimonial">
<TestimonialCardFifteen
testimonial="Bel Posto is my go-to cafe for morning meetings. The ambiance is perfect, the coffee is exceptional, and the service is always welcoming. Highly recommended!"
rating={5}
rating={4.5}
author="Rajesh Kumar"
avatars={[
{
@@ -250,4 +250,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}