Merge version_2 into main #1
431
src/app/page.tsx
431
src/app/page.tsx
@@ -34,37 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
name: "Nosotros", id: "about"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "features",
|
||||
},
|
||||
name: "Servicios", id: "features"},
|
||||
{
|
||||
name: "Productos",
|
||||
id: "products",
|
||||
},
|
||||
name: "Productos", id: "products"},
|
||||
{
|
||||
name: "Membresías",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Membresías", id: "pricing"},
|
||||
{
|
||||
name: "Testimonios",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonios", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Federación Colombiana de Golf"
|
||||
/>
|
||||
@@ -73,51 +57,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Federación Colombiana de Golf"
|
||||
description="Impulsando la excelencia y la pasión por el golf en Colombia. ¡Únete a nuestra comunidad!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explora Nuestros Servicios",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explora Nuestros Servicios", href: "#features"},
|
||||
{
|
||||
text: "Hazte Miembro",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Hazte Miembro", href: "#pricing"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-golfer-bali-indonesia_72229-872.jpg",
|
||||
imageAlt: "Campo de golf escénico en Colombia",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/professional-golfer-bali-indonesia_72229-872.jpg", imageAlt: "Campo de golf escénico en Colombia"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-two-men-shaking-hands_171337-6625.jpg",
|
||||
imageAlt: "Jugador de golf en acción",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-two-men-shaking-hands_171337-6625.jpg", imageAlt: "Jugador de golf en acción"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-fun-golf-course_23-2148295319.jpg",
|
||||
imageAlt: "Celebración de torneo de golf",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-fun-golf-course_23-2148295319.jpg", imageAlt: "Celebración de torneo de golf"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-golf-photorealistic-environment_23-2151489853.jpg",
|
||||
imageAlt: "Jóvenes golfistas entrenando",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-golf-photorealistic-environment_23-2151489853.jpg", imageAlt: "Jóvenes golfistas entrenando"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-golf-nature_23-2150978075.jpg",
|
||||
imageAlt: "Emblema de la Federación",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-golf-nature_23-2150978075.jpg", imageAlt: "Emblema de la Federación"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-ball-into-hole-golf-course-with-player_181624-33356.jpg",
|
||||
imageAlt: "Golfista concentrado en el putting green",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/closeup-ball-into-hole-golf-course-with-player_181624-33356.jpg", imageAlt: "Golfista concentrado en el putting green"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -129,15 +90,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Nuestra Misión y Visión para el Golf Colombiano",
|
||||
},
|
||||
type: "text", content: "Nuestra Misión y Visión para el Golf Colombiano"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Conoce Más",
|
||||
href: "#",
|
||||
},
|
||||
text: "Conoce Más", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -149,65 +106,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Programas de Desarrollo",
|
||||
tags: [
|
||||
"Entrenamiento",
|
||||
"Coaching",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/golf-logo_1114-238.jpg",
|
||||
imageAlt: "Icono de pelota de golf",
|
||||
},
|
||||
id: "f1", title: "Programas de Desarrollo", tags: [
|
||||
"Entrenamiento", "Coaching"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/golf-logo_1114-238.jpg", imageAlt: "Icono de pelota de golf"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Acceso a Torneos",
|
||||
tags: [
|
||||
"Competiciones",
|
||||
"Eventos",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rook-chess-piece-pattern_53876-75038.jpg",
|
||||
imageAlt: "Icono de trofeo",
|
||||
},
|
||||
id: "f2", title: "Acceso a Torneos", tags: [
|
||||
"Competiciones", "Eventos"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rook-chess-piece-pattern_53876-75038.jpg", imageAlt: "Icono de trofeo"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Reglamentación y Hándicaps",
|
||||
tags: [
|
||||
"Normativas",
|
||||
"Fair Play",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-golf-course-landscape_23-2151014768.jpg",
|
||||
imageAlt: "Icono de mapa de campo de golf",
|
||||
},
|
||||
id: "f3", title: "Reglamentación y Hándicaps", tags: [
|
||||
"Normativas", "Fair Play"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-golf-course-landscape_23-2151014768.jpg", imageAlt: "Icono de mapa de campo de golf"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Comunidad de Golfistas",
|
||||
tags: [
|
||||
"Networking",
|
||||
"Social",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-miniature-golf-putters-lying-crossed-red-course-near-hole_1308-189263.jpg",
|
||||
imageAlt: "Icono de comunidad",
|
||||
},
|
||||
id: "f4", title: "Comunidad de Golfistas", tags: [
|
||||
"Networking", "Social"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-miniature-golf-putters-lying-crossed-red-course-near-hole_1308-189263.jpg", imageAlt: "Icono de comunidad"},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Descuentos en Clubes",
|
||||
tags: [
|
||||
"Beneficios",
|
||||
"Clubes",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/golden-trophy-background_1284-10602.jpg",
|
||||
imageAlt: "Icono de descuento",
|
||||
},
|
||||
id: "f5", title: "Descuentos en Clubes", tags: [
|
||||
"Beneficios", "Clubes"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/golden-trophy-background_1284-10602.jpg", imageAlt: "Icono de descuento"},
|
||||
{
|
||||
id: "f6",
|
||||
title: "Escuelas de Iniciación",
|
||||
tags: [
|
||||
"Principiantes",
|
||||
"Jóvenes",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-golf-icons_23-2147496864.jpg",
|
||||
imageAlt: "Icono de escuela",
|
||||
},
|
||||
id: "f6", title: "Escuelas de Iniciación", tags: [
|
||||
"Principiantes", "Jóvenes"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-golf-icons_23-2147496864.jpg", imageAlt: "Icono de escuela"},
|
||||
]}
|
||||
title="Beneficios Exclusivos de la Federación"
|
||||
description="Impulsamos tu pasión por el golf con programas de desarrollo, eventos y apoyo integral para todos los niveles."
|
||||
@@ -222,65 +143,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "prod1",
|
||||
brand: "FCG",
|
||||
name: "Set de Palos Premium",
|
||||
price: "$1.200.000 COP",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-golf-sport-equipment_23-2150426549.jpg",
|
||||
imageAlt: "Set de palos de golf premium",
|
||||
},
|
||||
id: "prod1", brand: "FCG", name: "Set de Palos Premium", price: "$1.200.000 COP", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-golf-sport-equipment_23-2150426549.jpg", imageAlt: "Set de palos de golf premium"},
|
||||
{
|
||||
id: "prod2",
|
||||
brand: "FCG Sport",
|
||||
name: "Polo Oficial Caballero",
|
||||
price: "$150.000 COP",
|
||||
rating: 4.5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-golf-attire-golf-course_23-2151993063.jpg",
|
||||
imageAlt: "Polo de golf oficial para caballero",
|
||||
},
|
||||
id: "prod2", brand: "FCG Sport", name: "Polo Oficial Caballero", price: "$150.000 COP", rating: 4.5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/woman-golf-attire-golf-course_23-2151993063.jpg", imageAlt: "Polo de golf oficial para caballero"},
|
||||
{
|
||||
id: "prod3",
|
||||
brand: "FCG Essentials",
|
||||
name: "Kit de Accesorios",
|
||||
price: "$80.000 COP",
|
||||
rating: 4.8,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-golf-balls-with-other-paraphernalia_23-2150424605.jpg",
|
||||
imageAlt: "Kit de accesorios de golf",
|
||||
},
|
||||
id: "prod3", brand: "FCG Essentials", name: "Kit de Accesorios", price: "$80.000 COP", rating: 4.8,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/view-golf-balls-with-other-paraphernalia_23-2150424605.jpg", imageAlt: "Kit de accesorios de golf"},
|
||||
{
|
||||
id: "prod4",
|
||||
brand: "FCG Tech",
|
||||
name: "Telémetro Láser",
|
||||
price: "$700.000 COP",
|
||||
rating: 4.7,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scene-with-man-golf-course_23-2150551387.jpg",
|
||||
imageAlt: "Telémetro láser de golf",
|
||||
},
|
||||
id: "prod4", brand: "FCG Tech", name: "Telémetro Láser", price: "$700.000 COP", rating: 4.7,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/scene-with-man-golf-course_23-2150551387.jpg", imageAlt: "Telémetro láser de golf"},
|
||||
{
|
||||
id: "prod5",
|
||||
brand: "FCG Premium",
|
||||
name: "Bolsa de Palo de Cuero",
|
||||
price: "$950.000 COP",
|
||||
rating: 4.9,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-putting-clubs-golf-cart_23-2148822949.jpg",
|
||||
imageAlt: "Bolsa de cuero para palos de golf",
|
||||
},
|
||||
id: "prod5", brand: "FCG Premium", name: "Bolsa de Palo de Cuero", price: "$950.000 COP", rating: 4.9,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/man-putting-clubs-golf-cart_23-2148822949.jpg", imageAlt: "Bolsa de cuero para palos de golf"},
|
||||
{
|
||||
id: "prod6",
|
||||
brand: "FCG Footwear",
|
||||
name: "Zapatos de Golf Pro",
|
||||
price: "$400.000 COP",
|
||||
rating: 4.6,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-reaching-into-golf-ball-hole-with-hand_23-2148822980.jpg",
|
||||
imageAlt: "Zapatos de golf profesionales",
|
||||
},
|
||||
id: "prod6", brand: "FCG Footwear", name: "Zapatos de Golf Pro", price: "$400.000 COP", rating: 4.6,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/man-reaching-into-golf-ball-hole-with-hand_23-2148822980.jpg", imageAlt: "Zapatos de golf profesionales"},
|
||||
]}
|
||||
title="Productos Oficiales de la FCG"
|
||||
description="Descubre nuestra selección de equipos, indumentaria y accesorios de golf de alta calidad."
|
||||
@@ -294,57 +173,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Aficionado",
|
||||
price: "$250.000 COP / Año",
|
||||
subtitle: "Perfecto para el golfista casual.",
|
||||
buttons: [
|
||||
id: "basic", badge: "Aficionado", price: "$250.000 COP / Año", subtitle: "Perfecto para el golfista casual.", buttons: [
|
||||
{
|
||||
text: "Ver Detalles",
|
||||
href: "#",
|
||||
},
|
||||
text: "Ver Detalles", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Hándicap oficial FCG",
|
||||
"Acceso a boletines",
|
||||
"Descuentos en tiendas aliadas",
|
||||
],
|
||||
"Hándicap oficial FCG", "Acceso a boletines", "Descuentos en tiendas aliadas"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Profesional",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$500.000 COP / Año",
|
||||
subtitle: "Para quienes viven el golf al máximo.",
|
||||
buttons: [
|
||||
id: "pro", badge: "Profesional", badgeIcon: Sparkles,
|
||||
price: "$500.000 COP / Año", subtitle: "Para quienes viven el golf al máximo.", buttons: [
|
||||
{
|
||||
text: "Inscribirse Ahora",
|
||||
href: "#",
|
||||
},
|
||||
text: "Inscribirse Ahora", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Hándicap oficial FCG",
|
||||
"Acceso prioritario a torneos",
|
||||
"Descuentos exclusivos en clubes",
|
||||
"Programas de entrenamiento avanzado",
|
||||
],
|
||||
"Hándicap oficial FCG", "Acceso prioritario a torneos", "Descuentos exclusivos en clubes", "Programas de entrenamiento avanzado"],
|
||||
},
|
||||
{
|
||||
id: "junior",
|
||||
badge: "Joven Talento",
|
||||
price: "$120.000 COP / Año",
|
||||
subtitle: "Apoyo para las futuras estrellas.",
|
||||
buttons: [
|
||||
id: "junior", badge: "Joven Talento", price: "$120.000 COP / Año", subtitle: "Apoyo para las futuras estrellas.", buttons: [
|
||||
{
|
||||
text: "Descubre Más",
|
||||
href: "#",
|
||||
},
|
||||
text: "Descubre Más", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Hándicap oficial FCG",
|
||||
"Acceso a ligas juveniles",
|
||||
"Clínicas de golf especializadas",
|
||||
],
|
||||
"Hándicap oficial FCG", "Acceso a ligas juveniles", "Clínicas de golf especializadas"],
|
||||
},
|
||||
]}
|
||||
title="Elige tu Membresía Ideal"
|
||||
@@ -359,20 +210,11 @@ export default function LandingPage() {
|
||||
tag="Logros Destacados"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20.000+",
|
||||
description: "Golfistas Afiliados",
|
||||
},
|
||||
id: "m1", value: "20.000+", description: "Golfistas Afiliados"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
description: "Torneos Anuales",
|
||||
},
|
||||
id: "m2", value: "50+", description: "Torneos Anuales"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100+",
|
||||
description: "Clubes Aliados",
|
||||
},
|
||||
id: "m3", value: "100+", description: "Clubes Aliados"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -384,59 +226,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Mi Juego Mejoró Sustancialmente",
|
||||
quote: "Gracias a los programas de la Federación, mi técnica y mi hándicap han mejorado significativamente. La comunidad es increíble.",
|
||||
name: "Juan Pérez",
|
||||
role: "Miembro Aficionado",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-handsome-male-golfer-hat_171337-6504.jpg",
|
||||
imageAlt: "Juan Pérez, Miembro Aficionado",
|
||||
},
|
||||
id: "t1", title: "Mi Juego Mejoró Sustancialmente", quote: "Gracias a los programas de la Federación, mi técnica y mi hándicap han mejorado significativamente. La comunidad es increíble.", name: "Juan Pérez", role: "Miembro Aficionado", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-handsome-male-golfer-hat_171337-6504.jpg", imageAlt: "Juan Pérez, Miembro Aficionado"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Acceso a Torneos de Calidad",
|
||||
quote: "La Federación me ha abierto las puertas a torneos de alto nivel en todo el país, lo que me permite competir y disfrutar más del golf.",
|
||||
name: "Sofía Giraldo",
|
||||
role: "Golfista Profesional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-swinging-golf-club-sunny-day_23-2151993062.jpg",
|
||||
imageAlt: "Sofía Giraldo, Golfista Profesional",
|
||||
},
|
||||
id: "t2", title: "Acceso a Torneos de Calidad", quote: "La Federación me ha abierto las puertas a torneos de alto nivel en todo el país, lo que me permite competir y disfrutar más del golf.", name: "Sofía Giraldo", role: "Golfista Profesional", imageSrc: "http://img.b2bpic.net/free-photo/woman-swinging-golf-club-sunny-day_23-2151993062.jpg", imageAlt: "Sofía Giraldo, Golfista Profesional"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Un Lazo con la Tradición",
|
||||
quote: "Siempre he amado el golf, y la FCG me permite mantenerme conectado con las raíces del deporte en Colombia, además de aprender de los mejores.",
|
||||
name: "Carlos Restrepo",
|
||||
role: "Veterano del Golf",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-soccer-match_23-2150888301.jpg",
|
||||
imageAlt: "Carlos Restrepo, Veterano del Golf",
|
||||
},
|
||||
id: "t3", title: "Un Lazo con la Tradición", quote: "Siempre he amado el golf, y la FCG me permite mantenerme conectado con las raíces del deporte en Colombia, además de aprender de los mejores.", name: "Carlos Restrepo", role: "Veterano del Golf", imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-soccer-match_23-2150888301.jpg", imageAlt: "Carlos Restrepo, Veterano del Golf"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Desarrollo Juvenil Excepcional",
|
||||
quote: "Como padre, ver a mi hijo desarrollarse en el golf con el apoyo y la estructura de la Federación es invaluable. ¡Un futuro brillante!",
|
||||
name: "Ana María López",
|
||||
role: "Madre de Joven Golfista",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-golfer-standing-golf-cart_171337-6577.jpg",
|
||||
imageAlt: "Ana María López, Madre de Joven Golfista",
|
||||
},
|
||||
id: "t4", title: "Desarrollo Juvenil Excepcional", quote: "Como padre, ver a mi hijo desarrollarse en el golf con el apoyo y la estructura de la Federación es invaluable. ¡Un futuro brillante!", name: "Ana María López", role: "Madre de Joven Golfista", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-golfer-standing-golf-cart_171337-6577.jpg", imageAlt: "Ana María López, Madre de Joven Golfista"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Momentos Inolvidables",
|
||||
quote: "Cada evento es una oportunidad para socializar y jugar en campos espectaculares. La organización es impecable.",
|
||||
name: "Daniel Vélez",
|
||||
role: "Miembro Activo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-golf-nature_23-2150977989.jpg",
|
||||
imageAlt: "Daniel Vélez, Miembro Activo",
|
||||
},
|
||||
id: "t5", title: "Momentos Inolvidables", quote: "Cada evento es una oportunidad para socializar y jugar en campos espectaculares. La organización es impecable.", name: "Daniel Vélez", role: "Miembro Activo", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-golf-nature_23-2150977989.jpg", imageAlt: "Daniel Vélez, Miembro Activo"},
|
||||
{
|
||||
id: "t6",
|
||||
title: "Un Apoyo Constante",
|
||||
quote: "Desde mi inicio hasta ahora, la FCG ha sido un pilar en mi carrera, brindando recursos y oportunidades que marcan la diferencia.",
|
||||
name: "Laura Osorio",
|
||||
role: "Promesa del Golf",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-girl-with-pixie-haircut-looking-camera-isolated-green-background-with-copy-space_141793-87968.jpg",
|
||||
imageAlt: "Laura Osorio, Promesa del Golf",
|
||||
},
|
||||
id: "t6", title: "Un Apoyo Constante", quote: "Desde mi inicio hasta ahora, la FCG ha sido un pilar en mi carrera, brindando recursos y oportunidades que marcan la diferencia.", name: "Laura Osorio", role: "Promesa del Golf", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-girl-with-pixie-haircut-looking-camera-isolated-green-background-with-copy-space_141793-87968.jpg", imageAlt: "Laura Osorio, Promesa del Golf"},
|
||||
]}
|
||||
title="Lo que Dicen Nuestros Miembros"
|
||||
description="Experiencias reales de golfistas que viven la pasión con la Federación y crecen en el deporte."
|
||||
@@ -449,30 +249,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "¿Cómo me afilio a la Federación?",
|
||||
content: "El proceso de afiliación es sencillo y se puede realizar en línea a través de nuestra sección de Membresías. Necesitarás algunos documentos básicos.",
|
||||
},
|
||||
id: "faq1", title: "¿Cómo me afilio a la Federación?", content: "El proceso de afiliación es sencillo y se puede realizar en línea a través de nuestra sección de Membresías. Necesitarás algunos documentos básicos."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "¿Dónde puedo consultar mi hándicap?",
|
||||
content: "Puedes consultar tu hándicap oficial en nuestra plataforma en línea, accediendo con tu usuario y contraseña. Se actualiza después de cada torneo registrado.",
|
||||
},
|
||||
id: "faq2", title: "¿Dónde puedo consultar mi hándicap?", content: "Puedes consultar tu hándicap oficial en nuestra plataforma en línea, accediendo con tu usuario y contraseña. Se actualiza después de cada torneo registrado."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "¿Qué torneos se están realizando próximamente?",
|
||||
content: "Nuestro calendario de torneos está disponible en la sección de Eventos. Allí encontrarás fechas, lugares y requisitos de inscripción.",
|
||||
},
|
||||
id: "faq3", title: "¿Qué torneos se están realizando próximamente?", content: "Nuestro calendario de torneos está disponible en la sección de Eventos. Allí encontrarás fechas, lugares y requisitos de inscripción."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "¿Cómo puedo registrarme en un torneo?",
|
||||
content: "La inscripción a los torneos se realiza a través de nuestra plataforma. Es necesario ser miembro activo y cumplir con los requisitos específicos de cada evento.",
|
||||
},
|
||||
id: "faq4", title: "¿Cómo puedo registrarme en un torneo?", content: "La inscripción a los torneos se realiza a través de nuestra plataforma. Es necesario ser miembro activo y cumplir con los requisitos específicos de cada evento."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "¿La FCG ofrece programas para niños?",
|
||||
content: "Sí, contamos con programas de iniciación y desarrollo para jóvenes talentos, así como ligas infantiles y clínicas especializadas. Consulta la sección de Desarrollo Juvenil.",
|
||||
},
|
||||
id: "faq5", title: "¿La FCG ofrece programas para niños?", content: "Sí, contamos con programas de iniciación y desarrollo para jóvenes talentos, así como ligas infantiles y clínicas especializadas. Consulta la sección de Desarrollo Juvenil."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-is-pointing-up-looking-up-white-background_176474-114771.jpg"
|
||||
imageAlt="Signo de interrogación en un campo de golf"
|
||||
@@ -487,20 +272,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Conéctate con Nosotros"
|
||||
title="Impulsemos Juntos el Golf Colombiano"
|
||||
description="Estamos aquí para ayudarte a resolver tus dudas, recibir tus sugerencias o brindarte más información sobre nuestros servicios."
|
||||
buttons={[
|
||||
{
|
||||
text: "Escríbenos un Mensaje",
|
||||
href: "#",
|
||||
},
|
||||
text: "Escríbenos un Mensaje", href: "#"},
|
||||
{
|
||||
text: "Llámanos",
|
||||
href: "tel:+573153490021",
|
||||
},
|
||||
text: "Llámanos", href: "tel:+573153490021"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -509,66 +289,39 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navegación",
|
||||
items: [
|
||||
title: "Navegación", items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Inicio", href: "#hero"},
|
||||
{
|
||||
label: "Nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Nosotros", href: "#about"},
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Servicios", href: "#features"},
|
||||
{
|
||||
label: "Membresías",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Membresías", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Recursos",
|
||||
items: [
|
||||
title: "Recursos", items: [
|
||||
{
|
||||
label: "Torneos",
|
||||
href: "#",
|
||||
},
|
||||
label: "Torneos", href: "#"},
|
||||
{
|
||||
label: "Reglamento",
|
||||
href: "#",
|
||||
},
|
||||
label: "Reglamento", href: "#"},
|
||||
{
|
||||
label: "Hándicaps",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hándicaps", href: "#"},
|
||||
{
|
||||
label: "Noticias",
|
||||
href: "#",
|
||||
},
|
||||
label: "Noticias", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "Información",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Información", href: "#contact"},
|
||||
{
|
||||
label: "Soporte",
|
||||
href: "#",
|
||||
},
|
||||
label: "Soporte", href: "#"},
|
||||
{
|
||||
label: "Empleo",
|
||||
href: "#",
|
||||
},
|
||||
label: "Empleo", href: "#"},
|
||||
{
|
||||
label: "Política de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -581,4 +334,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #e3deea;
|
||||
--card: #ffffff;
|
||||
--foreground: #1f2027;
|
||||
--primary-cta: #1f2027;
|
||||
--background: #fafffb;
|
||||
--card: #f7fffa;
|
||||
--foreground: #001a0a;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta-text: #e3deea;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1f2027;
|
||||
--accent: #627dc6;
|
||||
--background-accent: #627dc6;
|
||||
--accent: #a8d9be;
|
||||
--background-accent: #6bbf8e;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user