Update src/app/page.tsx
This commit is contained in:
142
src/app/page.tsx
142
src/app/page.tsx
@@ -34,19 +34,19 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home", id: "/"},
|
name: "Inicio", id: "/"},
|
||||||
{
|
{
|
||||||
name: "About", id: "#about"},
|
name: "Nosotros", id: "#about"},
|
||||||
{
|
{
|
||||||
name: "Features", id: "#features"},
|
name: "Características", id: "#features"},
|
||||||
{
|
{
|
||||||
name: "Pricing", id: "#pricing"},
|
name: "Precios", id: "#pricing"},
|
||||||
{
|
{
|
||||||
name: "Testimonials", id: "#testimonials"},
|
name: "Testimonios", id: "#testimonials"},
|
||||||
{
|
{
|
||||||
name: "FAQ", id: "#faq"},
|
name: "Preguntas Frecuentes", id: "#faq"},
|
||||||
{
|
{
|
||||||
name: "Contact", id: "#contact"},
|
name: "Contacto", id: "#contact"},
|
||||||
]}
|
]}
|
||||||
brandName="SIX PADEL"
|
brandName="SIX PADEL"
|
||||||
/>
|
/>
|
||||||
@@ -55,16 +55,16 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="SIX PADEL"
|
logoText="SIX PADEL"
|
||||||
description="Experience the thrill of padel on our premium courts, designed for players of all levels. Book your court and join the vibrant padel community at SIX PADEL!"
|
description="¡Vive la emoción del pádel en nuestras canchas premium, diseñadas para jugadores de todos los niveles. Reserva tu cancha y únete a la vibrante comunidad de pádel en SIX PADEL!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Your Court", href: "#contact"},
|
text: "Reserva Tu Cancha", href: "#contact"},
|
||||||
{
|
{
|
||||||
text: "Learn More", href: "#about"},
|
text: "Saber Más", href: "#about"},
|
||||||
]}
|
]}
|
||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-empty-paddle-tennis-field_23-2149458993.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/side-view-empty-paddle-tennis-field_23-2149458993.jpg"
|
||||||
imageAlt="Padel court interior with bright lighting"
|
imageAlt="Interior de una cancha de pádel con iluminación brillante"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -73,11 +73,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text", content: "About SIX PADEL"},
|
type: "text", content: "Acerca de SIX PADEL"},
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "See Our Courts", href: "#features"},
|
text: "Ver Nuestras Canchas", href: "#features"},
|
||||||
]}
|
]}
|
||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
@@ -90,30 +90,30 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "State-of-the-Art Courts", description: "Play on our two meticulously maintained padel courts with optimal lighting for both day and night games. Our high-quality surfaces ensure a consistent bounce and an enjoyable game every time.", phoneOne: {
|
title: "Canchas de Última Generación", description: "Juega en nuestras dos canchas de pádel meticulosamente mantenidas con iluminación óptima para partidos de día y de noche. Nuestras superficies de alta calidad garantizan un rebote consistente y un juego placentero en todo momento.", phoneOne: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stands-outdoor-gym-with-phone_140725-16426.jpg", imageAlt: "Padel court booking app on phone"},
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-stands-outdoor-gym-with-phone_140725-16426.jpg", imageAlt: "Aplicación de reserva de cancha de pádel en el teléfono"},
|
||||||
phoneTwo: {
|
phoneTwo: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sports-girl-resting_1157-17054.jpg", imageAlt: "Padel court lighting controls on phone"}
|
imageSrc: "http://img.b2bpic.net/free-photo/sports-girl-resting_1157-17054.jpg", imageAlt: "Controles de iluminación de cancha de pádel en el teléfono"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Flexible Booking & Hours", description: "Enjoy convenient booking options and extended operating hours to fit your busy schedule. We're open evenings during the week and all day on weekends, ensuring you always find a time to play.", phoneOne: {
|
title: "Reserva y Horarios Flexibles", description: "Disfruta de opciones de reserva convenientes y horarios extendidos para adaptarse a tu apretada agenda. Estamos abiertos por las tardes entre semana y todo el día los fines de semana, asegurando que siempre encuentres un momento para jugar.", phoneOne: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-smartphone_23-2149743756.jpg", imageAlt: "Padel court schedule on phone"},
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-smartphone_23-2149743756.jpg", imageAlt: "Horario de cancha de pádel en el teléfono"},
|
||||||
phoneTwo: {
|
phoneTwo: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-businesswoman-with-smartphone_23-2147702450.jpg", imageAlt: "Padel court booking calendar on phone"}
|
imageSrc: "http://img.b2bpic.net/free-photo/back-view-businesswoman-with-smartphone_23-2147702450.jpg", imageAlt: "Calendario de reserva de cancha de pádel en el teléfono"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Refreshments & Great Service", description: "Our friendly staff provides excellent service, making your visit enjoyable. Visit our full-service cantina for refreshing beverages and snacks to keep you energized during your game, all at accessible prices.", phoneOne: {
|
title: "Refrigerios y Gran Servicio", description: "Nuestro amable personal ofrece un excelente servicio, haciendo tu visita placentera. Visita nuestra cantina de servicio completo para bebidas refrescantes y refrigerios para mantenerte energizado durante tu partido, todo a precios accesibles.", phoneOne: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/craft-beer-concept-with-hipster-couple_23-2148111280.jpg", imageAlt: "Beverage menu on phone"},
|
imageSrc: "http://img.b2bpic.net/free-photo/craft-beer-concept-with-hipster-couple_23-2148111280.jpg", imageAlt: "Menú de bebidas en el teléfono"},
|
||||||
phoneTwo: {
|
phoneTwo: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/defocused-young-male-athlete-showing-mobile-phone-screen-toward-camera_23-2148162105.jpg", imageAlt: "Padel court booking confirmation on phone"}
|
imageSrc: "http://img.b2bpic.net/free-photo/defocused-young-male-athlete-showing-mobile-phone-screen-toward-camera_23-2148162105.jpg", imageAlt: "Confirmación de reserva de cancha de pádel en el teléfono"}
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
showStepNumbers={true}
|
showStepNumbers={true}
|
||||||
title="Why Choose SIX PADEL?"
|
title="¿Por Qué Elegir SIX PADEL?"
|
||||||
description="We offer a superior padel experience with top-tier facilities and exceptional service."
|
description="Ofrecemos una experiencia de pádel superior con instalaciones de primera categoría y un servicio excepcional."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Make a Reservation", href: "#contact"
|
text: "Hacer una Reserva", href: "#contact"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -126,26 +126,26 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "peak-hour", title: "Peak Hour Play", price: "$20", period: "/hour", features: [
|
id: "peak-hour", title: "Juego en Hora Pico", price: "$20", period: "/hora", features: [
|
||||||
"Access during 5pm-12am weekdays", "Access during 10am-12am weekends", "Perfect for after-work games"],
|
"Acceso de 5pm a 12am entre semana", "Acceso de 10am a 12am los fines de semana", "Perfecto para partidos después del trabajo"],
|
||||||
button: {
|
button: {
|
||||||
text: "Book Peak Slot", href: "#contact"},
|
text: "Reservar Franja Pico", href: "#contact"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-composition-basketball-sport_52683-117173.jpg", imageAlt: "Padel court during peak hours"},
|
imageSrc: "http://img.b2bpic.net/free-photo/3d-composition-basketball-sport_52683-117173.jpg", imageAlt: "Cancha de pádel durante horas pico"},
|
||||||
{
|
{
|
||||||
id: "off-peak", title: "Off-Peak Savings", price: "$15", period: "/hour", features: [
|
id: "off-peak", title: "Ahorro Fuera de Hora Pico", price: "$15", period: "/hora", features: [
|
||||||
"Access during 10am-5pm weekdays", "Ideal for flexible schedules", "Great value for morning/afternoon play"],
|
"Acceso de 10am a 5pm entre semana", "Ideal para horarios flexibles", "Excelente valor para jugar por la mañana/tarde"],
|
||||||
button: {
|
button: {
|
||||||
text: "Book Off-Peak", href: "#contact"},
|
text: "Reservar Fuera de Hora Pico", href: "#contact"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bright-blue-colored-noisy-surface_23-2147754832.jpg", imageAlt: "Padel court during off-peak hours"},
|
imageSrc: "http://img.b2bpic.net/free-photo/bright-blue-colored-noisy-surface_23-2147754832.jpg", imageAlt: "Cancha de pádel durante horas de menor afluencia"},
|
||||||
{
|
{
|
||||||
id: "monthly-pass", title: "Monthly Membership", price: "$200", period: "/month", features: [
|
id: "monthly-pass", title: "Membresía Mensual", price: "$200", period: "/mes", features: [
|
||||||
"Unlimited off-peak access", "2 peak hour bookings included", "Priority booking window", "Discount on merchandise"],
|
"Acceso ilimitado fuera de hora pico", "2 reservas de hora pico incluidas", "Ventana de reserva prioritaria", "Descuento en mercadería"],
|
||||||
button: {
|
button: {
|
||||||
text: "Join Membership", href: "#contact"},
|
text: "Unirse a la Membresía", href: "#contact"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paddle-tennis-court_23-2149434128.jpg", imageAlt: "Padel court for monthly membership"},
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paddle-tennis-court_23-2149434128.jpg", imageAlt: "Cancha de pádel para membresía mensual"},
|
||||||
]}
|
]}
|
||||||
title="Flexible Padel Court Pricing"
|
title="Precios Flexibles de Canchas de Pádel"
|
||||||
description="Choose the best plan for your game, whether you're a casual player or a regular."
|
description="Elige el mejor plan para tu juego, seas un jugador ocasional o habitual."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -155,18 +155,18 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Karina Pedrozo", date: "9 months ago", title: "Outstanding Experience", quote: "Excellent place and attention !! 🤩 The courts are top-notch and the staff is always so welcoming. Highly recommend!", tag: "Player", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", avatarAlt: "Avatar of Karina Pedrozo", imageSrc: "http://img.b2bpic.net/free-photo/people-playing-padle-tennis-inside_23-2149444551.jpg", imageAlt: "People playing padel"},
|
id: "1", name: "Karina Pedrozo", date: "hace 9 meses", title: "Experiencia Sobresaliente", quote: "Excelente lugar y atención !! 🤩 Las canchas son de primera y el personal siempre es muy amable. ¡Altamente recomendado!", tag: "Jugadora", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", avatarAlt: "Avatar de Karina Pedrozo", imageSrc: "http://img.b2bpic.net/free-photo/people-playing-padle-tennis-inside_23-2149444551.jpg", imageAlt: "Gente jugando pádel"},
|
||||||
{
|
{
|
||||||
id: "2", name: "Javier Alvarenga", date: "1 year ago", title: "Great Value & Service", quote: "Very good service, accessible beer prices. It’s the perfect spot to relax and play a good game with friends after work.", tag: "Local Guide", avatarSrc: "http://img.b2bpic.net/free-photo/young-player-holding-her-squash-racket_23-2147601802.jpg", avatarAlt: "Avatar of Javier Alvarenga", imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-playing-tennis_23-2148250979.jpg", imageAlt: "Padel court at sunset"},
|
id: "2", name: "Javier Alvarenga", date: "hace 1 año", title: "Gran Valor y Servicio", quote: "Muy buen servicio, precios accesibles de cerveza. Es el lugar perfecto para relajarse y jugar un buen partido con amigos después del trabajo.", tag: "Guía Local", avatarSrc: "http://img.b2bpic.net/free-photo/young-player-holding-her-squash-racket_23-2147601802.jpg", avatarAlt: "Avatar de Javier Alvarenga", imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-playing-tennis_23-2148250979.jpg", imageAlt: "Cancha de pádel al atardecer"},
|
||||||
{
|
{
|
||||||
id: "3", name: "Moises Talavera", date: "2 years ago", title: "Excellent Facility", quote: "Very good service, everything correct. A slight improvement in ventilation for very hot days would make it absolutely perfect!", tag: "Local Guide", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-outdoors_23-2148747426.jpg", avatarAlt: "Avatar of Moises Talavera", imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-play-paddle-tennis-inside_23-2149444564.jpg", imageAlt: "Padel rackets and balls"},
|
id: "3", name: "Moises Talavera", date: "hace 2 años", title: "Excelente Instalación", quote: "Muy buen servicio, todo correcto. Una pequeña mejora en la ventilación para los días muy calurosos lo haría absolutamente perfecto!", tag: "Guía Local", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-outdoors_23-2148747426.jpg", avatarAlt: "Avatar de Moisés Talavera", imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-play-paddle-tennis-inside_23-2149444564.jpg", imageAlt: "Palas y pelotas de pádel"},
|
||||||
{
|
{
|
||||||
id: "4", name: "Sofia G.", date: "6 months ago", title: "My Favorite Padel Spot", quote: "SIX PADEL has become my go-to place for padel. The courts are always clean, and the ambiance is fantastic. Truly an excellent place!", tag: "Regular Player", avatarSrc: "http://img.b2bpic.net/free-photo/woman-playing-padel_657883-319.jpg", avatarAlt: "Avatar of Sofia G.", imageSrc: "http://img.b2bpic.net/free-photo/sexy-woman-is-posing-photographer-while-sitting-tennis-court-with-racquet_613910-3609.jpg", imageAlt: "Padel players in action"},
|
id: "4", name: "Sofia G.", date: "hace 6 meses", title: "Mi Lugar Favorito para el Pádel", quote: "SIX PADEL se ha convertido en mi lugar preferido para jugar pádel. Las canchas siempre están limpias y el ambiente es fantástico. ¡Verdaderamente un excelente lugar!", tag: "Jugadora Habitual", avatarSrc: "http://img.b2bpic.net/free-photo/woman-playing-padel_657883-319.jpg", avatarAlt: "Avatar de Sofía G.", imageSrc: "http://img.b2bpic.net/free-photo/sexy-woman-is-posing-photographer-while-sitting-tennis-court-with-racquet_613910-3609.jpg", imageAlt: "Jugadores de pádel en acción"},
|
||||||
{
|
{
|
||||||
id: "5", name: "Roberto M.", date: "3 months ago", title: "Fantastic Community", quote: "Beyond the great courts, the community here is amazing. Always friendly faces and competitive games. Couldn't ask for more.", tag: "Team Captain", avatarSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-play-paddle-tennis-inside_23-2149444559.jpg", avatarAlt: "Avatar of Roberto M.", imageSrc: "http://img.b2bpic.net/free-photo/paddle-tennis-white-line_23-2149459021.jpg", imageAlt: "Green padel court"},
|
id: "5", name: "Roberto M.", date: "hace 3 meses", title: "Comunidad Fantástica", quote: "Más allá de las excelentes canchas, la comunidad aquí es increíble. Siempre caras amigables y partidos competitivos. No podría pedir más.", tag: "Capitán del Equipo", avatarSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-play-paddle-tennis-inside_23-2149444559.jpg", avatarAlt: "Avatar de Roberto M.", imageSrc: "http://img.b2bpic.net/free-photo/paddle-tennis-white-line_23-2149459021.jpg", imageAlt: "Cancha de pádel verde"},
|
||||||
]}
|
]}
|
||||||
title="Hear From Our Players"
|
title="Escucha a Nuestros Jugadores"
|
||||||
description="Our community loves playing at SIX PADEL. Read what they have to say!"
|
description="A nuestra comunidad le encanta jugar en SIX PADEL. ¡Lee lo que tienen que decir!"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -175,24 +175,24 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"San Lorenzo Padel Club", "Athletic Union", "Smash & Play", "Court Masters", "Victory Sports", "Grand Slam League", "Elite Padel Academy"]}
|
"San Lorenzo Padel Club", "Unión Atlética", "Smash & Play", "Maestros de Cancha", "Deportes Victoria", "Liga Grand Slam", "Academia Élite de Pádel"]}
|
||||||
title="Trusted by Local Padel Enthusiasts"
|
title="Confiado por Entusiastas Locales del Pádel"
|
||||||
description="SIX PADEL is the preferred choice for players and local sports clubs."
|
description="SIX PADEL es la opción preferida para jugadores y clubes deportivos locales."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardFourteen
|
<MetricCardFourteen
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="SIX PADEL by the Numbers"
|
title="SIX PADEL en Cifras"
|
||||||
tag="Our Achievements"
|
tag="Nuestros Logros"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1", value: "4.4", description: "Average Rating (80+ Reviews)"},
|
id: "1", value: "4.4", description: "Calificación Promedio (más de 80 Reseñas)"},
|
||||||
{
|
{
|
||||||
id: "2", value: "1000+", description: "Happy Players Every Month"},
|
id: "2", value: "1000+", description: "Jugadores Contentos Cada Mes"},
|
||||||
{
|
{
|
||||||
id: "3", value: "3+", description: "Years of Padel Excellence"},
|
id: "3", value: "3+", description: "Años de Excelencia en Pádel"},
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -204,18 +204,18 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1", title: "How do I book a court?", content: "You can easily book a court through our website's contact form or by calling us directly at 0994 600046 during operating hours."},
|
id: "1", title: "¿Cómo reservo una cancha?", content: "Puedes reservar una cancha fácilmente a través de nuestro formulario de contacto en el sitio web o llamándonos directamente al 0994 600046 durante el horario de atención."},
|
||||||
{
|
{
|
||||||
id: "2", title: "What are your operating hours?", content: "We are open Wednesday to Friday from 5 PM to 12 AM, and Saturday to Sunday from 10 AM to 12 AM. Monday and Tuesday hours are 5 PM to 12 AM."},
|
id: "2", title: "¿Cuáles son sus horarios de atención?", content: "Estamos abiertos de miércoles a viernes de 5 PM a 12 AM, y de sábado a domingo de 10 AM a 12 AM. Los lunes y martes el horario es de 5 PM a 12 AM."},
|
||||||
{
|
{
|
||||||
id: "3", title: "Do I need to bring my own equipment?", content: "While you are welcome to bring your own equipment, we also offer padel rackets and balls for rent at competitive prices at our facility."},
|
id: "3", title: "¿Necesito traer mi propio equipo?", content: "Si bien eres bienvenido a traer tu propio equipo, también ofrecemos alquiler de palas y pelotas de pádel a precios competitivos en nuestras instalaciones."},
|
||||||
{
|
{
|
||||||
id: "4", title: "Is there parking available?", content: "Yes, ample parking space is available on-site for all our visitors. Our facility is located at Leopardi San Lorenzo, 1838."},
|
id: "4", title: "¿Hay estacionamiento disponible?", content: "Sí, hay un amplio espacio de estacionamiento disponible en el lugar para todos nuestros visitantes. Nuestras instalaciones se encuentran en Leopardi San Lorenzo, 1838."},
|
||||||
{
|
{
|
||||||
id: "5", title: "Can I cancel or reschedule my booking?", content: "Yes, you can cancel or reschedule your booking up to 24 hours in advance without any charge. Please contact us directly for any changes."},
|
id: "5", title: "¿Puedo cancelar o reprogramar mi reserva?", content: "Sí, puedes cancelar o reprogramar tu reserva hasta con 24 horas de antelación sin ningún cargo. Por favor, contáctanos directamente para cualquier cambio."},
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Preguntas Frecuentes"
|
||||||
description="Find quick answers to common questions about booking, facilities, and more."
|
description="Encuentra respuestas rápidas a preguntas comunes sobre reservas, instalaciones y más."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -223,35 +223,35 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Get in Touch with SIX PADEL"
|
title="Ponte en Contacto con SIX PADEL"
|
||||||
description="Ready to hit the court? Send us a message or find us on the map. We're here to help!"
|
description="¿Listo para la cancha? Envíanos un mensaje o encuéntranos en el mapa. ¡Estamos aquí para ayudarte!"
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
name: "name", type: "text", placeholder: "Tu Nombre", required: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
name: "email", type: "email", placeholder: "Tu Correo Electrónico", required: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "phone", type: "tel", placeholder: "Your Phone (Optional)", required: false,
|
name: "phone", type: "tel", placeholder: "Tu Teléfono (Opcional)", required: false,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message", placeholder: "Your Message", rows: 4,
|
name: "message", placeholder: "Tu Mensaje", rows: 4,
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/lonely-tennis-court_1122-1384.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/lonely-tennis-court_1122-1384.jpg"
|
||||||
imageAlt="Exterior view of SIX PADEL facility and location map"
|
imageAlt="Vista exterior de las instalaciones de SIX PADEL y mapa de ubicación"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttonText="Send Message"
|
buttonText="Enviar Mensaje"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterCard
|
||||||
logoText="SIX PADEL"
|
logoText="SIX PADEL"
|
||||||
copyrightText="© 2024 SIX PADEL. All rights reserved."
|
copyrightText="© 2024 SIX PADEL. Todos los derechos reservados."
|
||||||
socialLinks={[
|
socialLinks={[
|
||||||
{
|
{
|
||||||
icon: Instagram,
|
icon: Instagram,
|
||||||
@@ -262,4 +262,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user