diff --git a/src/app/page.tsx b/src/app/page.tsx
index b2187db..8fe9619 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -57,42 +47,21 @@ export default function LandingPage() {
@@ -132,49 +95,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Surubí al Gran Paraná",
- price: "$28,000",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-boiled-chicken-with-cooked-potatoes-lemon-dark-background-photo-cuisine-dish-oil-color-food-meat-calorie-dinner-sauce_140725-158239.jpg",
- },
+ id: "1", name: "Surubí al Gran Paraná", price: "$28,000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boiled-chicken-with-cooked-potatoes-lemon-dark-background-photo-cuisine-dish-oil-color-food-meat-calorie-dinner-sauce_140725-158239.jpg"},
{
- id: "2",
- name: "Milanesa a caballo con fritas",
- price: "$22,000",
- imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-nuggets-with-fries_140725-2278.jpg",
- },
+ id: "2", name: "Milanesa a caballo con fritas", price: "$22,000", imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-nuggets-with-fries_140725-2278.jpg"},
{
- id: "3",
- name: "Ñoquis caseros bolognesa",
- price: "$20,000",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-italian-pasta-with-meat-tomato-sauce-grey-background-meal-pasta-dough-food-dinner_140725-77100.jpg",
- },
+ id: "3", name: "Ñoquis caseros bolognesa", price: "$20,000", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-italian-pasta-with-meat-tomato-sauce-grey-background-meal-pasta-dough-food-dinner_140725-77100.jpg"},
{
- id: "4",
- name: "Lomo a la criolla",
- price: "$30,000",
- imageSrc: "http://img.b2bpic.net/free-photo/beef-sandwich-with-broccoli-tomato-bread-served-with-fries_140725-1488.jpg",
- },
+ id: "4", name: "Lomo a la criolla", price: "$30,000", imageSrc: "http://img.b2bpic.net/free-photo/beef-sandwich-with-broccoli-tomato-bread-served-with-fries_140725-1488.jpg"},
{
- id: "5",
- name: "Flan mixto",
- price: "$12,000",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-mexican-dessert_23-2149517096.jpg",
- },
+ id: "5", name: "Flan mixto", price: "$12,000", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-mexican-dessert_23-2149517096.jpg"},
{
- id: "6",
- name: "Rabas al verdeo",
- price: "$24,000",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-rings-with-sweet-chili_140725-3764.jpg",
- },
+ id: "6", name: "Rabas al verdeo", price: "$24,000", imageSrc: "http://img.b2bpic.net/free-photo/fried-rings-with-sweet-chili_140725-3764.jpg"},
]}
title="Nuestros Platos Estrella"
description="Explora nuestra selección de especialidades que nos han convertido en un referente de la gastronomía en la región."
buttons={[
{
- text: "Ver menú completo",
- href: "#",
- },
+ text: "Ver menú completo", href: "#"},
]}
/>
@@ -187,45 +124,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "María G.",
- role: "Cliente",
- company: "Reconquista",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/chef-showing-his-fine-cuisine-professional-food-decoration_482257-10348.jpg",
- },
+ id: "1", name: "María G.", role: "Cliente", company: "Reconquista", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/chef-showing-his-fine-cuisine-professional-food-decoration_482257-10348.jpg"},
{
- id: "2",
- name: "Juan P.",
- role: "Cliente",
- company: "Reconquista",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-smelling-dish-after-cooking_329181-16139.jpg",
- },
+ id: "2", name: "Juan P.", role: "Cliente", company: "Reconquista", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-smelling-dish-after-cooking_329181-16139.jpg"},
{
- id: "3",
- name: "Ana R.",
- role: "Cliente",
- company: "Santa Fe",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cooking_23-2148723237.jpg",
- },
+ id: "3", name: "Ana R.", role: "Cliente", company: "Santa Fe", rating: 4,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cooking_23-2148723237.jpg"},
{
- id: "4",
- name: "Carlos M.",
- role: "Cliente",
- company: "Reconquista",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/chef-showing-plate-with-food-camera_23-2148471885.jpg",
- },
+ id: "4", name: "Carlos M.", role: "Cliente", company: "Reconquista", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/chef-showing-plate-with-food-camera_23-2148471885.jpg"},
{
- id: "5",
- name: "Lucía D.",
- role: "Cliente",
- company: "Avellaneda",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-cake_23-2147716929.jpg",
- },
+ id: "5", name: "Lucía D.", role: "Cliente", company: "Avellaneda", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-cake_23-2147716929.jpg"},
]}
title="Qué dicen nuestros clientes"
description="Más de 2.000 comensales nos avalan con una calificación promedio de 4.4 estrellas."
@@ -239,35 +151,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "s1",
- title: "Atención en Salón",
- author: "Ambiente acogedor",
- description: "Ven a disfrutar de un ambiente familiar y cálido.",
- tags: [
- "Salón",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/stones-natural-room-interior-design_23-2151890375.jpg",
- },
+ id: "s1", title: "Atención en Salón", author: "Ambiente acogedor", description: "Ven a disfrutar de un ambiente familiar y cálido.", tags: [
+ "Salón"],
+ imageSrc: "http://img.b2bpic.net/free-photo/stones-natural-room-interior-design_23-2151890375.jpg"},
{
- id: "s2",
- title: "Para Llevar",
- author: "Tu pedido listo",
- description: "Disfruta de nuestros platos en la comodidad de tu hogar.",
- tags: [
- "Takeaway",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-breakfast-table_181624-4385.jpg",
- },
+ id: "s2", title: "Para Llevar", author: "Tu pedido listo", description: "Disfruta de nuestros platos en la comodidad de tu hogar.", tags: [
+ "Takeaway"],
+ imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-breakfast-table_181624-4385.jpg"},
{
- id: "s3",
- title: "Opciones Vegetarianas",
- author: "Para todos los gustos",
- description: "Contamos con alternativas frescas y sabrosas.",
- tags: [
- "Vegetariano",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/half-shot-delicious-pasta-meal-black-plate-dinner-red-stripped-towel_140725-94560.jpg",
- },
+ id: "s3", title: "Opciones Vegetarianas", author: "Para todos los gustos", description: "Contamos con alternativas frescas y sabrosas.", tags: [
+ "Vegetariano"],
+ imageSrc: "http://img.b2bpic.net/free-photo/half-shot-delicious-pasta-meal-black-plate-dinner-red-stripped-towel_140725-94560.jpg"},
]}
title="Nuestros Servicios"
description="Estamos listos para recibirte con todas las comodidades."
@@ -281,22 +175,14 @@ export default function LandingPage() {
description="Calle 11 787, Reconquista. ¿Tienes alguna consulta o quieres reservar tu mesa? Contáctanos."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Nombre",
- required: true,
+ name: "name", type: "text", placeholder: "Nombre", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Teléfono",
- required: true,
+ name: "phone", type: "tel", placeholder: "Teléfono", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "Tu mensaje, fecha y cantidad de personas",
- rows: 4,
+ name: "message", placeholder: "Tu mensaje, fecha y cantidad de personas", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/illustration-tourist-attraction-city_23-2151852343.jpg"
@@ -308,33 +194,21 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file