diff --git a/src/app/page.tsx b/src/app/page.tsx index ebb5aa3..d66d639 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,22 +140,22 @@ export default function LandingPage() { speed={40} testimonials={[ { - id: "1", name: "Maria Santos", handle: "@coffee_enthusiast", testimonial: "La Café has become my morning sanctuary. The baristas know exactly how I like my cappuccino, and the atmosphere is absolutely perfect for work or catching up with friends.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Maria Santos" + id: "1", name: "Maria Santos", handle: "@coffee_enthusiast", testimonial: "La Café has become my morning sanctuary. The baristas know exactly how I like my cappuccino, and the atmosphere is absolutely perfect for work or catching up with friends.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Maria Santos" }, { - id: "2", name: "James Chen", handle: "@james_writes", testimonial: "The quality of coffee here is exceptional. Single-origin beans, perfectly extracted. This is what specialty coffee should be. Highly recommended for anyone serious about coffee.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "James Chen" + id: "2", name: "James Chen", handle: "@james_writes", testimonial: "The quality of coffee here is exceptional. Single-origin beans, perfectly extracted. This is what specialty coffee should be. Highly recommended for anyone serious about coffee.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "James Chen" }, { - id: "3", name: "Sofia Rodriguez", handle: "@sofia.designs", testimonial: "Not only is the coffee fantastic, but the whole experience is welcoming and warm. The staff is knowledgeable and genuinely passionate about what they do.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sofia Rodriguez" + id: "3", name: "Sofia Rodriguez", handle: "@sofia.designs", testimonial: "Not only is the coffee fantastic, but the whole experience is welcoming and warm. The staff is knowledgeable and genuinely passionate about what they do.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Sofia Rodriguez" }, { - id: "4", name: "Marcus Williams", handle: "@marcus_photographer", testimonial: "Perfect spot for a casual meet-up or a focused work session. The lighting is great, the WiFi is reliable, and most importantly, the coffee is consistently excellent.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Marcus Williams" + id: "4", name: "Marcus Williams", handle: "@marcus_photographer", testimonial: "Perfect spot for a casual meet-up or a focused work session. The lighting is great, the WiFi is reliable, and most importantly, the coffee is consistently excellent.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "Marcus Williams" }, { - id: "5", name: "Elena Kowalski", handle: "@elena_artist", testimonial: "La Café isn't just a coffee shop; it's a community hub. I've met so many interesting people here. The owner clearly cares about creating a space where people want to belong.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Elena Kowalski" + id: "5", name: "Elena Kowalski", handle: "@elena_artist", testimonial: "La Café isn't just a coffee shop; it's a community hub. I've met so many interesting people here. The owner clearly cares about creating a space where people want to belong.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=5", imageAlt: "Elena Kowalski" }, { - id: "6", name: "David Thompson", handle: "@david.business", testimonial: "I've visited dozens of cafés around the city, and La Café consistently delivers the best coffee and service. The cold brew is my go-to, and I've converted several colleagues here.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "David Thompson" + id: "6", name: "David Thompson", handle: "@david.business", testimonial: "I've visited dozens of cafés around the city, and La Café consistently delivers the best coffee and service. The cold brew is my go-to, and I've converted several colleagues here.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=6", imageAlt: "David Thompson" } ]} />