diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e7ad3e..e2eeddc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,6 +78,7 @@ export default function BaristaPage() { imageAlt="coffee shop interior cozy warm" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -135,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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "man portrait professional avatar" } ]} animationType="slide-up" diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 7d2eff7..42059f6 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -290,8 +290,8 @@ function ProductPageContent({ params }: ProductPageProps) { { label: "Location", href: "#" }, { label: "Phone", href: "tel:+1234567890" } ] - } - ]} + ] + }]}, copyrightText="© 2025 Barista Coffee. Crafted with passion." />