diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4e501c6..fd898d1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,125 +30,73 @@ export default function LandingPage() {
@@ -160,19 +108,13 @@ export default function LandingPage() {
metrics={[
{
icon: Coffee,
- label: "Café Especialidad",
- value: "100%",
- },
+ label: "Café Especialidad", value: "100%"},
{
icon: Heart,
- label: "Calidez Montevideo",
- value: "24/7",
- },
+ label: "Calidez Montevideo", value: "24/7"},
{
icon: Sparkles,
- label: "Detalles Únicos",
- value: "Cada día",
- },
+ label: "Detalles Únicos", value: "Cada día"},
]}
metricsAnimation="slide-up"
/>
@@ -184,20 +126,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Café de Especialidad",
- description: "Selección premium tostada a la perfección.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-smelling-coffee_23-2148865616.jpg",
- },
+ title: "Café de Especialidad", description: "Selección premium tostada a la perfección.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-smelling-coffee_23-2148865616.jpg"},
{
- title: "Brunch Artesanal",
- description: "Opciones tradicionales con nuestro toque de autor.",
- imageSrc: "http://img.b2bpic.net/free-photo/beetroot-with-vegetable-salad_1203-9021.jpg",
- },
+ title: "Brunch Artesanal", description: "Opciones tradicionales con nuestro toque de autor.", imageSrc: "http://img.b2bpic.net/free-photo/beetroot-with-vegetable-salad_1203-9021.jpg"},
{
- title: "Inclusivo",
- description: "Alternativas veganas y opciones sin gluten.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-sandwiches-arrangement-cement-background_23-2148617313.jpg",
- },
+ title: "Inclusivo", description: "Alternativas veganas y opciones sin gluten.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-sandwiches-arrangement-cement-background_23-2148617313.jpg"},
]}
title="Nuestra esencia"
description="Diseñamos un menú que celebra los sentidos, priorizando ingredientes frescos, opciones inclusivas y ese toque artesanal que nos hace únicos."
@@ -212,41 +145,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Roll de Canela",
- price: "Consulta",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-cinnamon-rolls_23-2148904669.jpg",
- },
+ id: "1", name: "Roll de Canela", price: "Consulta", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-cinnamon-rolls_23-2148904669.jpg"},
{
- id: "2",
- name: "Tostón de Aguacate",
- price: "Consulta",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-avocado-sandwiches-with-sliced-red-tomatoes-white-surface_140725-90256.jpg",
- },
+ id: "2", name: "Tostón de Aguacate", price: "Consulta", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-avocado-sandwiches-with-sliced-red-tomatoes-white-surface_140725-90256.jpg"},
{
- id: "3",
- name: "Café con Caramelo",
- price: "Consulta",
- imageSrc: "http://img.b2bpic.net/free-photo/aroma-cup-coffee-with-crackers-marble-background-high-quality-photo_114579-37564.jpg",
- },
+ id: "3", name: "Café con Caramelo", price: "Consulta", imageSrc: "http://img.b2bpic.net/free-photo/aroma-cup-coffee-with-crackers-marble-background-high-quality-photo_114579-37564.jpg"},
{
- id: "4",
- name: "Brunch Completo",
- price: "Consulta",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629555.jpg",
- },
+ id: "4", name: "Brunch Completo", price: "Consulta", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629555.jpg"},
{
- id: "5",
- name: "Tostón con Huevo",
- price: "Consulta",
- imageSrc: "http://img.b2bpic.net/free-photo/egg-top-avocado-toast_23-2148381386.jpg",
- },
+ id: "5", name: "Tostón con Huevo", price: "Consulta", imageSrc: "http://img.b2bpic.net/free-photo/egg-top-avocado-toast_23-2148381386.jpg"},
{
- id: "6",
- name: "Pastelería Variada",
- price: "Consulta",
- imageSrc: "http://img.b2bpic.net/free-photo/restaurant-finger-tasty-meal-food_1157-4106.jpg",
- },
+ id: "6", name: "Pastelería Variada", price: "Consulta", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-finger-tasty-meal-food_1157-4106.jpg"},
]}
title="Destacados del menú"
description="Sabores que enamoran, preparados diariamente con amor."
@@ -257,8 +166,7 @@ export default function LandingPage() {