From fa93cd3a8ebb9936cbf0583e1cafcfa6a8fffbb0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:17:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a893bfe..f0a7192 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -174,10 +174,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Best Late-Night Biryani in Hyderabad!", quote: "The fiery biryani at The Last Bite is absolutely incredible! The orange-red spices are perfectly balanced, and the fact that they're open until 2 AM makes it my go-to spot after midnight cravings hit. Highly recommended!", name: "Arjun Sharma", role: "Food Blogger", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop", imageAlt: "Arjun Sharma testimonial" + id: "1", title: "Best Late-Night Biryani in Hyderabad!", quote: "The fiery biryani at The Last Bite is absolutely incredible! The orange-red spices are perfectly balanced, and the fact that they're open until 2 AM makes it my go-to spot after midnight cravings hit. Highly recommended!", name: "Arjun Sharma", role: "Food Blogger", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop&_wi=1", imageAlt: "Arjun Sharma testimonial" }, { - id: "2", title: "Perfect for Our Late-Night Hangouts", quote: "Me and my friends discovered The Last Bite last month and we've been going back every weekend. The tandoori platters are to die for, the ambiance is vibrant, and the service is exceptional even at 1 AM. This is THE spot!", name: "Priya Desai", role: "College Student", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop", imageAlt: "Priya Desai testimonial" + id: "2", title: "Perfect for Our Late-Night Hangouts", quote: "Me and my friends discovered The Last Bite last month and we've been going back every weekend. The tandoori platters are to die for, the ambiance is vibrant, and the service is exceptional even at 1 AM. This is THE spot!", name: "Priya Desai", role: "College Student", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop&_wi=1", imageAlt: "Priya Desai testimonial" }, { id: "3", title: "Authentic Flavors, Bold Spices", quote: "What sets The Last Bite apart is the authenticity and boldness in their flavors. The fiery spice blend is not just for show—it's perfectly executed. Every dish is a masterpiece. This is fine dining meets late-night casual!", name: "Rajesh Patel", role: "Restaurant Critic", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&h=150&fit=crop", imageAlt: "Rajesh Patel testimonial" @@ -186,10 +186,10 @@ export default function LandingPage() { id: "4", title: "Amazing Food & Unforgettable Experience", quote: "Celebrated my promotion at The Last Bite and it was perfect! The ambiance with those gorgeous orange-red lights, the fiery dishes, and the energy at midnight made it truly memorable. The staff went above and beyond!", name: "Neha Singh", role: "Marketing Executive", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop", imageAlt: "Neha Singh testimonial" }, { - id: "5", title: "Open Till 2 AM - LEGEND STATUS", quote: "Finally, a restaurant that understands the night owl crowd! The Last Bite is my new favorite. Whether it's midnight cravings or a 1 AM celebration, they deliver exceptional food and service every single time. Absolute gem!", name: "Vikram Reddy", role: "Night Shift Professional", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop", imageAlt: "Vikram Reddy testimonial" + id: "5", title: "Open Till 2 AM - LEGEND STATUS", quote: "Finally, a restaurant that understands the night owl crowd! The Last Bite is my new favorite. Whether it's midnight cravings or a 1 AM celebration, they deliver exceptional food and service every single time. Absolute gem!", name: "Vikram Reddy", role: "Night Shift Professional", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop&_wi=2", imageAlt: "Vikram Reddy testimonial" }, { - id: "6", title: "Best Tandoori Experience Ever", quote: "The tandoori specialties at The Last Bite are simply outstanding. The charring, the marinade, the presentation—everything is perfection. Combined with the vibrant restaurant atmosphere, it's an experience I keep coming back for!", name: "Anjali Kapoor", role: "Hospitality Manager", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop", imageAlt: "Anjali Kapoor testimonial" + id: "6", title: "Best Tandoori Experience Ever", quote: "The tandoori specialties at The Last Bite are simply outstanding. The charring, the marinade, the presentation—everything is perfection. Combined with the vibrant restaurant atmosphere, it's an experience I keep coming back for!", name: "Anjali Kapoor", role: "Hospitality Manager", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop&_wi=2", imageAlt: "Anjali Kapoor testimonial" } ]} />