From 2832c856f3b72bc59c5a8b92ffa0e422e6092434 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:32:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fd03ecf..ebb5aa3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Coffee, Sparkles, Heart, Cup } from 'lucide-react'; +import { Coffee, Sparkles, Heart, Wine } from 'lucide-react'; export default function LandingPage() { return ( @@ -104,7 +104,7 @@ export default function LandingPage() { title="Our Menu" description="Handcrafted beverages made with care and the finest ingredients" tag="Signature Drinks" - tagIcon={Cup} + tagIcon={Wine} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=4", 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", 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?_wi=5", 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", 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?_wi=6", 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", imageAlt: "David Thompson" } ]} /> -- 2.49.1