Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-05 17:04:34 +00:00

View File

@@ -114,27 +114,27 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Priya Sharma", handle: "@priya_loves_food", testimonial: "The best Indian food I've had outside India! The butter chicken is absolutely divine, and the service is impeccable. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Priya Sharma"
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=1", imageAlt: "Priya Sharma"
},
{
id: "2", name: "Rajesh Patel", handle: "@rajesh_food_critic", testimonial: "Authentic flavors, generous portions, and a cozy ambiance. Their tandoori chicken is a must-try. Worth every penny!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Rajesh Patel"
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=2", imageAlt: "Rajesh Patel"
},
{
id: "3", name: "Sarah Chen", handle: "@sarah_explores", testimonial: "Their Chinese dishes are as good as the Indian ones! The chow mein is perfectly cooked, and the flavors are incredible.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Sarah Chen"
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=3", imageAlt: "Sarah Chen"
},
{
id: "4", name: "Marco Rossi", handle: "@marco_dining", testimonial: "A fantastic fusion of Indian and Asian cuisines. The staff is welcoming, and every dish is prepared with love and expertise.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Marco Rossi"
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=4", imageAlt: "Marco Rossi"
},
{
id: "5", name: "Ananya Gupta", handle: "@ananya_foodie", testimonial: "Finally found a restaurant that understands authentic Indian cooking! The spice levels are perfect, and the vegetarian options are amazing.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Ananya Gupta"
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=5", imageAlt: "Ananya Gupta"
},
{
id: "6", name: "David Kumar", handle: "@david_taste", testimonial: "From appetizers to desserts, everything is delicious. The paneer tikka and hakka noodles are my go-to orders. Worth the visit!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "David Kumar"
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=6", imageAlt: "David Kumar"
}
]}
showRating={true}