From f5714e10ac6c106f958300e87308986781446632 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:24:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9534886..6ef0c26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,13 +145,13 @@ export default function LandingPage() { tagIcon={Star} testimonials={[ { - id: "1", name: "Rajesh Kumar", role: "Business Traveler", testimonial: "Outstanding service and comfortable rooms. The staff made my stay memorable. Highly recommended for business trips to Vijayapura!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Rajesh Kumar"}, + id: "1", name: "Rajesh Kumar", role: "Business Traveler", testimonial: "Outstanding service and comfortable rooms. The staff made my stay memorable. Highly recommended for business trips to Vijayapura!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "Rajesh Kumar"}, { - id: "2", name: "Priya Sharma", role: "Family Vacation", testimonial: "Perfect location for visiting Bijapur. The rooms are spacious, clean, and the hospitality is exceptional. Our kids loved the stay!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Priya Sharma"}, + id: "2", name: "Priya Sharma", role: "Family Vacation", testimonial: "Perfect location for visiting Bijapur. The rooms are spacious, clean, and the hospitality is exceptional. Our kids loved the stay!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "Priya Sharma"}, { - id: "3", name: "Arun Patel", role: "Event Host", testimonial: "We held our wedding reception here and it was perfect. The event team was professional, the venue was beautiful, and the food was delicious.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Arun Patel"}, + id: "3", name: "Arun Patel", role: "Event Host", testimonial: "We held our wedding reception here and it was perfect. The event team was professional, the venue was beautiful, and the food was delicious.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=3", imageAlt: "Arun Patel"}, { - id: "4", name: "Deepika Nair", role: "Tourist", testimonial: "Great hotel for exploring Bijapur. The staff helped us plan our sightseeing itinerary. Clean rooms, friendly service, and value for money.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Deepika Nair"}, + id: "4", name: "Deepika Nair", role: "Tourist", testimonial: "Great hotel for exploring Bijapur. The staff helped us plan our sightseeing itinerary. Clean rooms, friendly service, and value for money.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=4", imageAlt: "Deepika Nair"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1