Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-04 16:12:39 +00:00

View File

@@ -152,27 +152,27 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Priya Sharma", handle: "@priyasharma92", testimonial: "The parottas here are absolutely authentic! Exactly like what I had in Tamil Nadu. The service is quick even during peak hours. Highly recommended!", 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=1", imageAlt: "Priya Sharma"
},
{
id: "2", name: "Rajesh Kumar", handle: "@rajeshkumar_hy", testimonial: "Best Ambur biryani in Hyderabad. Fresh ingredients and authentic preparation. Worth every penny. We visit every weekend now.", 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=2", imageAlt: "Rajesh Kumar"
},
{
id: "3", name: "Anjali Nair", handle: "@anjalinair", testimonial: "Love the family-friendly atmosphere and the free parking. Food is delicious and prepared fresh. Perfect for weekend dinners!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Anjali Nair"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Anjali Nair"
},
{
id: "4", name: "Vikram Patel", handle: "@vikrampatel", testimonial: "Open till midnight - perfect for late-night cravings! The chicken 65 is crispy and flavorful. Definitely coming back soon.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Vikram Patel"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Vikram Patel"
},
{
id: "5", name: "Neha Gupta", handle: "@nehagupta_food", testimonial: "The filter coffee here is as good as the food! Great ambience, authentic flavors, and caring staff. Five stars all the way!", 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=5", imageAlt: "Neha Gupta"
},
{
id: "6", name: "Arun Menon", handle: "@arunmenon_hy", testimonial: "Been a regular for 6 months now. Never disappointed. The quality is consistent and the team is friendly. This is our go-to place!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Arun Menon"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Arun Menon"
}
]}
showRating={true}