Update src/app/page.tsx

This commit is contained in:
2026-03-20 04:43:18 +00:00
parent c7a3a4eaf9
commit d5d431af1e

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