From 7b80af5987cf6820d41f7b2d04e773bd8c96834f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:50:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ddc180..5877dae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -206,17 +206,17 @@ export default function LandingPage() { topMarqueeDirection="left" testimonials={[ { - id: "1", name: "Narendra Kumar", handle: "Local Guide", testimonial: "Romeo Lane is a restaurant cum mini bar with an amazing ambience. The food was absolutely delicious and well presented. The live music was a pleasant surprise.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Narendra Kumar"}, + id: "1", name: "Narendra Kumar", handle: "Local Guide", testimonial: "Romeo Lane is a restaurant cum mini bar with an amazing ambience. The food was absolutely delicious and well presented. The live music was a pleasant surprise.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "Narendra Kumar"}, { id: "2", name: "Shubham Anil Sharma", handle: "Food Enthusiast", testimonial: "The place has a nice ambience, lively music, and a great vibe. The food was delicious, especially the starters which were full of flavor and nicely served.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Shubham Anil Sharma"}, { - id: "3", name: "Sheena Khan", handle: "Lifestyle Blogger", testimonial: "Superb food, top-notch service, and an ambiance perfect for Instagram. The vibes are really awesome and upbeat. Good place to chill with friends and family.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sheena Khan"}, + id: "3", name: "Sheena Khan", handle: "Lifestyle Blogger", testimonial: "Superb food, top-notch service, and an ambiance perfect for Instagram. The vibes are really awesome and upbeat. Good place to chill with friends and family.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sheena Khan"}, { - id: "4", name: "Priya Sharma", handle: "Party Organizer", testimonial: "Perfect venue for celebrations and gatherings. The staff is well-behaved and professional. Great service and amazing food quality throughout our event.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Priya Sharma"}, + id: "4", name: "Priya Sharma", handle: "Party Organizer", testimonial: "Perfect venue for celebrations and gatherings. The staff is well-behaved and professional. Great service and amazing food quality throughout our event.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Priya Sharma"}, { - id: "5", name: "Rajesh Verma", handle: "Regular Guest", testimonial: "Consistently excellent food and service. The attention to hospitality details is remarkable. Always look forward to my visits to Romeo Lane.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Rajesh Verma"}, + id: "5", name: "Rajesh Verma", handle: "Regular Guest", testimonial: "Consistently excellent food and service. The attention to hospitality details is remarkable. Always look forward to my visits to Romeo Lane.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "Rajesh Verma"}, { - id: "6", name: "Ananya Singh", handle: "Event Planner", testimonial: "Outstanding bar and grill with diverse menu options. The cocktails are expertly crafted and the ambiance is perfect for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Ananya Singh"}, + id: "6", name: "Ananya Singh", handle: "Event Planner", testimonial: "Outstanding bar and grill with diverse menu options. The cocktails are expertly crafted and the ambiance is perfect for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Ananya Singh"}, ]} /> -- 2.49.1