Update src/app/page.tsx

This commit is contained in:
2026-02-25 11:39:19 +00:00
parent 4038c24b2f
commit 8627f28423

View File

@@ -158,22 +158,22 @@ export default function LandingPage() {
<TestimonialCardSix
testimonials={[
{
id: "testimonial-1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The perfect blend of warmth and sophistication. Every cup is a journey into rich flavors and aromatic bliss.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-businesswoman-white-blouse-smiling-cheerfully-as-sitting-cafe_197531-23018.jpg", imageAlt: "Sarah Johnson enjoying a cup of coffee", icon: Star
id: "testimonial-1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The perfect blend of warmth and sophistication. Every cup is a journey into rich flavors and aromatic bliss.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-businesswoman-white-blouse-smiling-cheerfully-as-sitting-cafe_197531-23018.jpg?_wi=1", imageAlt: "Sarah Johnson enjoying a cup of coffee", icon: Star
},
{
id: "testimonial-2", name: "Michael Chen", handle: "@michaelc", testimonial: "A haven for coffee lovers. The baristas are passionate and the atmosphere is just right for both work and relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-drinking-coffee-talking-phone-cafe_637285-8846.jpg", imageAlt: "Michael Chen sipping coffee at the counter", icon: Heart
id: "testimonial-2", name: "Michael Chen", handle: "@michaelc", testimonial: "A haven for coffee lovers. The baristas are passionate and the atmosphere is just right for both work and relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-drinking-coffee-talking-phone-cafe_637285-8846.jpg?_wi=1", imageAlt: "Michael Chen sipping coffee at the counter", icon: Heart
},
{
id: "testimonial-3", name: "Emma Rodriguez", handle: "@emmar", testimonial: "From the first sip to the last drop, this place delivers an exceptional coffee experience. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-couch-medium-shot_23-2149141854.jpg", imageAlt: "Emma Rodriguez with her coffee in hand", icon: Coffee
id: "testimonial-3", name: "Emma Rodriguez", handle: "@emmar", testimonial: "From the first sip to the last drop, this place delivers an exceptional coffee experience. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-couch-medium-shot_23-2149141854.jpg?_wi=1", imageAlt: "Emma Rodriguez with her coffee in hand", icon: Coffee
},
{
id: "testimonial-4", name: "David Wilson", handle: "@davidw", testimonial: "Exceptional quality coffee with amazing customer service. The baristas know their craft and it shows in every cup.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-businesswoman-white-blouse-smiling-cheerfully-as-sitting-cafe_197531-23018.jpg", imageAlt: "David Wilson enjoying coffee", icon: Star
id: "testimonial-4", name: "David Wilson", handle: "@davidw", testimonial: "Exceptional quality coffee with amazing customer service. The baristas know their craft and it shows in every cup.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-businesswoman-white-blouse-smiling-cheerfully-as-sitting-cafe_197531-23018.jpg?_wi=2", imageAlt: "David Wilson enjoying coffee", icon: Star
},
{
id: "testimonial-5", name: "Lisa Park", handle: "@lisap", testimonial: "My daily ritual starts here. The consistency in quality and the welcoming atmosphere make this my favorite coffee spot.", imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-couch-medium-shot_23-2149141854.jpg", imageAlt: "Lisa Park with coffee", icon: Heart
id: "testimonial-5", name: "Lisa Park", handle: "@lisap", testimonial: "My daily ritual starts here. The consistency in quality and the welcoming atmosphere make this my favorite coffee spot.", imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-couch-medium-shot_23-2149141854.jpg?_wi=2", imageAlt: "Lisa Park with coffee", icon: Heart
},
{
id: "testimonial-6", name: "James Miller", handle: "@jamesm", testimonial: "Outstanding coffee experience! The attention to detail in every aspect, from bean selection to brewing, is remarkable.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-drinking-coffee-talking-phone-cafe_637285-8846.jpg", imageAlt: "James Miller enjoying coffee", icon: Coffee
id: "testimonial-6", name: "James Miller", handle: "@jamesm", testimonial: "Outstanding coffee experience! The attention to detail in every aspect, from bean selection to brewing, is remarkable.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-drinking-coffee-talking-phone-cafe_637285-8846.jpg?_wi=2", imageAlt: "James Miller enjoying coffee", icon: Coffee
}
]}
animationType="slide-up"