diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4198ca7..beada8e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,23 +31,17 @@ export default function LandingPage() {
@@ -57,13 +51,9 @@ export default function LandingPage() {
description="En Sandwichería y Rotisería Los Hermanos, preparamos empanadas, pollos y picadas con sabor a hogar. Sunchales nos elige por nuestra calidad y atención."
buttons={[
{
- text: "Llamar ahora",
- href: "tel:+543493000000",
- },
+ text: "Llamar ahora", href: "tel:+543493000000"},
{
- text: "Hacer pedido",
- href: "#contacto",
- },
+ text: "Hacer pedido", href: "#contacto"},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-people-holding-plate_23-2149882898.jpg"
imageAlt="Pollo asado y empanadas tradicionales"
@@ -75,30 +65,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Excelente atención",
- imageSrc: "http://img.b2bpic.net/free-photo/merchant-giving-package-courier_482257-90451.jpg?_wi=1",
- },
+ id: "1", name: "Excelente atención", imageSrc: "http://img.b2bpic.net/free-photo/merchant-giving-package-courier_482257-90451.jpg"},
{
- id: "2",
- name: "Comida exquisita",
- imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg",
- },
+ id: "2", name: "Comida exquisita", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg"},
{
- id: "3",
- name: "Precios accesibles",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-taking-selfie-with-phone_23-2149019196.jpg",
- },
+ id: "3", name: "Precios accesibles", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-taking-selfie-with-phone_23-2149019196.jpg"},
{
- id: "4",
- name: "Sabor casero total",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
- },
+ id: "4", name: "Sabor casero total", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg"},
{
- id: "5",
- name: "Muy rápidos con el envío",
- imageSrc: "http://img.b2bpic.net/free-photo/merchant-giving-package-courier_482257-90451.jpg?_wi=2",
- },
+ id: "5", name: "Muy rápidos con el envío", imageSrc: "http://img.b2bpic.net/free-photo/merchant-giving-package-courier_482257-90451.jpg"},
]}
cardTitle="4.6 ⭐ Rating en Google"
cardTag="Lo que dicen nuestros vecinos"
@@ -114,26 +89,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Empanadas Artesanales",
- price: "$ Consultar",
- variant: "Docena / Media",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-plate-cooked-ravioli-pasta-wooden-table_23-2148246784.jpg",
- },
+ id: "1", name: "Empanadas Artesanales", price: "$ Consultar", variant: "Docena / Media", imageSrc: "http://img.b2bpic.net/free-photo/delicious-plate-cooked-ravioli-pasta-wooden-table_23-2148246784.jpg"},
{
- id: "2",
- name: "Pollo al Asador",
- price: "$ Consultar",
- variant: "Domingos",
- imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-with-delicious-turkey_23-2148306266.jpg",
- },
+ id: "2", name: "Pollo al Asador", price: "$ Consultar", variant: "Domingos", imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-with-delicious-turkey_23-2148306266.jpg"},
{
- id: "3",
- name: "Sándwiches de Milanesa",
- price: "$ Consultar",
- variant: "Completo",
- imageSrc: "http://img.b2bpic.net/free-photo/panini-sandwich-with-ham-cheese-tomato-arugula-wooden-table_123827-27320.jpg",
- },
+ id: "3", name: "Sándwiches de Milanesa", price: "$ Consultar", variant: "Completo", imageSrc: "http://img.b2bpic.net/free-photo/panini-sandwich-with-ham-cheese-tomato-arugula-wooden-table_123827-27320.jpg"},
]}
title="Nuestros Clásicos"
description="Desde nuestras famosas empanadas hasta el pollo asado de los domingos, todo es elaborado artesanalmente."
@@ -147,20 +107,11 @@ export default function LandingPage() {
description="Nos apasiona el sabor de lo nuestro."
accordionItems={[
{
- id: "a1",
- title: "Recetas Caseras",
- content: "Usamos técnicas tradicionales transmitidas de generación en generación.",
- },
+ id: "a1", title: "Recetas Caseras", content: "Usamos técnicas tradicionales transmitidas de generación en generación."},
{
- id: "a2",
- title: "Ingredientes Frescos",
- content: "Seleccionamos materia prima local para garantizar la mejor calidad en cada bocado.",
- },
+ id: "a2", title: "Ingredientes Frescos", content: "Seleccionamos materia prima local para garantizar la mejor calidad en cada bocado."},
{
- id: "a3",
- title: "Atención Familiar",
- content: "Te atendemos como si fueras de nuestra propia casa.",
- },
+ id: "a3", title: "Atención Familiar", content: "Te atendemos como si fueras de nuestra propia casa."},
]}
imageSrc="http://img.b2bpic.net/free-photo/cook-cuts-grilled-chicken_140725-6428.jpg"
mediaAnimation="slide-up"
@@ -174,23 +125,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- icon: MousePointer,
- title: "1. Elegí tu menú",
- value: "Explorá la carta",
- },
+ id: "m1", icon: MousePointer,
+ title: "1. Elegí tu menú", value: "Explorá la carta"},
{
- id: "m2",
- icon: Phone,
- title: "2. Llamanos",
- value: "Asegurá tu pedido",
- },
+ id: "m2", icon: Phone,
+ title: "2. Llamanos", value: "Asegurá tu pedido"},
{
- id: "m3",
- icon: Clock,
- title: "3. Recibí o Retirá",
- value: "Calentito en casa",
- },
+ id: "m3", icon: Clock,
+ title: "3. Recibí o Retirá", value: "Calentito en casa"},
]}
title="Pedir es muy simple"
description="Disfrutá en pocos pasos."
@@ -201,20 +143,15 @@ export default function LandingPage() {
@@ -223,13 +160,9 @@ export default function LandingPage() {