Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-19 18:05:35 +00:00

View File

@@ -43,19 +43,19 @@ export default function LandingPage() {
testimonials={[
{
name: "María González", handle: "@maria_food_lover", testimonial: "¡Los nachos increíbles! Atención rápida y comida excelente. Volveré definitivamente.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-people-talking-about-new-project_23-2148778072.jpg", imageAlt: "María González testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/business-people-talking-about-new-project_23-2148778072.jpg?_wi=1", imageAlt: "María González testimonial"
},
{
name: "Carlos López", handle: "@carlos_dining", testimonial: "Buen ambiente y platos deliciosos. La experiencia fue perfecta de principio a fin.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-natural-woman-sunglasses-enjoying-asian-food-s_197531-31013.jpg", imageAlt: "Carlos López testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-natural-woman-sunglasses-enjoying-asian-food-s_197531-31013.jpg?_wi=1", imageAlt: "Carlos López testimonial"
},
{
name: "Ana Martínez", handle: "@ana_taste_explorer", testimonial: "Autenticidad mexicana en cada plato. El equipo es muy acogedor y atento.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", imageAlt: "Ana Martínez testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg?_wi=1", imageAlt: "Ana Martínez testimonial"
},
{
name: "Jorge Ruiz", handle: "@jorge_restaurant_critic", testimonial: "Una joya culinaria. Recomiendo sin dudarlo. ¡La mejor comida mexicana de la zona!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-friends-women-are-eating-restaurant-saying-toast_8353-10576.jpg", imageAlt: "Jorge Ruiz testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/two-friends-women-are-eating-restaurant-saying-toast_8353-10576.jpg?_wi=1", imageAlt: "Jorge Ruiz testimonial"
}
]}
testimonialRotationInterval={5000}
@@ -78,7 +78,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[{ text: "Reservar mesa", href: "#contact" }]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/sauces-food-near-blackboard_23-2147740818.jpg"
imageSrc="http://img.b2bpic.net/free-photo/sauces-food-near-blackboard_23-2147740818.jpg?_wi=1"
imageAlt="Interior del restaurante Mild & Limon"
useInvertedBackground={false}
/>
@@ -116,19 +116,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Ejecutiva", company: "TechCorp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-people-talking-about-new-project_23-2148778072.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/business-people-talking-about-new-project_23-2148778072.jpg?_wi=2"
},
{
id: "2", name: "Michael Chen", role: "Empresario", company: "InnovateLab", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-natural-woman-sunglasses-enjoying-asian-food-s_197531-31013.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-natural-woman-sunglasses-enjoying-asian-food-s_197531-31013.jpg?_wi=2"
},
{
id: "3", name: "Emily Rodriguez", role: "Directora", company: "GrowthCo", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg?_wi=2"
},
{
id: "4", name: "David Kim", role: "Gerente", company: "StartupXYZ", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-friends-women-are-eating-restaurant-saying-toast_8353-10576.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/two-friends-women-are-eating-restaurant-saying-toast_8353-10576.jpg?_wi=2"
}
]}
kpiItems={[
@@ -164,7 +164,7 @@ export default function LandingPage() {
inputPlaceholder="Tu correo electrónico"
buttonText="Enviar"
termsText="Al hacer clic en Enviar, confirmas que aceptas nuestras Políticas de Privacidad."
imageSrc="http://img.b2bpic.net/free-photo/sauces-food-near-blackboard_23-2147740818.jpg"
imageSrc="http://img.b2bpic.net/free-photo/sauces-food-near-blackboard_23-2147740818.jpg?_wi=2"
imageAlt="Ubicación del restaurante"
/>
</div>