diff --git a/src/app/page.tsx b/src/app/page.tsx
index dc7dd26..e2c21f4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,38 +46,19 @@ export default function LandingPage() {
@@ -257,22 +169,14 @@ export default function LandingPage() {
description="Estamos ubicados en la vía Interamericana. ¡Ven a vivir la experiencia Chao Pescao hoy mismo!"
inputs={[
{
- name: "nombre",
- type: "text",
- placeholder: "Tu nombre",
- required: true,
+ name: "nombre", type: "text", placeholder: "Tu nombre", required: true,
},
{
- name: "telefono",
- type: "tel",
- placeholder: "Tu teléfono",
- required: true,
+ name: "telefono", type: "tel", placeholder: "Tu teléfono", required: true,
},
]}
textarea={{
- name: "mensaje",
- placeholder: "¿Cómo podemos ayudarte hoy?",
- rows: 4,
+ name: "mensaje", placeholder: "¿Cómo podemos ayudarte hoy?", rows: 4,
required: true,
}}
buttonText="Pedir por WhatsApp"
@@ -289,14 +193,10 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
- href: "#",
- ariaLabel: "Instagram",
- },
+ href: "#", ariaLabel: "Instagram"},
{
icon: Facebook,
- href: "#",
- ariaLabel: "Facebook",
- },
+ href: "#", ariaLabel: "Facebook"},
]}
/>