Merge version_1 into main #1
215
src/app/page.tsx
215
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Acerca De",
|
||||
id: "about",
|
||||
},
|
||||
name: "Acerca De", id: "about"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "services",
|
||||
},
|
||||
name: "Servicios", id: "services"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Gabriel Te Asegura"
|
||||
/>
|
||||
@@ -57,33 +49,21 @@ export default function LandingPage() {
|
||||
description="Tu socio de seguros de confianza. 26 años de enfoque, profesionalismo y cercanía para proteger tu futuro."
|
||||
buttons={[
|
||||
{
|
||||
text: "Asegurate Hoy",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Asegurate Hoy", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-cheerful-man-classic-black-suit-white-shirt-with-wireless-earphones-happily-lookingin-camera-with-laptop-hands-while-spending-time-outdoor_574295-5776.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-cheerful-man-classic-black-suit-white-shirt-with-wireless-earphones-happily-lookingin-camera-with-laptop-hands-while-spending-time-outdoor_574295-5776.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1625.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1625.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-young-man-shirt-tie-adjusting-his-necktie_93675-135586.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-young-man-shirt-tie-adjusting-his-necktie_93675-135586.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bearded-man-cafe-with-laptop-coffee_171337-18124.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/bearded-man-cafe-with-laptop-coffee_171337-18124.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Más de 500 familias protegidas"
|
||||
/>
|
||||
@@ -94,14 +74,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Conoce a Gabriel Civitillo",
|
||||
},
|
||||
type: "text", content: "Conoce a Gabriel Civitillo"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/colleagues-discussing-their-work-laptop_53876-105333.jpg",
|
||||
alt: "Gabriel Civitillo",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/colleagues-discussing-their-work-laptop_53876-105333.jpg", alt: "Gabriel Civitillo"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -113,34 +88,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "v1",
|
||||
label: "01",
|
||||
title: "Experiencia",
|
||||
items: [
|
||||
"Asesoría personalizada",
|
||||
"Protección completa",
|
||||
"Atención 24/7",
|
||||
],
|
||||
id: "v1", label: "01", title: "Experiencia", items: [
|
||||
"Asesoría personalizada", "Protección completa", "Atención 24/7"],
|
||||
},
|
||||
{
|
||||
id: "v2",
|
||||
label: "02",
|
||||
title: "Confianza",
|
||||
items: [
|
||||
"Respaldo sólido",
|
||||
"Transparencia total",
|
||||
"Soluciones rápidas",
|
||||
],
|
||||
id: "v2", label: "02", title: "Confianza", items: [
|
||||
"Respaldo sólido", "Transparencia total", "Soluciones rápidas"],
|
||||
},
|
||||
{
|
||||
id: "v3",
|
||||
label: "03",
|
||||
title: "Accesibilidad",
|
||||
items: [
|
||||
"Siempre presentes",
|
||||
"Canales directos",
|
||||
"Gestión simplificada",
|
||||
],
|
||||
id: "v3", label: "03", title: "Accesibilidad", items: [
|
||||
"Siempre presentes", "Canales directos", "Gestión simplificada"],
|
||||
},
|
||||
]}
|
||||
title="Conoce a Tu Experto"
|
||||
@@ -150,38 +107,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
label: "Vida",
|
||||
title: "Seguros de Vida",
|
||||
items: [
|
||||
"Protección familiar",
|
||||
"Ahorro programado",
|
||||
"Beneficios fiscales",
|
||||
],
|
||||
id: "s1", label: "Vida", title: "Seguros de Vida", items: [
|
||||
"Protección familiar", "Ahorro programado", "Beneficios fiscales"],
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
label: "Auto",
|
||||
title: "Seguro de Auto",
|
||||
items: [
|
||||
"Cobertura total",
|
||||
"Auxilio vial",
|
||||
"Gestión de choques",
|
||||
],
|
||||
id: "s2", label: "Auto", title: "Seguro de Auto", items: [
|
||||
"Cobertura total", "Auxilio vial", "Gestión de choques"],
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
label: "Salud",
|
||||
title: "Seguros de Gastos Médicos",
|
||||
items: [
|
||||
"Red hospitalaria",
|
||||
"Cobertura nacional",
|
||||
"Emergencias 24/7",
|
||||
],
|
||||
id: "s3", label: "Salud", title: "Seguros de Gastos Médicos", items: [
|
||||
"Red hospitalaria", "Cobertura nacional", "Emergencias 24/7"],
|
||||
},
|
||||
]}
|
||||
title="Nuestros Servicios"
|
||||
@@ -196,45 +136,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ana García",
|
||||
handle: "@anagarcia",
|
||||
testimonial: "La mejor asesoría que he recibido.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2554.jpg",
|
||||
},
|
||||
id: "t1", name: "Ana García", handle: "@anagarcia", testimonial: "La mejor asesoría que he recibido.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2554.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Luis Martínez",
|
||||
handle: "@luismartinez",
|
||||
testimonial: "Gabriel hace que todo sea simple.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-using-her-tablet_23-2148141784.jpg",
|
||||
},
|
||||
id: "t2", name: "Luis Martínez", handle: "@luismartinez", testimonial: "Gabriel hace que todo sea simple.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-using-her-tablet_23-2148141784.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sofía Torres",
|
||||
handle: "@sofiatorres",
|
||||
testimonial: "Excelente servicio y rapidez.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
},
|
||||
id: "t3", name: "Sofía Torres", handle: "@sofiatorres", testimonial: "Excelente servicio y rapidez.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Javier Pérez",
|
||||
handle: "@javierperez",
|
||||
testimonial: "Totalmente recomendado, muy profesional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg",
|
||||
},
|
||||
id: "t4", name: "Javier Pérez", handle: "@javierperez", testimonial: "Totalmente recomendado, muy profesional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena Ruiz",
|
||||
handle: "@elenaruiz",
|
||||
testimonial: "Gracias por cuidarnos siempre.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-with-thumbs-up_23-2149008927.jpg",
|
||||
},
|
||||
id: "t5", name: "Elena Ruiz", handle: "@elenaruiz", testimonial: "Gracias por cuidarnos siempre.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-with-thumbs-up_23-2149008927.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Opiniones de Nuestros Clientes"
|
||||
@@ -247,14 +162,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Seguros A",
|
||||
"Seguros B",
|
||||
"Seguros C",
|
||||
"Seguros D",
|
||||
"Seguros E",
|
||||
"Seguros F",
|
||||
"Seguros G",
|
||||
]}
|
||||
"Seguros A", "Seguros B", "Seguros C", "Seguros D", "Seguros E", "Seguros F", "Seguros G"]}
|
||||
title="Aliados Estratégicos"
|
||||
description="Trabajamos con las mejores instituciones."
|
||||
/>
|
||||
@@ -266,20 +174,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "¿Cómo empiezo?",
|
||||
content: "Agenda una llamada gratuita con nosotros.",
|
||||
},
|
||||
id: "f1", title: "¿Cómo empiezo?", content: "Agenda una llamada gratuita con nosotros."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "¿Tienen cobertura nacional?",
|
||||
content: "Sí, operamos en todo el país.",
|
||||
},
|
||||
id: "f2", title: "¿Tienen cobertura nacional?", content: "Sí, operamos en todo el país."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "¿Puedo cambiar mi plan?",
|
||||
content: "Sí, nuestros planes son flexibles.",
|
||||
},
|
||||
id: "f3", title: "¿Puedo cambiar mi plan?", content: "Sí, nuestros planes son flexibles."},
|
||||
]}
|
||||
title="Preguntas Frecuentes"
|
||||
description="Resolvemos tus dudas principales."
|
||||
@@ -294,16 +193,10 @@ export default function LandingPage() {
|
||||
description="Estamos listos para asesorarte hoy mismo."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Nombre",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Nombre", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
]}
|
||||
buttonText="Enviar Mensaje"
|
||||
@@ -316,33 +209,21 @@ export default function LandingPage() {
|
||||
logoText="Gabriel Te Asegura"
|
||||
columns={[
|
||||
{
|
||||
title: "Navegación",
|
||||
items: [
|
||||
title: "Navegación", items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Inicio", href: "#hero"},
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Servicios", href: "#services"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contacto", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacidad", href: "#"},
|
||||
{
|
||||
label: "Términos",
|
||||
href: "#",
|
||||
},
|
||||
label: "Términos", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user