From 86c6f4109d06305c054eb25cf825c591ab28bdc6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:10:03 +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 56ffcd3..e04ea7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,17 +107,17 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Priya Sharma", handle: "@priyalovescoffee", testimonial: "The best rooftop cafe in Delhi! The ambiance is magical, coffee is exceptional, and the city views are breathtaking. Highly recommend for special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman_23-2148137687.jpg", imageAlt: "Priya Sharma"}, + id: "1", name: "Priya Sharma", handle: "@priyalovescoffee", testimonial: "The best rooftop cafe in Delhi! The ambiance is magical, coffee is exceptional, and the city views are breathtaking. Highly recommend for special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman_23-2148137687.jpg?_wi=1", imageAlt: "Priya Sharma"}, { - id: "2", name: "Arjun Kapoor", handle: "@arjunexplores", testimonial: "Perfect spot for work meetings or catching up with friends. The botanical decor is stunning and the service is impeccable. Worth every rupee!", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg", imageAlt: "Arjun Kapoor"}, + id: "2", name: "Arjun Kapoor", handle: "@arjunexplores", testimonial: "Perfect spot for work meetings or catching up with friends. The botanical decor is stunning and the service is impeccable. Worth every rupee!", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg?_wi=1", imageAlt: "Arjun Kapoor"}, { id: "3", name: "Maya Patel", handle: "@mayaeats", testimonial: "Eden Cafe has become my go-to place. The food is delicious, the staff is friendly, and staying open till 3 AM is a game-changer for night owls like me.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Maya Patel"}, { id: "4", name: "Rohan Singh", handle: "@rohancity", testimonial: "An absolute gem! The views during sunset are unreal, and the specialty coffee drinks are crafted to perfection. This is my new favorite hangout spot.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-confident-man-with-beard-looking-empty-space-smiling-standing-blue-ba_1258-172109.jpg", imageAlt: "Rohan Singh"}, { - id: "5", name: "Sneha Verma", handle: "@snehavibes", testimonial: "Every visit feels like a celebration. The botanical theme, natural wood furniture, and open-air design create an atmosphere you can't find elsewhere in Delhi.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman_23-2148137687.jpg", imageAlt: "Sneha Verma"}, + id: "5", name: "Sneha Verma", handle: "@snehavibes", testimonial: "Every visit feels like a celebration. The botanical theme, natural wood furniture, and open-air design create an atmosphere you can't find elsewhere in Delhi.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman_23-2148137687.jpg?_wi=2", imageAlt: "Sneha Verma"}, { - id: "6", name: "Vikram Gupta", handle: "@vikramfoodie", testimonial: "Exceeded my expectations in every way. Reservations were easy, the ambiance was perfect, and the menu offered great variety. Will definitely be back!", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg", imageAlt: "Vikram Gupta"}, + id: "6", name: "Vikram Gupta", handle: "@vikramfoodie", testimonial: "Exceeded my expectations in every way. Reservations were easy, the ambiance was perfect, and the menu offered great variety. Will definitely be back!", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg?_wi=2", imageAlt: "Vikram Gupta"}, ]} speed={40} /> -- 2.49.1