From 143a7a27ada8f07b07fad9c0fd4d9c03f351816b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:29:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 59e4ef7..aec0939 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -164,10 +164,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Rajesh Kumar", handle: "@rajesh_k", testimonial: "One of the most popular restaurants in Hajipur! The food quality is exceptional and the staff is incredibly courteous. Perfect place for family dinners.", rating: 5, + id: "1", name: "Rajesh Kumar", handle: "@rajesh_k", testimonial: "Ordered the Paneer Tikka Masala last week and it was absolutely delicious! One of the most popular restaurants in Hajipur. The staff is incredibly courteous and perfect for family dinners.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Rajesh Kumar"}, { - id: "2", name: "Priya Sharma", handle: "@priya_dining", testimonial: "Celebrated my birthday here and it was absolutely wonderful. The spacious hall, great food, and excellent management made it unforgettable!", rating: 5, + id: "2", name: "Priya Sharma", handle: "@priya_dining", testimonial: "Celebrated my daughter's 8th birthday here on December 15th and it was absolutely wonderful. The spacious hall, Butter Chicken feast, and excellent management made it unforgettable!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Priya Sharma"}, { id: "3", name: "Amit Patel", handle: "@amit_food", testimonial: "Prime location, ample parking, and well-behaved staff. The ambiance is elegant and the food is authentic. Highly recommended!", rating: 5, -- 2.49.1