diff --git a/src/app/page.tsx b/src/app/page.tsx index ec3431f..a7771e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,17 +31,11 @@ export default function LandingPage() { @@ -50,19 +44,14 @@ export default function LandingPage() {
@@ -200,20 +133,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "¿Tienen opciones sin gluten?", - content: "¡Sí! Elaboramos nuestra propia masa sin gluten de forma artesanal, manteniendo la esencia napolitana.", - }, + id: "f1", title: "¿Tienen opciones sin gluten?", content: "¡Sí! Elaboramos nuestra propia masa sin gluten de forma artesanal, manteniendo la esencia napolitana."}, { - id: "f2", - title: "¿Dónde están ubicados?", - content: "Nos encontramos en Av. de la Comunitat Valenciana, 27, en Elche, muy cerca del palmeral.", - }, + id: "f2", title: "¿Dónde están ubicados?", content: "Nos encontramos en Av. de la Comunitat Valenciana, 27, en Elche, muy cerca del palmeral."}, { - id: "f3", - title: "¿Cómo reservo?", - content: "Puedes llamarnos al 966 16 88 38 o escribirnos a donnasofia20@gmail.com.", - }, + id: "f3", title: "¿Cómo reservo?", content: "Puedes llamarnos al 966 16 88 38 o escribirnos a donnasofia20@gmail.com."}, ]} imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-seafood-table_23-2149410755.jpg" title="Preguntas Frecuentes" @@ -228,30 +152,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Elena M.", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-laugh_23-2148395406.jpg", - }, + id: "t1", name: "Elena M.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-laugh_23-2148395406.jpg"}, { - id: "t2", - name: "Carlos R.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-enjoying-christmas-dinner-table-together-with-close-family-members-while-smiling-heartily-camera-joyful-person-sitting-living-room-while-celebrating-traditional-winter-holiday_482257-46994.jpg", - }, + id: "t2", name: "Carlos R.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-enjoying-christmas-dinner-table-together-with-close-family-members-while-smiling-heartily-camera-joyful-person-sitting-living-room-while-celebrating-traditional-winter-holiday_482257-46994.jpg"}, { - id: "t3", - name: "Lucía P.", - imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-girl-holds-broccoli-lettuce-cupcake-looks-excited-eating-pastry-vegetables-whit_1258-173996.jpg", - }, + id: "t3", name: "Lucía P.", imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-girl-holds-broccoli-lettuce-cupcake-looks-excited-eating-pastry-vegetables-whit_1258-173996.jpg"}, { - id: "t4", - name: "Marcos V.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-tasty-food_23-2150168091.jpg", - }, + id: "t4", name: "Marcos V.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-tasty-food_23-2150168091.jpg"}, { - id: "t5", - name: "Sofía G.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-charming-delighted-cute-female-customer-give-positive-feedback-show-thumbsup-like-gesture-smiling-broadly-agree-recommend-perfect-product-skincare-standing-satisfied-orange-background_1258-308855.jpg", - }, + id: "t5", name: "Sofía G.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-charming-delighted-cute-female-customer-give-positive-feedback-show-thumbsup-like-gesture-smiling-broadly-agree-recommend-perfect-product-skincare-standing-satisfied-orange-background_1258-308855.jpg"}, ]} cardTitle="Lo que dicen nuestros clientes" cardTag="Experiencias" @@ -266,20 +175,12 @@ export default function LandingPage() { description="Ven a disfrutar del mejor sabor italiano en Elche." inputs={[ { - name: "nombre", - type: "text", - placeholder: "Tu nombre", - }, + name: "nombre", type: "text", placeholder: "Tu nombre"}, { - name: "email", - type: "email", - placeholder: "Tu email", - }, + name: "email", type: "email", placeholder: "Tu email"}, ]} textarea={{ - name: "mensaje", - placeholder: "Detalles de tu reserva...", - }} + name: "mensaje", placeholder: "Detalles de tu reserva..."}} imageSrc="http://img.b2bpic.net/free-photo/high-angle-hand-cutting-pizza-wooden-table_23-2148305681.jpg" /> @@ -289,38 +190,25 @@ export default function LandingPage() { logoText="Donna Sofia" columns={[ { - title: "Contacto", - items: [ + title: "Contacto", items: [ { - label: "966 16 88 38", - href: "tel:966168838", - }, + label: "966 16 88 38", href: "tel:966168838"}, { - label: "donnasofia20@gmail.com", - href: "mailto:donnasofia20@gmail.com", - }, + label: "donnasofia20@gmail.com", href: "mailto:donnasofia20@gmail.com"}, ], }, { - title: "Ubicación", - items: [ + title: "Ubicación", items: [ { - label: "Av. de la Comunitat Valenciana, 27", - href: "#", - }, + label: "Av. de la Comunitat Valenciana, 27", href: "#"}, ], }, { - title: "Síguenos", - items: [ + title: "Síguenos", items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, ], }, ]} @@ -330,4 +218,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file