diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f2991d..bf97a52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 } ]} />