From 75ede17d1d9aefd3471a851801699cda4699bd01 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:23:43 +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 eb347a4..0fe7088 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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.", quote: "The best brisket in Chennai. Hands down.", role: "Foodie", rating: 5 }, - { id: "t2", name: "Sneha K.", quote: "The pulled pork platter is a game changer!", role: "Regular", rating: 5 }, - { id: "t3", name: "Vikram S.", quote: "Great atmosphere and even better service.", role: "Local", rating: 5 } + { 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 } ]} /> -- 2.49.1