diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7bc5151..0aa9e5f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,89 +30,41 @@ export default function LandingPage() {
@@ -122,9 +74,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Raíces de Paternal"
description={[
- "Cucha del Pari no es solo un restaurante, es la extensión de nuestra mesa familiar. Ubicados en el corazón de La Paternal, buscamos rescatar el sabor de lo que se hace a fuego lento.",
- "Cada plato cuenta una historia, cada ingrediente respeta la temporada, y cada visita se siente como volver a casa. Somos cocina de barrio, sin vueltas, con todo el amor que un plato puede llevar.",
- ]}
+ "Cucha del Pari no es solo un restaurante, es la extensión de nuestra mesa familiar. Ubicados en el corazón de La Paternal, buscamos rescatar el sabor de lo que se hace a fuego lento.", "Cada plato cuenta una historia, cada ingrediente respeta la temporada, y cada visita se siente como volver a casa. Somos cocina de barrio, sin vueltas, con todo el amor que un plato puede llevar."]}
/>
@@ -135,48 +85,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Tapeo de estación",
- price: "$8.500",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-bruschettas_23-2148454835.jpg",
- imageAlt: "Tapeo",
- },
- {
- id: "p2",
- name: "Milanesa de la Cucha",
- price: "$12.000",
- imageSrc: "http://img.b2bpic.net/free-photo/summer-roll-stuffed-with-fresh-vegetables_53876-41246.jpg",
- imageAlt: "Principal",
- },
- {
- id: "p3",
- name: "Pastas frescas del día",
- price: "$10.500",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629585.jpg",
- imageAlt: "Pasta",
- },
- {
- id: "p4",
- name: "Vino orgánico local",
- price: "$9.000",
- imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cupcake-strawberries-cupcake-plate-chocolate-cream-candies-strawberries-bowls-cup-herbal-tea-dark-table_140725-117161.jpg",
- imageAlt: "Vino",
- },
- {
- id: "p5",
- name: "Flan casero con dulce",
- price: "$5.000",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-white-oval-plate-fir-tree-branches-cones-christmas-toys-dried-oranges-cinnamon-notebook-dark-wooden-table_140725-90881.jpg",
- imageAlt: "Postre",
- },
- {
- id: "p6",
- name: "Café de especialidad",
- price: "$3.500",
- imageSrc: "http://img.b2bpic.net/free-photo/menu-restaurant_1101-879.jpg",
- imageAlt: "Cafe",
- },
+ { id: "p1", name: "Tapeo de estación", price: "$8.500", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-bruschettas_23-2148454835.jpg", imageAlt: "Tapeo" },
+ { id: "p2", name: "Milanesa de la Cucha", price: "$12.000", imageSrc: "http://img.b2bpic.net/free-photo/summer-roll-stuffed-with-fresh-vegetables_53876-41246.jpg", imageAlt: "Principal" },
+ { id: "p3", name: "Pastas frescas del día", price: "$10.500", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629585.jpg", imageAlt: "Pasta" },
+ { id: "p4", name: "Vino orgánico local", price: "$9.000", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cupcake-strawberries-cupcake-plate-chocolate-cream-candies-strawberries-bowls-cup-herbal-tea-dark-table_140725-117161.jpg", imageAlt: "Vino" },
+ { id: "p5", name: "Flan casero con dulce", price: "$5.000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-white-oval-plate-fir-tree-branches-cones-christmas-toys-dried-oranges-cinnamon-notebook-dark-wooden-table_140725-90881.jpg", imageAlt: "Postre" },
+ { id: "p6", name: "Café de especialidad", price: "$3.500", imageSrc: "http://img.b2bpic.net/free-photo/menu-restaurant_1101-879.jpg", imageAlt: "Cafe" },
]}
title="De nuestra cocina"
description="Platos que abrazan. Desde tapeos para compartir hasta principales que te hacen cerrar los ojos."
@@ -190,24 +104,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
members={[
- {
- id: "t1",
- name: "Pablo",
- role: "Chef Ejecutivo",
- imageSrc: "http://img.b2bpic.net/free-photo/samesex-homosexual-female-partners-drinking-coffee-eating-cakes-restaurant_273609-9461.jpg",
- },
- {
- id: "t2",
- name: "Lucía",
- role: "Jefa de Salón",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152879.jpg",
- },
- {
- id: "t3",
- name: "Marcos",
- role: "Sommelier",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-holding-glass-drink-bar_23-2147861904.jpg",
- },
+ { id: "t1", name: "Pablo", role: "Chef Ejecutivo", imageSrc: "http://img.b2bpic.net/free-photo/samesex-homosexual-female-partners-drinking-coffee-eating-cakes-restaurant_273609-9461.jpg" },
+ { id: "t2", name: "Lucía", role: "Jefa de Salón", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152879.jpg" },
+ { id: "t3", name: "Marcos", role: "Sommelier", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-holding-glass-drink-bar_23-2147861904.jpg" },
]}
title="Las manos que crean"
description="El equipo que le da vida a La Paternal cada día."
@@ -218,36 +117,12 @@ export default function LandingPage() {
@@ -305,37 +161,9 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/diverse-group-people-sitting-table-tasting-fresh-produce_482257-77611.jpg"
logoText="Cucha del Pari"
columns={[
- {
- title: "Menú",
- items: [
- {
- label: "Tapeo",
- href: "#menu",
- },
- {
- label: "Platos",
- href: "#menu",
- },
- ],
- },
- {
- title: "Social",
- items: [
- {
- label: "Instagram",
- href: "https://instagram.com/cuchadelpari",
- },
- ],
- },
- {
- title: "Info",
- items: [
- {
- label: "Privacidad",
- href: "#",
- },
- ],
- },
+ { title: "Menú", items: [{ label: "Tapeo", href: "#menu" }, { label: "Platos", href: "#menu" }] },
+ { title: "Social", items: [{ label: "Instagram", href: "https://instagram.com/cuchadelpari" }] },
+ { title: "Info", items: [{ label: "Privacidad", href: "#" }] },
]}
copyrightText="© 2024 | Cucha del Pari | La Paternal"
/>
@@ -343,4 +171,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file