From 0c0e54803e49f7bc8e8d6c644fa871066f05196b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 13:20:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae39417..ed6f9a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,13 +118,13 @@ export default function LandingPage() { id: "1", name: "Sarah Mitchell", role: "Local Artist", testimonial: "This is my creative sanctuary. The atmosphere is perfect, and the coffee? Simply exceptional. I've tried beans from all over, and these are the best.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Sarah Mitchell" }, { - id: "2", name: "James Chen", role: "Software Developer", testimonial: "The consistency and quality of every cup is remarkable. It's become my daily ritual, and I bring friends here whenever they visit.", imageSrc: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "James Chen" + id: "2", name: "James Chen", role: "Software Developer", testimonial: "The consistency and quality of every cup is remarkable. It's become my daily ritual, and I bring friends here whenever they visit.", imageSrc: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "James Chen" }, { id: "3", name: "Elena Rodriguez", role: "Marketing Professional", testimonial: "Best specialty coffee in the city. The baristas genuinely care about their craft, and it shows in every detail.", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Elena Rodriguez" }, { - id: "4", name: "Marcus Thompson", role: "Business Owner", testimonial: "I've been coming here for three years. The quality never wavers, and the community feel is something you can't find everywhere.", imageSrc: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Marcus Thompson" + id: "4", name: "Marcus Thompson", role: "Business Owner", testimonial: "I've been coming here for three years. The quality never wavers, and the community feel is something you can't find everywhere.", imageSrc: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Marcus Thompson" } ]} animationType="blur-reveal" -- 2.49.1