diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8d6ae14..0af89a7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,51 +47,28 @@ export default function LandingPage() {
@@ -119,49 +88,20 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
+ animationType="slide-up"
products={[
{
- id: "1",
- name: "El Cerro",
- price: "$8.500",
- variant: "Sandwich estrella",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-slices-white-plate-with-fresh-avocado-tomatoes-lemonnd-toast-bread-slices-with-avocado-pulps-egg-checked-tablecloth-wood_141793-17047.jpg",
- },
+ id: "1", name: "El Cerro", price: "$8.500", variant: "Sandwich estrella", imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-slices-white-plate-with-fresh-avocado-tomatoes-lemonnd-toast-bread-slices-with-avocado-pulps-egg-checked-tablecloth-wood_141793-17047.jpg"},
{
- id: "2",
- name: "Café de Especialidad",
- price: "$3.200",
- variant: "Origen Colombia",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-sandwichs-with-sausage-cheese-plate_176474-120137.jpg",
- },
+ id: "2", name: "Café de Especialidad", price: "$3.200", variant: "Origen Colombia", imageSrc: "http://img.b2bpic.net/free-photo/side-view-sandwichs-with-sausage-cheese-plate_176474-120137.jpg"},
{
- id: "3",
- name: "Avocado Toast",
- price: "$6.800",
- variant: "Brunch",
- imageSrc: "http://img.b2bpic.net/free-photo/tasty-sandwich-with-salami-pickled-cucumbers-mayo-served-plate_1220-7016.jpg",
- },
+ id: "3", name: "Avocado Toast", price: "$6.800", variant: "Brunch", imageSrc: "http://img.b2bpic.net/free-photo/tasty-sandwich-with-salami-pickled-cucumbers-mayo-served-plate_1220-7016.jpg"},
{
- id: "4",
- name: "Jugo Natural",
- price: "$3.500",
- variant: "Fruta de estación",
- imageSrc: "http://img.b2bpic.net/free-photo/turkey-sandwich-with-cranberry-sauce-thanksgiving-wooden-table_123827-35056.jpg",
- },
+ id: "4", name: "Jugo Natural", price: "$3.500", variant: "Fruta de estación", imageSrc: "http://img.b2bpic.net/free-photo/turkey-sandwich-with-cranberry-sauce-thanksgiving-wooden-table_123827-35056.jpg"},
{
- id: "5",
- name: "Croissant de Almendras",
- price: "$2.800",
- variant: "Pastelería",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-toast-plate-with-cutlery-coffee_23-2148891765.jpg",
- },
+ id: "5", name: "Croissant de Almendras", price: "$2.800", variant: "Pastelería", imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-toast-plate-with-cutlery-coffee_23-2148891765.jpg"},
{
- id: "6",
- name: "Cold Brew",
- price: "$3.800",
- variant: "Refrescante",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-beverages_23-2148865606.jpg",
- },
+ id: "6", name: "Cold Brew", price: "$3.800", variant: "Refrescante", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-beverages_23-2148865606.jpg"},
]}
title="Lo mejor de nuestra carta."
description="Explora nuestra selección de especialidades."
@@ -172,36 +112,19 @@ export default function LandingPage() {