diff --git a/src/app/page.tsx b/src/app/page.tsx
index 26c743c..d63fd39 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,123 +28,45 @@ export default function LandingPage() {
@@ -155,18 +77,9 @@ export default function LandingPage() {
title="Nuestra Tradición"
description="Desde nuestra fundación, en La Frontera 4C nos dedicamos a honrar el arte de la parrilla. Seleccionamos los mejores cortes para garantizar una experiencia culinaria inolvidable."
metrics={[
- {
- value: "15+",
- title: "Años de experiencia",
- },
- {
- value: "50+",
- title: "Cortes exclusivos",
- },
- {
- value: "100%",
- title: "Sabor auténtico",
- },
+ { value: "15+", title: "Años de experiencia" },
+ { value: "50+", title: "Cortes exclusivos" },
+ { value: "100%", title: "Sabor auténtico" }
]}
imageSrc="http://img.b2bpic.net/free-photo/dining-room-background-zoom-calls_23-2149684443.jpg"
mediaAnimation="blur-reveal"
@@ -181,42 +94,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Bife de Chorizo",
- price: "$35.00",
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-vegetables-with-sauce_140725-2767.jpg",
- },
- {
- id: "2",
- name: "Costillar Asado",
- price: "$42.00",
- imageSrc: "http://img.b2bpic.net/free-photo/salami-sausage-platter-with-wide-selection-charcuterie-foods-vegetables_114579-1485.jpg",
- },
- {
- id: "3",
- name: "Chorizo Criollo",
- price: "$12.00",
- imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8282.jpg",
- },
- {
- id: "4",
- name: "Ensalada del Huerto",
- price: "$8.00",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-baked-vegetables_23-2148917757.jpg",
- },
- {
- id: "5",
- name: "Malbec Selección",
- price: "$25.00",
- imageSrc: "http://img.b2bpic.net/free-photo/three-pieces-lula-kebab-garnished-with-cooked-cherries_140725-10773.jpg",
- },
- {
- id: "6",
- name: "Flan Casero",
- price: "$9.00",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-eating-cake-with-spoon_23-2148028538.jpg",
- },
+ { id: "1", name: "Bife de Chorizo", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-vegetables-with-sauce_140725-2767.jpg" },
+ { id: "2", name: "Costillar Asado", price: "$42.00", imageSrc: "http://img.b2bpic.net/free-photo/salami-sausage-platter-with-wide-selection-charcuterie-foods-vegetables_114579-1485.jpg" },
+ { id: "3", name: "Chorizo Criollo", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8282.jpg" },
+ { id: "4", name: "Ensalada del Huerto", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-baked-vegetables_23-2148917757.jpg" },
+ { id: "5", name: "Malbec Selección", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/three-pieces-lula-kebab-garnished-with-cooked-cherries_140725-10773.jpg" },
+ { id: "6", name: "Flan Casero", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-eating-cake-with-spoon_23-2148028538.jpg" }
]}
title="Nuestra Selección"
description="Descubre nuestros cortes más emblemáticos preparados al punto exacto."
@@ -229,15 +112,16 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
+ members={[]}
+ title="Nuestro Equipo"
+ description="Los maestros parrilleros detrás de cada plato."
/>