Update src/app/page.tsx

This commit is contained in:
2026-03-27 11:04:15 +00:00
parent 8be2b0601c
commit 4f0bbf95fb

View File

@@ -29,17 +29,11 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Inicio",
id: "hero",
},
name: "Inicio", id: "hero"},
{
name: "Servicios",
id: "productos",
},
name: "Servicios", id: "productos"},
{
name: "Contacto",
id: "contacto",
},
name: "Contacto", id: "contacto"},
]}
brandName="ContablePro"
/>
@@ -48,43 +42,28 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "plain",
}}
variant: "plain"}}
title="ContablePro Panamá"
description="Servicios contables profesionales online. Contrata y paga tus trámites en minutos de forma segura y eficiente."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-elements_23-2147986573.jpg",
imageAlt: "professional accountant office",
},
imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-elements_23-2147986573.jpg", imageAlt: "professional accountant office"},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-manager-looking-horizontal-greenscreen-mobile-phone-working-corporate-office-with-chroma-key-display-young-woman-analyzing-smartphone-screen-with-isolated-mockup_482257-63251.jpg",
imageAlt: "digital accounting software interface",
},
imageSrc: "http://img.b2bpic.net/free-photo/female-manager-looking-horizontal-greenscreen-mobile-phone-working-corporate-office-with-chroma-key-display-young-woman-analyzing-smartphone-screen-with-isolated-mockup_482257-63251.jpg", imageAlt: "digital accounting software interface"},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-pleased-handsome-man-party-suit-holding-hands-heart-sighing-flattered-saying-thank-you-standing-grateful-white-background_1258-64655.jpg",
imageAlt: "business handshake successful",
},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-pleased-handsome-man-party-suit-holding-hands-heart-sighing-flattered-saying-thank-you-standing-grateful-white-background_1258-64655.jpg", imageAlt: "business handshake successful"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/view-multiple-skyscrapers-canary-wharf-district-london-united-kingdom_1268-25815.jpg",
imageAlt: "office building panama city",
},
imageSrc: "http://img.b2bpic.net/free-photo/view-multiple-skyscrapers-canary-wharf-district-london-united-kingdom_1268-25815.jpg", imageAlt: "office building panama city"},
{
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-statistical-data-about-world_23-2148381982.jpg",
imageAlt: "data visualization charts",
},
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-statistical-data-about-world_23-2148381982.jpg", imageAlt: "data visualization charts"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=beb5sp",
imageAlt: "business documents organized",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=beb5sp", imageAlt: "business documents organized"},
]}
buttons={[
{
text: "Ver Servicios",
href: "#productos",
},
text: "Ver Servicios", href: "#productos"},
]}
/>
</div>
@@ -97,32 +76,14 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "renta",
brand: "Contable",
name: "Declaración de Renta",
price: "$50",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/people-checking-bankbook-isolated-white-table_53876-14795.jpg",
},
id: "renta", brand: "Contable", name: "Declaración de Renta", price: "$50", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/people-checking-bankbook-isolated-white-table_53876-14795.jpg"},
{
id: "aviso",
brand: "Contable",
name: "Aviso de Operaciones",
price: "$80",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/south-african-motor-vehicle-car-licence-document_181624-13958.jpg",
},
id: "aviso", brand: "Contable", name: "Aviso de Operaciones", price: "$80", rating: 5,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/south-african-motor-vehicle-car-licence-document_181624-13958.jpg"},
{
id: "fisco",
brand: "Contable",
name: "Consultoría Fiscal",
price: "$120",
rating: 5,
reviewCount: "45",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-front-window_23-2147626543.jpg",
},
id: "fisco", brand: "Contable", name: "Consultoría Fiscal", price: "$120", rating: 5,
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/business-people-front-window_23-2147626543.jpg"},
]}
title="Nuestros Servicios"
description="Selecciona el servicio que necesitas para continuar con tu trámite contable."
@@ -137,19 +98,13 @@ export default function LandingPage() {
features={[
{
icon: CheckCircle,
title: "Rapidez",
description: "Gestión de trámites en línea 100% digital.",
},
title: "Rapidez", description: "Gestión de trámites en línea 100% digital."},
{
icon: Shield,
title: "Seguridad",
description: "Tus datos financieros protegidos con altos estándares.",
},
title: "Seguridad", description: "Tus datos financieros protegidos con altos estándares."},
{
icon: Zap,
title: "Eficiencia",
description: "Resultados profesionales sin esperas innecesarias.",
},
title: "Eficiencia", description: "Resultados profesionales sin esperas innecesarias."},
]}
title="Por qué elegirnos"
description="Contamos con la experiencia y tecnología para simplificar tu vida financiera en Panamá."
@@ -160,8 +115,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contacto"
title="¿Necesitas ayuda personalizada?"
description="Déjanos tu correo y un asesor se pondrá en contacto contigo a la brevedad."
@@ -179,29 +133,19 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-vector/gradient-accounting-logo_23-2148837587.jpg"
columns={[
{
title: "Servicios",
items: [
title: "Servicios", items: [
{
label: "Declaración de Renta",
href: "#",
},
label: "Declaración de Renta", href: "#"},
{
label: "Aviso de Operaciones",
href: "#",
},
label: "Aviso de Operaciones", href: "#"},
],
},
{
title: "Empresa",
items: [
title: "Empresa", items: [
{
label: "Sobre Nosotros",
href: "#",
},
label: "Sobre Nosotros", href: "#"},
{
label: "Contacto",
href: "#",
},
label: "Contacto", href: "#"},
],
},
]}