diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4989e33..3781d6b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
@@ -61,99 +51,56 @@ export default function LandingPage() {
@@ -173,25 +120,16 @@ export default function LandingPage() {
@@ -317,20 +200,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "1",
- title: "¿Cuáles son sus horarios?",
- content: "Estamos abiertos para servirte a partir de las 8:00 a.m. los lunes.",
- },
+ id: "1", title: "¿Cuáles son sus horarios?", content: "Estamos abiertos para servirte a partir de las 8:00 a.m. los lunes."},
{
- id: "2",
- title: "¿Tienen entrega a domicilio?",
- content: "Sí, contamos con servicio de entrega a domicilio para tu comodidad.",
- },
+ id: "2", title: "¿Tienen entrega a domicilio?", content: "Sí, contamos con servicio de entrega a domicilio para tu comodidad."},
{
- id: "3",
- title: "¿Dónde se encuentran?",
- content: "Estamos en la calle Constitución 49, Santa Cruz de Mao.",
- },
+ id: "3", title: "¿Dónde se encuentran?", content: "Estamos en la calle Constitución 49, Santa Cruz de Mao."},
]}
title="Preguntas Frecuentes"
description="Todo lo que necesitas saber sobre Elena's Boutique."
@@ -345,22 +219,14 @@ export default function LandingPage() {
description="Estamos listos para asesorarte con tus próximas compras."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Nombre",
- required: true,
+ name: "name", type: "text", placeholder: "Nombre", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Correo Electrónico",
- required: true,
+ name: "email", type: "email", placeholder: "Correo Electrónico", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "Tu consulta...",
- rows: 4,
+ name: "message", placeholder: "Tu consulta...", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/couple-together-walking-street-valentines-day_1303-25958.jpg"
/>
@@ -372,29 +238,19 @@ export default function LandingPage() {
{
items: [
{
- label: "Inicio",
- href: "#hero",
- },
+ label: "Inicio", href: "#hero"},
{
- label: "Productos",
- href: "#products",
- },
+ label: "Productos", href: "#products"},
{
- label: "Contacto",
- href: "#contact",
- },
+ label: "Contacto", href: "#contact"},
],
},
{
items: [
{
- label: "Facebook",
- href: "#",
- },
+ label: "Facebook", href: "#"},
{
- label: "Instagram",
- href: "https://instagram.com",
- },
+ label: "Instagram", href: "https://instagram.com"},
],
},
]}