From 6ffa32b549f24223a3f2d79ce8e87348409b7497 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:09:40 +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 45e62f6..ba3fafb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,19 +142,19 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", title: "A Peaceful Haven in the City", quote: "The moment I walked in, I felt the warmth and care. The cappuccino is phenomenal, and the staff remembers your order. Best café in South Delhi!", name: "Priya Sharma", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Priya Sharma" + id: "1", title: "A Peaceful Haven in the City", quote: "The moment I walked in, I felt the warmth and care. The cappuccino is phenomenal, and the staff remembers your order. Best café in South Delhi!", name: "Priya Sharma", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Priya Sharma" }, { id: "2", title: "Perfect for Remote Work", quote: "The ambiance is calming, the WiFi is fast, and the coffee keeps me going. I've made this my second office. Highly recommended!", name: "Rahul Verma", role: "Freelancer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Rahul Verma" }, { - id: "3", title: "Family Favorite Every Sunday", quote: "We bring our entire family here every weekend. The kids love the sandwiches, my wife adores the cake, and I can't get enough of the coffee. Pure bliss!", name: "Meera Kapoor", role: "Family Visitor", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg", imageAlt: "Meera Kapoor" + id: "3", title: "Family Favorite Every Sunday", quote: "We bring our entire family here every weekend. The kids love the sandwiches, my wife adores the cake, and I can't get enough of the coffee. Pure bliss!", name: "Meera Kapoor", role: "Family Visitor", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg?_wi=1", imageAlt: "Meera Kapoor" }, { - id: "4", title: "Authentic Vegetarian Cuisine", quote: "Being vegetarian, it's hard to find places that truly celebrate plant-based food. This café understands and delivers excellence every single time.", name: "Amit Desai", role: "Health Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Amit Desai" + id: "4", title: "Authentic Vegetarian Cuisine", quote: "Being vegetarian, it's hard to find places that truly celebrate plant-based food. This café understands and delivers excellence every single time.", name: "Amit Desai", role: "Health Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Amit Desai" }, { - id: "5", title: "Exceptional Service & Ambiance", quote: "The staff treated us like family. The place feels cozy yet elegant. Every visit is special, and I always recommend it to my friends.", name: "Sophie Chatterjee", role: "Frequent Visitor", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg", imageAlt: "Sophie Chatterjee" + id: "5", title: "Exceptional Service & Ambiance", quote: "The staff treated us like family. The place feels cozy yet elegant. Every visit is special, and I always recommend it to my friends.", name: "Sophie Chatterjee", role: "Frequent Visitor", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg?_wi=2", imageAlt: "Sophie Chatterjee" }, { id: "6", title: "Worth Every Visit", quote: "Quality ingredients, authentic recipes, and genuine hospitality. The Green Dot Theory stands out among all cafés in the area. Keep it up!", name: "Vikram Singh", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Vikram Singh" -- 2.49.1