Update src/app/contacto/page.tsx
This commit is contained in:
@@ -17,8 +17,7 @@ export default function ContactPage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Navegación",
|
title: "Navegación", items: [
|
||||||
items: [
|
|
||||||
{ label: "Inicio", href: "/" },
|
{ label: "Inicio", href: "/" },
|
||||||
{ label: "Ramas", href: "/ramas" },
|
{ label: "Ramas", href: "/ramas" },
|
||||||
{ label: "Sobre nosotros", href: "/sobre-nosotros" },
|
{ label: "Sobre nosotros", href: "/sobre-nosotros" },
|
||||||
@@ -26,8 +25,7 @@ export default function ContactPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Scout Camelot",
|
title: "Scout Camelot", items: [
|
||||||
items: [
|
|
||||||
{ label: "Misión", href: "#" },
|
{ label: "Misión", href: "#" },
|
||||||
{ label: "Equipo", href: "#" },
|
{ label: "Equipo", href: "#" },
|
||||||
{ label: "Colabora con nosotros", href: "#" },
|
{ label: "Colabora con nosotros", href: "#" },
|
||||||
@@ -35,8 +33,7 @@ export default function ContactPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Política de privacidad", href: "#" },
|
{ label: "Política de privacidad", href: "#" },
|
||||||
{ label: "Términos de uso", href: "#" },
|
{ label: "Términos de uso", href: "#" },
|
||||||
{ label: "Cookies", href: "#" },
|
{ label: "Cookies", href: "#" },
|
||||||
@@ -52,7 +49,7 @@ export default function ContactPage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="compact"
|
contentWidth="compact"
|
||||||
sizing="largeSmallSizeLargeTitles"
|
sizing="largeSmallSizeLargeTitles"
|
||||||
background="fluid"
|
background="circleGradient"
|
||||||
cardStyle="inset"
|
cardStyle="inset"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
@@ -63,9 +60,7 @@ export default function ContactPage() {
|
|||||||
brandName="Scout Camelot"
|
brandName="Scout Camelot"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{
|
button={{
|
||||||
text: "Solicita Información",
|
text: "Solicita Información", href: "/contacto"}}
|
||||||
href: "/contacto",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -82,13 +77,11 @@ export default function ContactPage() {
|
|||||||
{ name: "phone", type: "tel", placeholder: "Teléfono de contacto", required: true },
|
{ name: "phone", type: "tel", placeholder: "Teléfono de contacto", required: true },
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "¿Tienes alguna pregunta o comentario sobre nuestras actividades?", rows: 5,
|
||||||
placeholder: "¿Tienes alguna pregunta o comentario sobre nuestras actividades?",
|
|
||||||
rows: 5,
|
|
||||||
required: false,
|
required: false,
|
||||||
}}
|
}}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-scouts-with-map-outdoors_23-2149885213.jpg?_wi=3"
|
imageSrc="http://img.b2bpic.net/free-photo/full-shot-scouts-with-map-outdoors_23-2149885213.jpg"
|
||||||
imageAlt="Actividades de Scout Camelot"
|
imageAlt="Actividades de Scout Camelot"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
@@ -100,10 +93,7 @@ export default function ContactPage() {
|
|||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
title="¿Dónde nos encuentras?"
|
title="¿Dónde nos encuentras?"
|
||||||
description={[
|
description={[
|
||||||
"Scout Camelot se reúne cada sábado por la tarde en Pozuelo de Alarcón. Nuestro grupo es consolidado y acogedor.",
|
"Scout Camelot se reúne cada sábado por la tarde en Pozuelo de Alarcón. Nuestro grupo es consolidado y acogedor.", "Puedes visitarnos directamente para conocer a nuestro equipo educativo y que tus hijos conozcan a otros miembros.", "¿Prefieres contactar antes? Llámanos al 912 345 678 o envía un correo a info@scoutcamelot.es. Responderemos a la mayor brevedad."]}
|
||||||
"Puedes visitarnos directamente para conocer a nuestro equipo educativo y que tus hijos conozcan a otros miembros.",
|
|
||||||
"¿Prefieres contactar antes? Llámanos al 912 345 678 o envía un correo a info@scoutcamelot.es. Responderemos a la mayor brevedad.",
|
|
||||||
]}
|
|
||||||
buttons={[{ text: "Volver al inicio", href: "/" }]}
|
buttons={[{ text: "Volver al inicio", href: "/" }]}
|
||||||
showBorder={false}
|
showBorder={false}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user