diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7f8aaec..40915cd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,66 +40,23 @@ export default function LandingPage() {
@@ -121,21 +66,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Un lugar que se disfruta con todos los sentidos"
metrics={[
- {
- icon: Beef,
- label: "Cortes Premium",
- value: "Selección",
- },
- {
- icon: Fish,
- label: "Mariscos Frescos",
- value: "Calidad",
- },
- {
- icon: Wine,
- label: "Coctelería",
- value: "Exclusiva",
- },
+ { icon: Beef, label: "Cortes Premium", value: "Selección" },
+ { icon: Fish, label: "Mariscos Frescos", value: "Calidad" },
+ { icon: Wine, label: "Coctelería", value: "Exclusiva" },
]}
metricsAnimation="slide-up"
/>
@@ -148,27 +81,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Ribeye al Carbón",
- price: "$380",
- imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-steak-dish-with-sauce_23-2150777637.jpg?_wi=1",
- imageAlt: "Ribeye",
- },
- {
- id: "2",
- name: "Camarones al Ajillo",
- price: "$320",
- imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-shrimps-blue-plate_23-2148308053.jpg?_wi=1",
- imageAlt: "Camarones",
- },
- {
- id: "3",
- name: "Coctelería de Autor",
- price: "$150",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-caipirinha-with-fruit_23-2149407460.jpg?_wi=1",
- imageAlt: "Cocktails",
- },
+ { id: "1", name: "Ribeye al Carbón", price: "$380", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-steak-dish-with-sauce_23-2150777637.jpg", imageAlt: "Ribeye" },
+ { id: "2", name: "Camarones al Ajillo", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-shrimps-blue-plate_23-2148308053.jpg", imageAlt: "Camarones" },
+ { id: "3", name: "Coctelería de Autor", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-caipirinha-with-fruit_23-2149407460.jpg", imageAlt: "Cocktails" },
]}
title="Platillos Insignia"
description="Sabores seleccionados para tu deleite."
@@ -177,44 +92,15 @@ export default function LandingPage() {
@@ -255,36 +126,8 @@ export default function LandingPage() {
@@ -80,16 +55,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Datos de contacto"
metrics={[
- {
- icon: Phone,
- label: "Teléfono",
- value: "55 1234 5678",
- },
- {
- icon: MapPin,
- label: "Ubicación",
- value: "Centro, Córdoba",
- },
+ { icon: Phone, label: "Teléfono", value: "55 1234 5678" },
+ { icon: MapPin, label: "Ubicación", value: "Centro, Córdoba" },
]}
metricsAnimation="blur-reveal"
/>
@@ -98,36 +65,8 @@ export default function LandingPage() {