Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
134
src/app/page.tsx
134
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Database, Unlock, BarChart2 } from "lucide-react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
@@ -29,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Sobre Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre Nosotros", id: "about"},
|
||||
{
|
||||
name: "Soluciones",
|
||||
id: "features",
|
||||
},
|
||||
name: "Soluciones", id: "features"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Cylstat"
|
||||
/>
|
||||
@@ -55,35 +48,21 @@ export default function LandingPage() {
|
||||
description="Impulsamos el valor de la información estadística para gobiernos más eficientes y transparentes. Transformamos datos en conocimiento ciudadano."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explorar Portal",
|
||||
href: "https://portalestadistico.com",
|
||||
},
|
||||
text: "Explorar Portal", href: "https://portalestadistico.com"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-showing-isolated-mockup-screen-army-base-operations_482257-89785.jpg?_wi=1",
|
||||
imageAlt: "Visualización de Big Data",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-showing-isolated-mockup-screen-army-base-operations_482257-89785.jpg", imageAlt: "Visualización de Big Data"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-showing-isolated-mockup-screen-army-base-operations_482257-89785.jpg?_wi=2",
|
||||
imageAlt: "Ecosistema de datos abiertos",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-showing-isolated-mockup-screen-army-base-operations_482257-89785.jpg", imageAlt: "Ecosistema de datos abiertos"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-showing-isolated-mockup-screen-army-base-operations_482257-89785.jpg?_wi=3",
|
||||
imageAlt: "Inteligencia territorial",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-showing-isolated-mockup-screen-army-base-operations_482257-89785.jpg", imageAlt: "Inteligencia territorial"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-showing-isolated-mockup-screen-army-base-operations_482257-89785.jpg?_wi=4",
|
||||
imageAlt: "Análisis estadístico oficial",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-showing-isolated-mockup-screen-army-base-operations_482257-89785.jpg", imageAlt: "Análisis estadístico oficial"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-showing-isolated-mockup-screen-army-base-operations_482257-89785.jpg?_wi=5",
|
||||
imageAlt: "Tecnología de visualización",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-showing-isolated-mockup-screen-army-base-operations_482257-89785.jpg", imageAlt: "Tecnología de visualización"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-showing-isolated-mockup-screen-army-base-operations_482257-89785.jpg?_wi=6",
|
||||
imageAlt: "Compromiso de transparencia",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-showing-isolated-mockup-screen-army-base-operations_482257-89785.jpg", imageAlt: "Compromiso de transparencia"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,19 +74,13 @@ export default function LandingPage() {
|
||||
description="Somos una empresa infomediaria especializada en la recopilación, tratamiento y difusión de información estadística oficial. Ayudamos a administraciones a ser más eficientes mediante el uso de datos inteligentes en abierto."
|
||||
metrics={[
|
||||
{
|
||||
value: "+25",
|
||||
title: "Años de experiencia",
|
||||
},
|
||||
value: "+25", title: "Años de experiencia"},
|
||||
{
|
||||
value: "+300",
|
||||
title: "Proyectos exitosos",
|
||||
},
|
||||
value: "+300", title: "Proyectos exitosos"},
|
||||
{
|
||||
value: "200M",
|
||||
title: "Datos procesados",
|
||||
},
|
||||
value: "200M", title: "Datos procesados"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-colleagues-working-late-office-blue-light-night-view_482257-32812.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-colleagues-working-late-office-blue-light-night-view_482257-32812.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -119,22 +92,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Big Data Estadístico",
|
||||
description: "Bases de datos que almacenan más de 200 Millones de datos estadísticos públicos de los más de 8.000 ayuntamientos de España.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139291.jpg",
|
||||
buttonIcon: "Database",
|
||||
title: "Big Data Estadístico", description: "Bases de datos que almacenan más de 200 Millones de datos estadísticos públicos de los más de 8.000 ayuntamientos de España.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139291.jpg", buttonIcon: Database,
|
||||
},
|
||||
{
|
||||
title: "Open Data Integrado",
|
||||
description: "Actualización continua desde fuentes públicas nacionales, regionales y locales para mantener datos siempre frescos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/governmental-hacking-group-targeting-sensitive-information_482257-105221.jpg",
|
||||
buttonIcon: "Unlock",
|
||||
title: "Open Data Integrado", description: "Actualización continua desde fuentes públicas nacionales, regionales y locales para mantener datos siempre frescos.", imageSrc: "http://img.b2bpic.net/free-photo/governmental-hacking-group-targeting-sensitive-information_482257-105221.jpg", buttonIcon: Unlock,
|
||||
},
|
||||
{
|
||||
title: "Visualización Interactiva",
|
||||
description: "Generación on-line de tablas, mapas y gráficos a través de cuadros de mando, informes y herramientas de análisis.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/human-resources-infographic-report-presentation_1284-13628.jpg",
|
||||
buttonIcon: "BarChart2",
|
||||
title: "Visualización Interactiva", description: "Generación on-line de tablas, mapas y gráficos a través de cuadros de mando, informes y herramientas de análisis.", imageSrc: "http://img.b2bpic.net/free-vector/human-resources-infographic-report-presentation_1284-13628.jpg", buttonIcon: BarChart2,
|
||||
},
|
||||
]}
|
||||
title="Soluciones de valor añadido"
|
||||
@@ -147,14 +111,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Ayuntamiento de Madrid",
|
||||
"Generalitat de Catalunya",
|
||||
"Diputación de Valladolid",
|
||||
"Gobierno de Canarias",
|
||||
"Ayuntamiento de Sevilla",
|
||||
"Ayuntamiento de Bilbao",
|
||||
"Diputación de A Coruña",
|
||||
]}
|
||||
"Ayuntamiento de Madrid", "Generalitat de Catalunya", "Diputación de Valladolid", "Gobierno de Canarias", "Ayuntamiento de Sevilla", "Ayuntamiento de Bilbao", "Diputación de A Coruña"]}
|
||||
title="Han confiado en nosotros"
|
||||
description="Nuestras soluciones están implantadas en ayuntamientos de cualquier tamaño, desde grandes capitales hasta municipios rurales."
|
||||
/>
|
||||
@@ -167,29 +124,18 @@ export default function LandingPage() {
|
||||
description="¿Necesitas integrar datos inteligentes en tu administración? Cuéntanos tu proyecto."
|
||||
inputs={[
|
||||
{
|
||||
name: "Nombre",
|
||||
type: "text",
|
||||
placeholder: "Tu nombre",
|
||||
required: true,
|
||||
name: "Nombre", type: "text", placeholder: "Tu nombre", required: true,
|
||||
},
|
||||
{
|
||||
name: "Email",
|
||||
type: "email",
|
||||
placeholder: "tu@email.com",
|
||||
required: true,
|
||||
name: "Email", type: "email", placeholder: "tu@email.com", required: true,
|
||||
},
|
||||
{
|
||||
name: "Empresa",
|
||||
type: "text",
|
||||
placeholder: "Organismo / Ayuntamiento",
|
||||
},
|
||||
name: "Empresa", type: "text", placeholder: "Organismo / Ayuntamiento"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "Mensaje",
|
||||
placeholder: "Cuéntanos más sobre tus necesidades...",
|
||||
}}
|
||||
name: "Mensaje", placeholder: "Cuéntanos más sobre tus necesidades..."}}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-colleagues-working-late-office-blue-light-night-view_482257-32812.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-colleagues-working-late-office-blue-light-night-view_482257-32812.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -198,37 +144,23 @@ export default function LandingPage() {
|
||||
logoText="Cylstat"
|
||||
columns={[
|
||||
{
|
||||
title: "Enlaces",
|
||||
items: [
|
||||
title: "Enlaces", items: [
|
||||
{
|
||||
label: "Portal Estadístico",
|
||||
href: "https://portalestadistico.com",
|
||||
},
|
||||
label: "Portal Estadístico", href: "https://portalestadistico.com"},
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Servicios", href: "#features"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contacto", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Aviso legal",
|
||||
href: "#",
|
||||
},
|
||||
label: "Aviso legal", href: "#"},
|
||||
{
|
||||
label: "Política de cookies",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de cookies", href: "#"},
|
||||
{
|
||||
label: "Política de privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de privacidad", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user