diff --git a/src/app/page.tsx b/src/app/page.tsx index d80b69e..8bc0fb1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,11 +45,11 @@ export default function LandingPage() { title="Authentic Flavors of India at Dabas" description="Experience the rich heritage and traditional spices of India served with warmth in every plate." testimonials={[ - { name: "Ananya Sharma", handle: "@ananya_s", testimonial: "The best butter chicken I have ever had. Tastes just like home!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" }, - { name: "Rajiv Mehta", handle: "@rajivm", testimonial: "A truly authentic Indian culinary experience. Great atmosphere.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-food-dinner_52683-94472.jpg" }, - { name: "Elena Rodriguez", handle: "@elena_rod", testimonial: "The spices were perfectly balanced. Highly recommend the biryani.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg" }, - { name: "Liam Connor", handle: "@liamc", testimonial: "Amazing service and even better food. My new favorite spot.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-man-holding-wooden-board-with-yellow-pepper-zucchini-knife_114579-30643.jpg" }, - { name: "Priya Singh", handle: "@priyas", testimonial: "An unforgettable dining experience that feels like a family gathering.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-showing-menu-card-female-customer-sitting-restaurant_23-2147936254.jpg" } + { name: "Ananya Sharma", handle: "@ananya_s", testimonial: "The best butter chicken I have ever had. Tastes just like home!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1" }, + { name: "Rajiv Mehta", handle: "@rajivm", testimonial: "A truly authentic Indian culinary experience. Great atmosphere.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-food-dinner_52683-94472.jpg?_wi=1" }, + { name: "Elena Rodriguez", handle: "@elena_rod", testimonial: "The spices were perfectly balanced. Highly recommend the biryani.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg?_wi=1" }, + { name: "Liam Connor", handle: "@liamc", testimonial: "Amazing service and even better food. My new favorite spot.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-man-holding-wooden-board-with-yellow-pepper-zucchini-knife_114579-30643.jpg?_wi=1" }, + { name: "Priya Singh", handle: "@priyas", testimonial: "An unforgettable dining experience that feels like a family gathering.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-showing-menu-card-female-customer-sitting-restaurant_23-2147936254.jpg?_wi=1" } ]} imageSrc="http://img.b2bpic.net/free-photo/arab-restaurant_23-2147794218.jpg" avatars={[ @@ -130,11 +130,11 @@ export default function LandingPage() {