Update src/app/page.tsx

This commit is contained in:
2026-05-02 08:25:24 +00:00
parent 199838e192
commit 2b27971477

View File

@@ -117,9 +117,9 @@ export default function LandingPage() {
description="Authentic flavors that keep customers coming back for more."
showRating={true}
testimonials={[
{ id: "t1", title: "Incredible Experience", quote: "The best brisket in Chennai. Hands down.", name: "Ravi P.", role: "Foodie", rating: 5 },
{ id: "t2", title: "Game Changer", quote: "The pulled pork platter is a game changer!", name: "Sneha K.", role: "Regular", rating: 5 },
{ id: "t3", title: "Wonderful Service", quote: "Great atmosphere and even better service.", name: "Vikram S.", role: "Local", rating: 5 }
{ id: "t1", testimonial: "The best brisket in Chennai. Hands down.", name: "Ravi P.", handle: "@ravip", rating: 5 },
{ id: "t2", testimonial: "The pulled pork platter is a game changer!", name: "Sneha K.", handle: "@snehak", rating: 5 },
{ id: "t3", testimonial: "Great atmosphere and even better service.", name: "Vikram S.", handle: "@vikrams", rating: 5 }
]}
/>
</div>