From 2b27971477cf019a85cbb0cd6d717cc4ba1cf41a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:25:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } ]} /> -- 2.49.1