From 432ab21a0a65027a5b2155f5176f31801c07e679 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:32:48 +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 6bddf87..16e08f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,12 +95,12 @@ export default function LandingPage() { tag="Reviews" tagIcon={Star} testimonials={[ - { id: "1", name: "Raj Kumar", role: "HPNLU Student", testimonial: "Great food and lightning-fast service! Best affordable restaurant near HPNLU. Open 24 hours makes it perfect for late-night study sessions.", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-27819.jpg", imageAlt: "Raj Kumar, HPNLU Student" }, - { id: "2", name: "Priya Singh", role: "Traveler", testimonial: "Amazing authentic taste! The quality and portion sizes are unbeatable for the price. Highly recommend to anyone visiting Shimla.", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg", imageAlt: "Priya Singh, Traveler" }, + { id: "1", name: "Raj Kumar", role: "HPNLU Student", testimonial: "Great food and lightning-fast service! Best affordable restaurant near HPNLU. Open 24 hours makes it perfect for late-night study sessions.", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-27819.jpg?_wi=1", imageAlt: "Raj Kumar, HPNLU Student" }, + { id: "2", name: "Priya Singh", role: "Traveler", testimonial: "Amazing authentic taste! The quality and portion sizes are unbeatable for the price. Highly recommend to anyone visiting Shimla.", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg?_wi=1", imageAlt: "Priya Singh, Traveler" }, { id: "3", name: "Vikram Patel", role: "Regular Customer", testimonial: "Convenient location, friendly staff, and delicious food. Open all night is a lifesaver. Best value restaurant in Shimla!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-19853.jpg", imageAlt: "Vikram Patel, Regular Customer" }, { id: "4", name: "Anjali Sharma", role: "Family Guest", testimonial: "Perfect spot for family dinners. Clean ambiance, quick service, and affordable pricing. We visit every weekend now!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-smiling-confident-standing-street_839833-26381.jpg", imageAlt: "Anjali Sharma, Family Guest" }, - { id: "5", name: "Arjun Desai", role: "Corporate Professional", testimonial: "No-contact delivery service is fantastic. Food arrives hot and fresh. Perfect for busy workdays. Highly satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-27819.jpg", imageAlt: "Arjun Desai, Corporate Professional" }, - { id: "6", name: "Meera Gupta", role: "Weekend Visitor", testimonial: "Drive-through option is so convenient! Got my meal without leaving the car. Impressed with the efficiency and quality!", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg", imageAlt: "Meera Gupta, Weekend Visitor" } + { id: "5", name: "Arjun Desai", role: "Corporate Professional", testimonial: "No-contact delivery service is fantastic. Food arrives hot and fresh. Perfect for busy workdays. Highly satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-27819.jpg?_wi=2", imageAlt: "Arjun Desai, Corporate Professional" }, + { id: "6", name: "Meera Gupta", role: "Weekend Visitor", testimonial: "Drive-through option is so convenient! Got my meal without leaving the car. Impressed with the efficiency and quality!", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg?_wi=2", imageAlt: "Meera Gupta, Weekend Visitor" } ]} animationType="slide-up" textboxLayout="default" -- 2.49.1