diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d442f05..50b5764 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -80,32 +80,17 @@ export default function AboutPage() { tagIcon={Sparkles} accordionItems={[ { - id: "1", - title: "A Warm Welcome", - content: "Founded with passion for hospitality, Yucca Coffee combines specialty beverages with an atmosphere that feels like home. We believe coffee is more than caffeine—it's connection.", - }, + id: "1", title: "A Warm Welcome", content: "Founded with passion for hospitality, Yucca Coffee combines specialty beverages with an atmosphere that feels like home. We believe coffee is more than caffeine—it's connection."}, { - id: "2", - title: "Quality First", - content: "Every coffee bean is selected for excellence. Every pastry is baked fresh. Every interaction is an opportunity to exceed expectations. Quality is non-negotiable.", - }, + id: "2", title: "Quality First", content: "Every coffee bean is selected for excellence. Every pastry is baked fresh. Every interaction is an opportunity to exceed expectations. Quality is non-negotiable."}, { - id: "3", - title: "Community Centered", - content: "Yucca is where students study, friends gather, couples celebrate, and professionals work. We're honored to be part of Sousse's community.", - }, + id: "3", title: "Community Centered", content: "Yucca is where students study, friends gather, couples celebrate, and professionals work. We're honored to be part of Sousse's community."}, { - id: "4", - title: "Sustainability & Care", - content: "We care about our impact. From ethical sourcing to minimizing waste, we work toward a more sustainable future for our city and customers.", - }, + id: "4", title: "Sustainability & Care", content: "We care about our impact. From ethical sourcing to minimizing waste, we work toward a more sustainable future for our city and customers."}, { - 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.", - }, + 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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg" imageAlt="Yucca Coffee Shop interior showcasing our welcoming atmosphere" mediaAnimation="slide-up" useInvertedBackground={false} @@ -121,26 +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?_wi=2", - }, + 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: "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: "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: "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", - }, + 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"}, ]} animationType="slide-up" textboxLayout="default"