From 01f0e998b2d051b09d09af1442d3e826f5397935 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 15:53:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a838da1..3fa48c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,27 +165,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rajesh Kumar", handle: "Highway Traveler", testimonial: "Tasty food, nice ambience, great hospitality. Best stop on NH-58 for refreshments!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg", imageAlt: "Rajesh Kumar" + imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg?_wi=1", imageAlt: "Rajesh Kumar" }, { id: "2", name: "Priya Sharma", handle: "Family Visit", testimonial: "Clean and well-maintained seating. Kids loved the food. Will definitely visit again!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg", imageAlt: "Priya Sharma" + imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg?_wi=2", imageAlt: "Priya Sharma" }, { id: "3", name: "Amit Patel", handle: "Local Resident", testimonial: "Affordable, fresh, and quick service. Highly recommended for families and groups.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg", imageAlt: "Amit Patel" + imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg?_wi=3", imageAlt: "Amit Patel" }, { id: "4", name: "Suresh Singh", handle: "Truck Driver", testimonial: "Perfect spot for drivers. Clean washrooms, good food, and friendly staff. Worth the stop!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg", imageAlt: "Suresh Singh" + imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg?_wi=4", imageAlt: "Suresh Singh" }, { id: "5", name: "Meena Verma", handle: "Group Organizer", testimonial: "Hosted our office group outing here. The owner personally ensured everything was perfect!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg", imageAlt: "Meena Verma" + imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg?_wi=5", imageAlt: "Meena Verma" }, { id: "6", name: "Vikram Yadav", handle: "Regular Customer", testimonial: "Consistent quality, hygiene standards, and personal attention from the owner. Highly trustworthy!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg", imageAlt: "Vikram Yadav" + imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg?_wi=6", imageAlt: "Vikram Yadav" } ]} showRating={true} @@ -201,7 +201,7 @@ export default function LandingPage() { description="Akshya Patra is built on a simple promise: serve travelers and families with clean, tasty, and affordable food. Our owner personally oversees every meal, ensuring consistency in quality and hospitality. We believe in treating guests like family—because on the highway, trust matters most." tag="❤️ Owner-Led Service" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg?_wi=7" imageAlt="Restaurant owner personal service" useInvertedBackground={false} buttons={[ -- 2.49.1