Merge version_3_1780857109216 into main #2

Merged
bender merged 1 commits from version_3_1780857109216 into main 2026-06-07 18:34:34 +00:00

View File

@@ -10,42 +10,11 @@ export default function TestimonialsSection(): React.JSX.Element {
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialColumnMarqueeCards
tag="Hear From Our Fans"
title="What Our Customers Are Saying"
description="Don't just take our word for it our regulars love the taste and atmosphere we bring to every meal."
testimonials={[
{
name: "Maria S.",
role: "Local Food Critic",
quote: "El Fuego Tacos delivers an explosion of authentic flavors! Every bite feels like a culinary journey to Mexico. The al pastor is a must-try!",
imageSrc: "http://img.b2bpic.net/free-photo/happy-stylish-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_273443-1899.jpg",
},
{
name: "David R.",
role: "Frequent Diner",
quote: "Absolutely the best tacos in town. The tortillas are so fresh, and the carnitas are incredibly tender. Its my go-to spot for an authentic fix.",
imageSrc: "http://img.b2bpic.net/free-photo/festa-junina-young-cute-guy-straw-hat-colorful-flags-brazilian-festival-holding-bowl-popcorn_140725-165285.jpg",
},
{
name: "Sophia L.",
role: "Community Member",
quote: "I love the vibrant atmosphere and friendly staff at El Fuego. Their birria tacos are a revelation rich, flavorful, and perfectly cheesy.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-stylish-wear-posing-looking-woman-eating-ice-cream-outdoors-sports-bag-her-shoulder-bright-clothes-sunglasses_291049-678.jpg",
},
{
name: "Juan M.",
role: "Chef & Food Enthusiast",
quote: "As a chef, I appreciate the dedication to traditional techniques and fresh ingredients. El Fuego Tacos truly respects the art of Mexican cuisine.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-barber-man-apron-looking-front-smiling-winking-standing-light-wall_141793-50982.jpg",
},
{
name: "Emily C.",
role: "Happy Customer",
quote: "Their vegetarian options are just as amazing as their meat tacos! So much flavor and variety. I always leave satisfied and planning my next visit.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg",
},
]}
/>
tag="Hear From Our Fans"
title="What Our Customers Are Saying"
description="Don't just take our word for it our regulars love the taste and atmosphere we bring to every meal."
testimonials={[{"quote":"El Fuego Tacos delivers an explosion of authentic flavors! Every bite feels like a culinary journey to Mexico. The al pastor is a must-try!","role":"Local Food Critic","name":"Maria S. ✓","imageSrc":"http://img.b2bpic.net/free-photo/happy-stylish-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_273443-1899.jpg"},{"name":"David R. ✓","imageSrc":"http://img.b2bpic.net/free-photo/festa-junina-young-cute-guy-straw-hat-colorful-flags-brazilian-festival-holding-bowl-popcorn_140725-165285.jpg","quote":"Absolutely the best tacos in town. The tortillas are so fresh, and the carnitas are incredibly tender. Its my go-to spot for an authentic fix.","role":"Frequent Diner"},{"quote":"I love the vibrant atmosphere and friendly staff at El Fuego. Their birria tacos are a revelation rich, flavorful, and perfectly cheesy.","role":"Community Member","name":"Sophia L. ✓","imageSrc":"http://img.b2bpic.net/free-photo/attractive-young-woman-stylish-wear-posing-looking-woman-eating-ice-cream-outdoors-sports-bag-her-shoulder-bright-clothes-sunglasses_291049-678.jpg"},{"name":"Juan M. ✓","imageSrc":"http://img.b2bpic.net/free-photo/cheerful-barber-man-apron-looking-front-smiling-winking-standing-light-wall_141793-50982.jpg","quote":"As a chef, I appreciate the dedication to traditional techniques and fresh ingredients. El Fuego Tacos truly respects the art of Mexican cuisine.","role":"Chef & Food Enthusiast"},{"quote":"Their vegetarian options are just as amazing as their meat tacos! So much flavor and variety. I always leave satisfied and planning my next visit.","role":"Happy Customer","name":"Emily C. ✓","imageSrc":"http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg"}]}
/>
</SectionErrorBoundary>
</div>
);