Update src/app/about/page.tsx

This commit is contained in:
2026-03-02 21:11:06 +00:00
parent c846e8a650
commit d687d4d253

View File

@@ -90,7 +90,7 @@ export default function AboutPage() {
{
id: "5", title: "Continuous Growth", content: "We listen to our guests and evolve. Your feedback shapes our menu, service, and atmosphere. Together, we make Yucca better every day."},
]}
imageSrc="http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg?_wi=2"
imageAlt="Yucca Coffee Shop interior showcasing our welcoming atmosphere"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -106,11 +106,11 @@ export default function AboutPage() {
tag="Our Team"
testimonials={[
{
id: "1", name: "Fatima Ben", role: "Founder & Head Barista", testimonial: "Yucca started as a dream to create a space where people feel truly welcomed. Every cup of coffee carries that vision.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"},
id: "1", name: "Fatima Ben", role: "Founder & Head Barista", testimonial: "Yucca started as a dream to create a space where people feel truly welcomed. Every cup of coffee carries that vision.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2"},
{
id: "2", name: "Ahmed Zain", role: "Pastry Chef", testimonial: "Creating our signature pastries brings me joy. Watching customers enjoy what we make is the best reward.", imageSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-smiling-wearing-headphones-university-campus_839833-11696.jpg"},
id: "2", name: "Ahmed Zain", role: "Pastry Chef", testimonial: "Creating our signature pastries brings me joy. Watching customers enjoy what we make is the best reward.", imageSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-smiling-wearing-headphones-university-campus_839833-11696.jpg?_wi=2"},
{
id: "3", name: "Layla Mohamed", role: "Customer Experience Manager", testimonial: "Every guest matters. Our mission is to make sure you leave with a smile and a warm feeling.", imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-warmcolored-environment_24972-2972.jpg"},
id: "3", name: "Layla Mohamed", role: "Customer Experience Manager", testimonial: "Every guest matters. Our mission is to make sure you leave with a smile and a warm feeling.", imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-warmcolored-environment_24972-2972.jpg?_wi=2"},
]}
animationType="slide-up"
textboxLayout="default"