diff --git a/src/app/page.tsx b/src/app/page.tsx index f00b4b1..59e4ef7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,11 +105,11 @@ export default function LandingPage() { tagIcon={ChefHat} products={[ { - id: "north-indian-1", name: "Paneer Tikka Masala", price: "₹450", variant: "North Indian Special", imageSrc: "http://img.b2bpic.net/free-photo/side-view-multi-colored-meatballs-with-tomato-sauces-green-onions_140725-13961.jpg", imageAlt: "Paneer Tikka Masala - creamy tomato-based gravy with cottage cheese"}, + id: "north-indian-1", name: "Paneer Tikka Masala", price: "₹450", variant: "North Indian Special", imageSrc: "http://img.b2bpic.net/free-photo/side-view-multi-colored-meatballs-with-tomato-sauces-green-onions_140725-13961.jpg?_wi=1", imageAlt: "Paneer Tikka Masala - creamy tomato-based gravy with cottage cheese"}, { - id: "north-indian-2", name: "Butter Chicken", price: "₹480", variant: "North Indian Classic", imageSrc: "http://img.b2bpic.net/free-photo/side-view-multi-colored-meatballs-with-tomato-sauces-green-onions_140725-13961.jpg", imageAlt: "Butter Chicken - tender chicken in rich cream sauce"}, + id: "north-indian-2", name: "Butter Chicken", price: "₹480", variant: "North Indian Classic", imageSrc: "http://img.b2bpic.net/free-photo/side-view-multi-colored-meatballs-with-tomato-sauces-green-onions_140725-13961.jpg?_wi=2", imageAlt: "Butter Chicken - tender chicken in rich cream sauce"}, { - id: "north-indian-3", name: "Dal Makhani", price: "₹320", variant: "North Indian Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/side-view-multi-colored-meatballs-with-tomato-sauces-green-onions_140725-13961.jpg", imageAlt: "Dal Makhani - creamy lentil delicacy"}, + id: "north-indian-3", name: "Dal Makhani", price: "₹320", variant: "North Indian Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/side-view-multi-colored-meatballs-with-tomato-sauces-green-onions_140725-13961.jpg?_wi=3", imageAlt: "Dal Makhani - creamy lentil delicacy"}, { id: "chinese-1", name: "Hakka Noodles", price: "₹280", variant: "Chinese Specialty", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-asian-stir-fried-noodles-with-beef-peppers-onions-bowl_141793-2941.jpg", imageAlt: "Hakka Noodles - stir-fried with vegetables and sauce"}, { @@ -165,22 +165,22 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rajesh Kumar", handle: "@rajesh_k", testimonial: "One of the most popular restaurants in Hajipur! The food quality is exceptional and the staff is incredibly courteous. Perfect place for family dinners.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Rajesh Kumar"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Rajesh Kumar"}, { id: "2", name: "Priya Sharma", handle: "@priya_dining", testimonial: "Celebrated my birthday here and it was absolutely wonderful. The spacious hall, great food, and excellent management made it unforgettable!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Priya Sharma"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Priya Sharma"}, { id: "3", name: "Amit Patel", handle: "@amit_food", testimonial: "Prime location, ample parking, and well-behaved staff. The ambiance is elegant and the food is authentic. Highly recommended!", 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=3", imageAlt: "Amit Patel"}, { id: "4", name: "Neha Gupta", handle: "@neha_celebrations", testimonial: "Hosted my engagement here and couldn't have asked for better service. The banquet hall is spacious and the entire experience was premium.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Neha Gupta"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Neha Gupta"}, { id: "5", name: "Vikram Singh", handle: "@vikram_dining", testimonial: "The North Indian and Tandoori dishes are absolutely delicious! The infrastructure is spacious and perfect for group hangouts with friends.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Vikram Singh"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Vikram Singh"}, { id: "6", name: "Anjali Verma", handle: "@anjali_taste", testimonial: "Best restaurant in the locality! Excellent for family dining. The staff management is superb and food quality is consistently great.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Anjali Verma"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Anjali Verma"}, ]} />