Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 20d9d086c0 | |||
| 8f6f72954f | |||
| 46aa11f51a | |||
| 6de63aa3a9 | |||
| 81e8984613 |
1414
src/app/layout.tsx
1414
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -34,7 +34,8 @@ export default function LandingPage() {
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Llamar Ahora", href: "tel:945008222"}}
|
||||
text: "Llamar Ahora", href: "tel:945008222"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -46,12 +47,13 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Llamar Ahora", href: "tel:945008222"},
|
||||
text: "Llamar Ahora", href: "tel:945008222"
|
||||
},
|
||||
{
|
||||
text: "Solicitar Asesoramiento", href: "#contact"},
|
||||
text: "Solicitar Asesoramiento", href: "#contact"
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX5f1goGYjlT0RzemXp73lPvYS/uploaded-1772726700565-g1zdrqq2.jpg?_wi=1"
|
||||
imageAlt="Courthouse and legal professional services"
|
||||
imageAlt="Servicios legales profesionales"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,23 +66,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Representación en Juzgados", description: "Representación procesal ante tribunales en Vitoria y Álava", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX5f1goGYjlT0RzemXp73lPvYS/uploaded-1772726700565-u1avacdt.jpg?_wi=1", imageAlt: "Court representation", buttonIcon: ArrowRight,
|
||||
buttonHref: "#contact"},
|
||||
title: "Representación en Juzgados", description: "Representación procesal ante tribunales en Vitoria y Álava", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX5f1goGYjlT0RzemXp73lPvYS/uploaded-1772726700565-u1avacdt.jpg?_wi=1", imageAlt: "Representación en juzgados", buttonIcon: ArrowRight,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "Gestión de Documentos", description: "Gestión completa de documentación procesal y notificaciones judiciales", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX5f1goGYjlT0RzemXp73lPvYS/uploaded-1772726700565-u1avacdt.jpg?_wi=2", imageAlt: "Document management", buttonIcon: ArrowRight,
|
||||
buttonHref: "#contact"},
|
||||
title: "Gestión de Documentos", description: "Gestión completa de documentación procesal y notificaciones judiciales", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX5f1goGYjlT0RzemXp73lPvYS/uploaded-1772726700565-u1avacdt.jpg?_wi=2", imageAlt: "Gestión de documentos legales", buttonIcon: ArrowRight,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "Procedimientos de Propiedad", description: "Trámites de registro de propiedad y hipotecas", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX5f1goGYjlT0RzemXp73lPvYS/uploaded-1772726700565-u1avacdt.jpg?_wi=3", imageAlt: "Property procedures", buttonIcon: ArrowRight,
|
||||
buttonHref: "#contact"},
|
||||
title: "Procedimientos de Propiedad", description: "Trámites de registro de propiedad y hipotecas", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX5f1goGYjlT0RzemXp73lPvYS/uploaded-1772726700565-u1avacdt.jpg?_wi=3", imageAlt: "Procedimientos de propiedad", buttonIcon: ArrowRight,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "Registro Mercantil", description: "Procedimientos de registro comercial y empresarial", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX5f1goGYjlT0RzemXp73lPvYS/uploaded-1772726700565-u1avacdt.jpg?_wi=4", imageAlt: "Commercial registry", buttonIcon: ArrowRight,
|
||||
buttonHref: "#contact"},
|
||||
title: "Registro Mercantil", description: "Procedimientos de registro comercial y empresarial", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX5f1goGYjlT0RzemXp73lPvYS/uploaded-1772726700565-u1avacdt.jpg?_wi=4", imageAlt: "Registro mercantil", buttonIcon: ArrowRight,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "Servicios Administrativos", description: "Tramitación de procedimientos administrativos y legales", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX5f1goGYjlT0RzemXp73lPvYS/uploaded-1772726700565-u1avacdt.jpg?_wi=5", imageAlt: "Administrative services", buttonIcon: ArrowRight,
|
||||
buttonHref: "#contact"},
|
||||
title: "Servicios Administrativos", description: "Tramitación de procedimientos administrativos y legales", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX5f1goGYjlT0RzemXp73lPvYS/uploaded-1772726700565-u1avacdt.jpg?_wi=5", imageAlt: "Servicios administrativos", buttonIcon: ArrowRight,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "Asesoramiento Legal", description: "Consultoría especializada en procedimientos y casos legales", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX5f1goGYjlT0RzemXp73lPvYS/uploaded-1772726700565-u1avacdt.jpg?_wi=6", imageAlt: "Legal consulting", buttonIcon: ArrowRight,
|
||||
buttonHref: "#contact"},
|
||||
title: "Asesoramiento Legal", description: "Consultoría especializada en procedimientos y casos legales", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX5f1goGYjlT0RzemXp73lPvYS/uploaded-1772726700565-u1avacdt.jpg?_wi=6", imageAlt: "Asesoramiento legal profesional", buttonIcon: ArrowRight,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,7 +100,8 @@ export default function LandingPage() {
|
||||
description="Óscar Escaño Elorza Elorza es procurador colegiado con formación jurídica de la Universidad de Deusto. Miembro activo del Colegio de Procuradores de Álava y de la Unión Internacional de Huissiers de Justicia. Dedicado a proporcionar servicios legales eficientes, claros y confiables a abogados, empresas y particulares en Vitoria y Amurrio."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contactar", href: "#contact"},
|
||||
text: "Contactar", href: "#contact"
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX5f1goGYjlT0RzemXp73lPvYS/uploaded-1772726700565-g1zdrqq2.jpg?_wi=2"
|
||||
imageAlt="Óscar Escaño Elorza, Procurador Profesional"
|
||||
@@ -108,7 +117,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Colegio de Procuradores de Álava", "Universidad de Deusto", "Unión Internacional de Huissiers", "Junta de Castilla y León", "Gobierno de Vitoria-Gasteiz", "Tribunal Superior de Justicia", "Ministerio de Justicia España"]}
|
||||
"Colegio de Procuradores de Álava", "Universidad de Deusto", "Unión Internacional de Huissiers", "Junta de Castilla y León", "Gobierno de Vitoria-Gasteiz", "Tribunal Superior de Justicia", "Ministerio de Justicia España"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -131,9 +141,11 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Óscar Escaño Elorza"
|
||||
leftLink={{
|
||||
text: "Política de Privacidad", href: "#"}}
|
||||
text: "Política de Privacidad", href: "#"
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Términos de Servicio", href: "#"}}
|
||||
text: "Términos de Servicio", href: "#"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1f3251;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--accent: #15479c;
|
||||
--background-accent: #a8cce8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user