5 Commits

Author SHA1 Message Date
d5d431af1e Update src/app/page.tsx 2026-03-20 04:43:18 +00:00
c7a3a4eaf9 Merge version_1 into main
Merge version_1 into main
2026-03-20 04:40:00 +00:00
cb728a732a Merge version_1 into main
Merge version_1 into main
2026-03-20 04:36:30 +00:00
abfcbb4a9b Merge version_1 into main
Merge version_1 into main
2026-03-20 04:36:11 +00:00
671f4a073c Merge version_1 into main
Merge version_1 into main
2026-03-20 04:33:02 +00:00

View File

@@ -106,7 +106,7 @@ export default function LandingPage() {
<div id="testimonial" data-section="testimonial"> <div id="testimonial" data-section="testimonial">
<TestimonialCardFifteen <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!" 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" author="Rajesh Kumar"
avatars={[ avatars={[
{ {
@@ -250,4 +250,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }