From 31be665410dcacd895ed97da5e022c08561aa258 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 11:41:54 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 303 +++++++++++++---------------------------- 1 file changed, 98 insertions(+), 205 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 7fa15e0..d2f45fa 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -11,226 +11,119 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="Sabor Tradicional" + title="El Corazón Gastronómico de Castro" + description="Descubre una experiencia culinaria auténtica donde la tradición se encuentra con la excelencia. Ingredientes locales, recetas familiares y un ambiente inolvidable." + primaryButton={{ text: "Ver Menú", href: "#menu" }} + secondaryButton={{ text: "Reservar Mesa", href: "#contact" }} + imageSrc="http://img.b2bpic.net/free-photo/background-place-outdoor-tourism-dinner_1220-1243.jpg" + /> +
+
-
- +
+ - -
+ title="Nuestra Historia de Sabor" + primaryButton={{ text: "Conócenos", href: "#" }} + /> +
+
-
- +
+ - -
+ tag="Especialidades" + title="Platos que Cuentan Historias" + description="Cada bocado está diseñado para honrar nuestra herencia." + items={[ + { tag: "Tradición", title: "Plato de Autor", description: "Receta familiar hecha con los mejores ingredientes.", primaryButton: { text: "Pedir", href: "#" }, imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-slices-with-sliced-vegetable-salad-seasonings-dark-blue-desk-vegetable-food-meat-health-meal_140725-64812.jpg" }, + { tag: "Mar", title: "Frescura Local", description: "Directo del puerto a su mesa, siempre fresco.", primaryButton: { text: "Pedir", href: "#" }, imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-meal_23-2149039325.jpg" }, + { tag: "Tierra", title: "Sabores de la Huerta", description: "Cultivados con amor y respeto por la tierra.", primaryButton: { text: "Pedir", href: "#" }, imageSrc: "http://img.b2bpic.net/free-photo/spices-around-empty-plate_658428-107.jpg" } + ]} + /> +
+
- -
- +
+ - -
+ tag="Nuestra Trayectoria" + title="Calidad que nos respalda" + description="Años perfeccionando el arte de servir." + metrics={[ + { value: "20+", title: "Años de Servicio", description: "Generaciones disfrutando nuestra mesa.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629541.jpg" }, + { value: "1500+", title: "Platos al Mes", description: "Cientos de clientes felices.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-winter-scenes-with-family_23-2149187630.jpg" } + ]} + /> +
+
-
- +
+ - -
+ quote="La mejor experiencia culinaria de la región. El Rincón de Castro no solo ofrece comida, ofrece un viaje de sabores auténticos." + rating={5} + author="María González" + avatars={[ + { name: "Cliente 1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150427596.jpg" }, + { name: "Cliente 2", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-cup-coffee-dessert-cafe_637285-9113.jpg" }, + { name: "Cliente 3", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cafe-dines-traditional-shakshuka-ayran_169016-16512.jpg" }, + { name: "Cliente 4", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg" }, + { name: "Cliente 5", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Preguntas Frecuentes" + title="Todo lo que necesitas saber" + description="Respuestas a las dudas más frecuentes de nuestros clientes." + items={[ + { question: "¿Es necesario reservar?", answer: "Recomendamos reservar con anticipación especialmente los fines de semana." }, + { question: "¿Tienen opciones vegetarianas?", answer: "Sí, contamos con un menú variado que incluye opciones vegetarianas." }, + { question: "¿Aceptan mascotas?", answer: "En nuestra terraza al aire libre, somos totalmente pet-friendly." }, + { question: "¿El menú cambia?", answer: "Renovamos nuestra carta cada temporada para ofrecer los productos más frescos." } + ]} + /> +
+
-
- +
+ - -
+ tag="Contacto" + text="Reserva tu lugar en Rincón de Castro hoy mismo y vive la tradición." + primaryButton={{ text: "WhatsApp", href: "#" }} + secondaryButton={{ text: "Reservar Online", href: "#" }} + /> +
+
); }