From c344d68ee6a3e9e78feac08c86c000e839c25b56 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:31:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 45162ca..884675d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,22 +122,22 @@ export default function LandingPage() { tagIcon={Star} testimonials={[ { - id: "1", name: "Priya Sharma", role: "Marketing Professional", testimonial: "The best espresso in J.P. Nagar! The atmosphere is so welcoming, and the baristas truly know their craft. I've been coming here for morning meetings for 2 years.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Priya Sharma" + id: "1", name: "Priya Sharma", role: "Marketing Professional", testimonial: "The best espresso in J.P. Nagar! The atmosphere is so welcoming, and the baristas truly know their craft. I've been coming here for morning meetings for 2 years.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Priya Sharma" }, { - id: "2", name: "Rajesh Kumar", role: "Tech Entrepreneur", testimonial: "Perfect spot for freelance work. Reliable wifi, great coffee, and quiet corners. The avocado toast is my go-to lunch. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Rajesh Kumar" + id: "2", name: "Rajesh Kumar", role: "Tech Entrepreneur", testimonial: "Perfect spot for freelance work. Reliable wifi, great coffee, and quiet corners. The avocado toast is my go-to lunch. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Rajesh Kumar" }, { - id: "3", name: "Ananya Desai", role: "Content Creator", testimonial: "The aesthetic of this café is Instagram-worthy and the coffee is genuinely excellent. The owners really care about quality. Worth every rupee!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Ananya Desai" + id: "3", name: "Ananya Desai", role: "Content Creator", testimonial: "The aesthetic of this café is Instagram-worthy and the coffee is genuinely excellent. The owners really care about quality. Worth every rupee!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Ananya Desai" }, { - id: "4", name: "Vikram Patel", role: "Business Consultant", testimonial: "Great environment for client meetings. Professional yet relaxed. The cappuccino is consistently perfect every single time. Best café in the area!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Vikram Patel" + id: "4", name: "Vikram Patel", role: "Business Consultant", testimonial: "Great environment for client meetings. Professional yet relaxed. The cappuccino is consistently perfect every single time. Best café in the area!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Vikram Patel" }, { id: "5", name: "Divya Nair", role: "Designer", testimonial: "Not just coffee—it's an experience. The cold brew is absolutely refreshing on summer days, and the pastries are freshly made. Café family vibes!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Divya Nair" }, { - id: "6", name: "Arjun Singh", role: "Student & Regular", testimonial: "Affordable, quality coffee and great food. The staff remembers your regular order and always greets you warmly. My second home for sure!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Arjun Singh" + id: "6", name: "Arjun Singh", role: "Student & Regular", testimonial: "Affordable, quality coffee and great food. The staff remembers your regular order and always greets you warmly. My second home for sure!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Arjun Singh" }, ]} animationType="slide-up" -- 2.49.1