Update src/app/page.tsx
This commit is contained in:
@@ -136,16 +136,16 @@ export default function BaristaPage() {
|
||||
tag="Customer Reviews"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", role: "Regular Customer", testimonial: "The attention to detail in every cup is remarkable. I've become a true coffee connoisseur since discovering Barista. Can't imagine my mornings without it!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "woman portrait professional avatar"
|
||||
id: "1", name: "Sarah Mitchell", role: "Regular Customer", testimonial: "The attention to detail in every cup is remarkable. I've become a true coffee connoisseur since discovering Barista. Can't imagine my mornings without it!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "woman portrait professional avatar"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Chen", role: "Coffee Enthusiast", testimonial: "Finally found a place that understands coffee. The single-origin selections are incredible, and the baristas genuinely care about the craft.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "man portrait professional avatar"
|
||||
id: "2", name: "James Chen", role: "Coffee Enthusiast", testimonial: "Finally found a place that understands coffee. The single-origin selections are incredible, and the baristas genuinely care about the craft.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "man portrait professional avatar"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", role: "Remote Worker", testimonial: "The perfect workspace atmosphere. Great coffee, comfortable seating, and the vibe is unmatched. I'm here almost every day now.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "woman portrait professional avatar"
|
||||
id: "3", name: "Emma Rodriguez", role: "Remote Worker", testimonial: "The perfect workspace atmosphere. Great coffee, comfortable seating, and the vibe is unmatched. I'm here almost every day now.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "woman portrait professional avatar"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Park", role: "Coffee Aficionado", testimonial: "This is what a real specialty coffee shop should be. Quality beans, skilled baristas, and genuine passion for the craft. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "man portrait professional avatar"
|
||||
id: "4", name: "Michael Park", role: "Coffee Aficionado", testimonial: "This is what a real specialty coffee shop should be. Quality beans, skilled baristas, and genuine passion for the craft. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "man portrait professional avatar"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user