diff --git a/src/app/page.tsx b/src/app/page.tsx
index c987270..c0dbf33 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,132 +29,77 @@ export default function LandingPage() {
@@ -164,18 +109,11 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "Sobre ",
- },
+ type: "text", content: "Sobre "},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/fried-meat-with-herbs-pomegranate_140725-4015.jpg",
- alt: "Villa Gourmet",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/fried-meat-with-herbs-pomegranate_140725-4015.jpg", alt: "Villa Gourmet"},
{
- type: "text",
- content: " Villa Gourmet",
- },
+ type: "text", content: " Villa Gourmet"},
]}
/>
@@ -188,26 +126,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Almuerzo Especial",
- price: "$15,000 COP",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-herbs-pomegranate_140725-4015.jpg?_wi=3",
- imageAlt: "Almuerzo",
- },
+ id: "1", name: "Almuerzo Especial", price: "$15,000 COP", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-herbs-pomegranate_140725-4015.jpg", imageAlt: "Almuerzo"},
{
- id: "2",
- name: "Plato del Día",
- price: "$12,000 COP",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg?_wi=4",
- imageAlt: "Plato del día",
- },
+ id: "2", name: "Plato del Día", price: "$12,000 COP", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg", imageAlt: "Plato del día"},
{
- id: "3",
- name: "Bebida Natural",
- price: "$3,000 COP",
- imageSrc: "http://img.b2bpic.net/free-psd/fruit-juice-landing-page-template_23-2148672763.jpg?_wi=3",
- imageAlt: "Bebida",
- },
+ id: "3", name: "Bebida Natural", price: "$3,000 COP", imageSrc: "http://img.b2bpic.net/free-psd/fruit-juice-landing-page-template_23-2148672763.jpg", imageAlt: "Bebida"},
]}
title="Menú Destacado"
description="Una selección de nuestros mejores platos, preparados al momento con los ingredientes más frescos."
@@ -222,25 +145,15 @@ export default function LandingPage() {
author="Juan Camilo"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg",
- alt: "Juan",
- },
+ src: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg", alt: "Juan"},
{
- src: "http://img.b2bpic.net/free-photo/positive-dark-skinned-mixed-raced-female-with-curly-bushy-hairstyle-holds-eyewear-hands-wears-casual-t-shirt-has-lunch-coffee-break-cafe_273609-3176.jpg",
- alt: "Maria",
- },
+ src: "http://img.b2bpic.net/free-photo/positive-dark-skinned-mixed-raced-female-with-curly-bushy-hairstyle-holds-eyewear-hands-wears-casual-t-shirt-has-lunch-coffee-break-cafe_273609-3176.jpg", alt: "Maria"},
{
- src: "http://img.b2bpic.net/free-photo/woman-cafe-having-lunch-talking-phone_1303-14744.jpg",
- alt: "Pedro",
- },
+ src: "http://img.b2bpic.net/free-photo/woman-cafe-having-lunch-talking-phone_1303-14744.jpg", alt: "Pedro"},
{
- src: "http://img.b2bpic.net/free-photo/friends-shaking-hands-restaurant_23-2148395405.jpg",
- alt: "Ana",
- },
+ src: "http://img.b2bpic.net/free-photo/friends-shaking-hands-restaurant_23-2148395405.jpg", alt: "Ana"},
{
- src: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg",
- alt: "Luis",
- },
+ src: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg", alt: "Luis"},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
@@ -251,16 +164,13 @@ export default function LandingPage() {
@@ -270,33 +180,21 @@ export default function LandingPage() {
logoText="Villa Gourmet"
columns={[
{
- title: "Servicios",
- items: [
+ title: "Servicios", items: [
{
- label: "Comer en lugar",
- href: "#",
- },
+ label: "Comer en lugar", href: "#"},
{
- label: "Para llevar",
- href: "#",
- },
+ label: "Para llevar", href: "#"},
{
- label: "Entrega",
- href: "#",
- },
+ label: "Entrega", href: "#"},
],
},
{
- title: "Contacto",
- items: [
+ title: "Contacto", items: [
{
- label: "Cra. 51 #129-98",
- href: "#",
- },
+ label: "Cra. 51 #129-98", href: "#"},
{
- label: "Email: contacto@villagourmet.com",
- href: "#",
- },
+ label: "Email: contacto@villagourmet.com", href: "#"},
],
},
]}