From e2ddbb5b19d034475272796306ff56f2eb5b9ba9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:56:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b00a6a..af21c84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,13 +59,13 @@ export default function MamaHotelsPage() { testimonials={[ { name: "Rajesh Kumar", handle: "Traveler", testimonial: "Best authentic Rajasthani food on the highway! Family-friendly and affordable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1"}, { name: "Priya Sharma", handle: "Family", testimonial: "We stop here every time we visit Nathdwara. The hospitality is unmatched!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1"}, { name: "Amit Patel", handle: "Regular Customer", testimonial: "Fresh, hygienic food with authentic flavors. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-taking-selfie_23-2148972785.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-taking-selfie_23-2148972785.jpg?_wi=1"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -158,13 +158,13 @@ export default function MamaHotelsPage() { testimonials={[ { id: "1", name: "Rajesh Kumar", handle: "@rajesh_travels", testimonial: "Best authentic Rajasthani food on NH-58! Every dish is prepared with love and care. The hospitality is exceptional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2"}, { id: "2", name: "Priya Sharma", handle: "@priya_family", testimonial: "Perfect place for family dining. The food is fresh, affordable, and absolutely delicious. We visit every month!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2"}, { id: "3", name: "Amit Patel", handle: "@amit_regular", testimonial: "Consistent quality, authentic flavors, and genuine hospitality. This is why MAMA HOTELS is our favorite restaurant.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-taking-selfie_23-2148972785.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-taking-selfie_23-2148972785.jpg?_wi=2"}, { id: "4", name: "Neha Desai", handle: "@neha_foodie", testimonial: "Hygienic preparation, traditional recipes, and warm service. Highly recommended for anyone visiting Nathdwara!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-boarding-pass-checking-his-mobile-phone_107420-95787.jpg"}, -- 2.49.1