diff --git a/src/app/page.tsx b/src/app/page.tsx index 4238f03..bfcce7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,11 +82,11 @@ export default function LandingPage() { title="What Our Guests Say" description="Authentic feedback from our community in Patna." testimonials={[ - { id: "t1", name: "Rajesh K.", role: "Diner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg" }, - { id: "t2", name: "Anita S.", role: "Parent", company: "Birthday Host", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg" }, - { id: "t3", name: "Vikram P.", role: "Corporate", company: "Event Planner", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg" }, - { id: "t4", name: "Sunita M.", role: "Diner", company: "Foodie", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg" }, - { id: "t5", name: "Amit R.", role: "Diner", company: "Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg" } + { id: "t1", name: "Rajesh K.", role: "Diner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg?_wi=1" }, + { id: "t2", name: "Anita S.", role: "Parent", company: "Birthday Host", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg?_wi=2" }, + { id: "t3", name: "Vikram P.", role: "Corporate", company: "Event Planner", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg?_wi=3" }, + { id: "t4", name: "Sunita M.", role: "Diner", company: "Foodie", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg?_wi=4" }, + { id: "t5", name: "Amit R.", role: "Diner", company: "Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg?_wi=5" } ]} />