Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 23:57:05 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-brazilian-restaurant-template_23-2149687012.jpg", imageAlt: "Cuban cuisine showcase"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", imageAlt: "Restaurant interior"
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=1", imageAlt: "Restaurant interior"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beetroot-with-vegetable-salad_1203-9020.jpg", imageAlt: "Signature Cuban dishes"
@@ -118,27 +118,27 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Maria Rodriguez", handle: "@maria_loves_food", testimonial: "El Sabor De Casa brings authentic Cuba to Spring Hill! The Cuban sandwich is exactly like what my grandmother used to make. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Maria Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1", imageAlt: "Maria Rodriguez"
},
{
id: "2", name: "Carlos Fernandez", handle: "@carlos_f", testimonial: "The ropa vieja is outstanding. The meat melts in your mouth and the flavors are incredible. We come here every weekend now.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Carlos Fernandez"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2", imageAlt: "Carlos Fernandez"
},
{
id: "3", name: "Jennifer Martinez", handle: "@jen_eats", testimonial: "Best authentic Cuban restaurant in the area. The staff is friendly, portions are generous, and everything is cooked with love.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Jennifer Martinez"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=3", imageAlt: "Jennifer Martinez"
},
{
id: "4", name: "David Lopez", handle: "@davidl_", testimonial: "From the moment you walk in, you feel the warm Cuban hospitality. The tostones are addictive and the mojitos are perfect!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "David Lopez"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=4", imageAlt: "David Lopez"
},
{
id: "5", name: "Patricia Garcia", handle: "@pgarcia_", testimonial: "I took my family here for dinner and everyone loved it. The variety is amazing and every dish was absolutely delicious.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Patricia Garcia"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=5", imageAlt: "Patricia Garcia"
},
{
id: "6", name: "Miguel Angel", handle: "@miguelaok", testimonial: "Feels like home every time I visit. The picadillo is cooked perfectly and reminds me of my childhood in Havana.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Miguel Angel"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=6", imageAlt: "Miguel Angel"
}
]}
/>
@@ -170,7 +170,7 @@ export default function LandingPage() {
tagIcon={MapPin}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=2"
imageAlt="El Sabor De Casa dining experience"
mediaAnimation="slide-up"
mediaPosition="right"