From 99b9d97ff935312b779b7c25431724dae80a0dfe Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 24 Jun 2026 22:38:26 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 56b6651..18250eb 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -145,6 +145,7 @@ export default function HomePage() { Date: Wed, 24 Jun 2026 22:38:34 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 319 ++++++++++++++--------------------------- 1 file changed, 105 insertions(+), 214 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 18250eb..c51aafe 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -12,234 +12,125 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="El Sabor que te Encanta" + title="Flook Burger, Una Experiencia Deliciosa" + description="Las mejores hamburguesas artesanales de Villanueva. Ingredientes frescos y amor en cada bocado." + primaryButton={{ + text: "Pedir Ahora", href: "#contact"}} + secondaryButton={{ + text: "Ver Menú", href: "#menu"}} + items={[ + { imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-hamburgers-white-table_23-2148614106.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-vegan-burger_23-2149039339.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fries_23-2152021212.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-restaurant_23-2150520085.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ title="Pasión por las Hamburguesas" + primaryButton={{ + text: "Visítanos", href: "#contact"}} + /> +
+
- -
- +
+ - -
+ tag="Resultados" + title="Nuestros Números" + description="Lo que nos hace grandes." + metrics={[ + { icon: "Star", title: "Calificación", value: "5.0" }, + { icon: "Users", title: "Clientes Felices", value: "100+" }, + { icon: "Award", title: "Años de Experiencia", value: "2" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Opiniones" + title="Lo que dicen nuestros clientes" + description="Nuestros clientes nos avalan." + testimonials={[ + { name: "Lina Caro Cordero", role: "Cliente", quote: "Una excelente experiencia, todo muy delicioso y 100% recomendable!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5053.jpg" }, + { name: "Maria Silenis", role: "Cliente", quote: "Simplemente las mejores hamburguesas que he probado en mucho tiempo.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-red-uniform-cape-holding-delivery-bowl-light-pink-wall-work-service-uniform-delivery_140725-41760.jpg" }, + { name: "Juan Perez", role: "Cliente", quote: "El servicio es increíble y la comida siempre llega caliente.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg" }, + { name: "Ana Gomez", role: "Cliente", quote: "Me encanta que admiten perros, es el mejor ambiente.", imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-woman-with-short-hair-apron-hat-holding-mini-rake-going-bite-it-with-aggressive-expression-standing-light-background_141793-45326.jpg" }, + { name: "Carlos Ruiz", role: "Cliente", quote: "Volveré pronto, la relación calidad-precio es insuperable.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150427598.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Nos recomiendan" + title="Certificados por Calidad" + description="Reconocimientos que nos motivan." + names={[ + "Flook Burger Premium", "La Guajira Gourmet", "Villanueva Food Critics", "Burger Lovers Weekly", "Local Taste Awards", "Restaurantes Recomendados", "Top Gastronomy Selection"]} + /> +
+
-
- +
+ - -
+ tag="Preguntas frecuentes" + title="Resolvemos tus dudas" + description="Aquí tienes la información que necesitas." + items={[ + { question: "¿Son pet friendly?", answer: "Sí, recibimos a tu mascota con mucho gusto." }, + { question: "¿Tienen servicio a domicilio?", answer: "Estamos trabajando en ello, síguenos para noticias." }, + { question: "¿Cuáles son sus horarios?", answer: "Abrimos desde las 5:30 p.m. de jueves a domingo." }, + ]} + /> +
+
-
- +
+ - -
+ tag="Contacto" + text="Ven a visitarnos a Cl. 11 #7-97, Villanueva, La Guajira o llámanos al 310 7852099" + primaryButton={{ text: "Llamar Ahora", href: "tel:3107852099" }} + secondaryButton={{ text: "Ver Ubicación", href: "#" }} + /> +
+
); -} +} \ No newline at end of file -- 2.49.1