From cfd63e546a9bf260fee23ae5fd0d64b9135146c2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:13:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1351350..5f33329 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,7 +132,7 @@ export default function HomePage() { title="Why Choose Oxford Bar & Family Restaurant?" description="We're committed to delivering exceptional dining experiences that go beyond just great food." tag="Our Promise" - imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1" imageAlt="Restaurant interior and dining area" mediaAnimation="slide-up" mediaPosition="left" @@ -171,27 +171,27 @@ export default function HomePage() { { id: "1", name: "Rajesh Kumar", handle: "@rajesh_k", testimonial: "Good service, specially staff behaviour is very nice. The food quality is excellent and authentic. Would definitely recommend to friends and family!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Rajesh Kumar"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=1", imageAlt: "Rajesh Kumar"}, { id: "2", name: "Priya Sharma", handle: "@priya_sharma", testimonial: "Very familiar bar and restaurant, staff behaviour is nice. A comfortable place to hang out with family. Great value for money!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Priya Sharma"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=2", imageAlt: "Priya Sharma"}, { id: "3", name: "Amit Patel", handle: "@amit_patel", testimonial: "The butter chicken here is absolutely delicious. Fresh ingredients and authentic taste. Staff is courteous and the atmosphere is very welcoming.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Amit Patel"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Amit Patel"}, { id: "4", name: "Neha Singh", handle: "@neha_singh", testimonial: "Perfect spot for family dinners. The service is quick, food is tasty, and prices are reasonable. We visit frequently!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Neha Singh"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=3", imageAlt: "Neha Singh"}, { id: "5", name: "Vikram Rao", handle: "@vikram_rao", testimonial: "Excellent bar selection and great food options. The staff made us feel special on our anniversary. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Vikram Rao"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Vikram Rao"}, { id: "6", name: "Anjali Verma", handle: "@anjali_verma", testimonial: "A gem in Shahganj! Authentic flavors, clean ambiance, and friendly people. Always my first choice for dining out.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Anjali Verma"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=4", imageAlt: "Anjali Verma"}, ]} /> @@ -211,7 +211,7 @@ export default function HomePage() {