diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b1baff..495b0fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,22 +143,22 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Maya T.", role: "Regular Customer", testimonial: "No gimmicks, just amazing food and coffee. This place is everything I look for in a cafe.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Maya T. profile" + id: "1", name: "Maya T.", role: "Regular Customer", testimonial: "No gimmicks, just amazing food and coffee. This place is everything I look for in a cafe.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", imageAlt: "Maya T. profile" }, { - id: "2", name: "David K.", role: "Coffee Enthusiast", testimonial: "The matcha here is whisked perfectly every single time. Worth the visit to Japanese Village Plaza.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "David K. profile" + id: "2", name: "David K.", role: "Coffee Enthusiast", testimonial: "The matcha here is whisked perfectly every single time. Worth the visit to Japanese Village Plaza.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "David K. profile" }, { - id: "3", name: "Sofia R.", role: "Breakfast Lover", testimonial: "Very popular breakfast and lunch spot. Their breakfast burrito is my go-to weekend move.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Sofia R. profile" + id: "3", name: "Sofia R.", role: "Breakfast Lover", testimonial: "Very popular breakfast and lunch spot. Their breakfast burrito is my go-to weekend move.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", imageAlt: "Sofia R. profile" }, { - id: "4", name: "James L.", role: "Local Guide", testimonial: "If you're looking for a cafe that perfectly captures Little Tokyo energy, this is it.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "James L. profile" + id: "4", name: "James L.", role: "Local Guide", testimonial: "If you're looking for a cafe that perfectly captures Little Tokyo energy, this is it.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "James L. profile" }, { - id: "5", name: "Emma W.", role: "Creative Professional", testimonial: "Perfect spot for morning rituals or afternoon laptop sessions. Warm, welcoming, and consistently excellent.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Emma W. profile" + id: "5", name: "Emma W.", role: "Creative Professional", testimonial: "Perfect spot for morning rituals or afternoon laptop sessions. Warm, welcoming, and consistently excellent.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=3", imageAlt: "Emma W. profile" }, { - id: "6", name: "Michael C.", role: "Food Critic", testimonial: "Cafe Dulce represents modern Tokyo meets West Coast indulgence. Every detail matters here.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Michael C. profile" + id: "6", name: "Michael C.", role: "Food Critic", testimonial: "Cafe Dulce represents modern Tokyo meets West Coast indulgence. Every detail matters here.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=3", imageAlt: "Michael C. profile" } ]} animationType="slide-up"