From 6eda9b3307c9969091d2444ffb8407657feecb7e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:35:07 +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 34858f7..22b7289 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,7 +158,7 @@ export default function LandingPage() { id: "2", name: "Rajesh Kumar", handle: "Family Visitor", testimonial: "Best North Indian food in Wagholi! The paneer butter masala and biryani are outstanding. Affordable prices and perfect ambiance.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg", imageAlt: "Rajesh Kumar" }, { - id: "3", name: "Sneha Desai", handle: "Event Organizer", testimonial: "Organized a corporate team lunch here. The staff was incredibly accommodating, food was delicious, and the garden setting impressed everyone.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sneha Desai" + id: "3", name: "Sneha Desai", handle: "Event Organizer", testimonial: "Organized a corporate team lunch here. The staff was incredibly accommodating, food was delicious, and the garden setting impressed everyone.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sneha Desai" }, { id: "4", name: "Arun Patel", handle: "Regular Customer", testimonial: "We come here every weekend. The food quality is consistent, service is prompt, and it's perfect for families with kids. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg", imageAlt: "Arun Patel" @@ -167,7 +167,7 @@ export default function LandingPage() { id: "5", name: "Neha Gupta", handle: "Highway Traveler", testimonial: "Found this gem on a road trip. The freshly made North Indian dishes and welcoming vibe made us want to return immediately.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Neha Gupta" }, { - id: "6", name: "Vikram Singh", handle: "Anniversary Celebration", testimonial: "Perfect place for a special dinner. Intimate garden corner, delicious food, and warm hospitality. Memorable evening with my wife!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Vikram Singh" + id: "6", name: "Vikram Singh", handle: "Anniversary Celebration", testimonial: "Perfect place for a special dinner. Intimate garden corner, delicious food, and warm hospitality. Memorable evening with my wife!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Vikram Singh" } ]} speed={40} -- 2.49.1