Update src/app/page.tsx

This commit is contained in:
2026-05-02 08:24:15 +00:00
parent 75ede17d1d
commit 337734d03c

View File

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