Update src/app/page.tsx
This commit is contained in:
@@ -101,12 +101,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="extra" data-section="extra">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
buttons={[{ text: "Reservar ahora", href: "#contact" }]}
|
||||
textboxLayout="split-actions"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "¿Cuál es el horario?", content: "Abierto de martes a domingo hasta las 2:00." },
|
||||
{ id: "f2", title: "¿Dónde estamos?", content: "Av. de Europa, 3, Montilla." },
|
||||
{ id: "f3", title: "¿Es necesaria reserva?", content: "Muy recomendable, especialmente en fin de semana." },
|
||||
{ id: "f3", title: "¿Es necesaria reserva?", content: "Muy recomendable, especialmente en fin de semana. ¡Asegura tu mesa con nosotros!" },
|
||||
]}
|
||||
title="Información Útil"
|
||||
description="Preguntas frecuentes."
|
||||
|
||||
Reference in New Issue
Block a user