Merge version_1 into main #2
@@ -8,7 +8,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
@@ -26,28 +26,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Il Progetto",
|
||||
id: "/progetto",
|
||||
},
|
||||
{
|
||||
name: "Approfondimenti",
|
||||
id: "/informazioni",
|
||||
},
|
||||
{
|
||||
name: "Media",
|
||||
id: "/media",
|
||||
},
|
||||
{
|
||||
name: "Chi Siamo",
|
||||
id: "/chi-siamo",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Il Progetto", id: "/progetto" },
|
||||
{ name: "Approfondimenti", id: "/informazioni" },
|
||||
{ name: "Media", id: "/media" },
|
||||
{ name: "Chi Siamo", id: "/chi-siamo" },
|
||||
]}
|
||||
brandName="PFAS Info"
|
||||
button={{ text: "Contattaci", href: "/chi-siamo" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,29 +43,17 @@ export default function LandingPage() {
|
||||
title="Mettiamoci in contatto"
|
||||
description="Per domande, collaborazioni o richieste di informazioni specifiche sul progetto."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Nome e Cognome",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Nome e Cognome", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg?_wi=9"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Supporto"
|
||||
title="Scrivici"
|
||||
description="Siamo qui per rispondere ai tuoi dubbi."
|
||||
@@ -93,12 +67,7 @@ export default function LandingPage() {
|
||||
title="Il Nostro Network"
|
||||
description="Chi ci supporta ogni giorno."
|
||||
names={[
|
||||
"Partner A",
|
||||
"Partner B",
|
||||
"Partner C",
|
||||
"Partner D",
|
||||
"Partner E",
|
||||
]}
|
||||
"Partner A", "Partner B", "Partner C", "Partner D", "Partner E"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -106,29 +75,15 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Progetto",
|
||||
items: [
|
||||
{
|
||||
label: "Il Progetto",
|
||||
href: "/progetto",
|
||||
},
|
||||
{
|
||||
label: "Chi siamo",
|
||||
href: "/chi-siamo",
|
||||
},
|
||||
title: "Progetto", items: [
|
||||
{ label: "Il Progetto", href: "/progetto" },
|
||||
{ label: "Chi siamo", href: "/chi-siamo" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Informazioni",
|
||||
items: [
|
||||
{
|
||||
label: "Approfondimenti",
|
||||
href: "/informazioni",
|
||||
},
|
||||
{
|
||||
label: "Media",
|
||||
href: "/media",
|
||||
},
|
||||
title: "Informazioni", items: [
|
||||
{ label: "Approfondimenti", href: "/informazioni" },
|
||||
{ label: "Media", href: "/media" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -138,4 +93,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -9,7 +9,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import { AlertTriangle, Droplets } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function InfoPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
@@ -27,28 +27,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Il Progetto",
|
||||
id: "/progetto",
|
||||
},
|
||||
{
|
||||
name: "Approfondimenti",
|
||||
id: "/informazioni",
|
||||
},
|
||||
{
|
||||
name: "Media",
|
||||
id: "/media",
|
||||
},
|
||||
{
|
||||
name: "Chi Siamo",
|
||||
id: "/chi-siamo",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Il Progetto", id: "/progetto" },
|
||||
{ name: "Approfondimenti", id: "/informazioni" },
|
||||
{ name: "Media", id: "/media" },
|
||||
{ name: "Chi Siamo", id: "/chi-siamo" },
|
||||
]}
|
||||
brandName="PFAS Info"
|
||||
button={{ text: "Contattaci", href: "/chi-siamo" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,27 +43,15 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Cosa sono i PFAS?",
|
||||
content: "Sono sostanze perfluoroalchiliche persistenti nell'ambiente.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Dove si trovano?",
|
||||
content: "Si trovano in utensili, acqua e processi industriali.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Come proteggersi?",
|
||||
content: "Utilizzando filtri certificati e monitorando le fonti.",
|
||||
},
|
||||
{ id: "1", title: "Cosa sono i PFAS?", content: "Sono sostanze perfluoroalchiliche persistenti nell'ambiente." },
|
||||
{ id: "2", title: "Dove si trovano?", content: "Si trovano in utensili, acqua e processi industriali." },
|
||||
{ id: "3", title: "Come proteggersi?", content: "Utilizzando filtri certificati e monitorando le fonti." },
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
title="Cosa sono i PFAS"
|
||||
description="Gli inquinanti eterni che persistono nel nostro ambiente."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg?_wi=6"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,12 +61,8 @@ export default function LandingPage() {
|
||||
title="Glossario Tecnico"
|
||||
sections={[
|
||||
{
|
||||
heading: "PFAS",
|
||||
content: [
|
||||
{
|
||||
type: "paragraph",
|
||||
text: "Sostanze chimiche di sintesi durevoli.",
|
||||
},
|
||||
heading: "PFAS", content: [
|
||||
{ type: "paragraph", text: "Sostanze chimiche di sintesi durevoli." },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -107,18 +77,8 @@ export default function LandingPage() {
|
||||
title="Dati Tecnici"
|
||||
description="Le cifre della contaminazione."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: AlertTriangle,
|
||||
title: "Concentrazione",
|
||||
value: "Alta",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Droplets,
|
||||
title: "Campioni",
|
||||
value: "1000+",
|
||||
},
|
||||
{ id: "m1", icon: AlertTriangle, title: "Concentrazione", value: "Alta" },
|
||||
{ id: "m2", icon: Droplets, title: "Campioni", value: "1000+" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,29 +87,15 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Progetto",
|
||||
items: [
|
||||
{
|
||||
label: "Il Progetto",
|
||||
href: "/progetto",
|
||||
},
|
||||
{
|
||||
label: "Chi siamo",
|
||||
href: "/chi-siamo",
|
||||
},
|
||||
title: "Progetto", items: [
|
||||
{ label: "Il Progetto", href: "/progetto" },
|
||||
{ label: "Chi siamo", href: "/chi-siamo" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Informazioni",
|
||||
items: [
|
||||
{
|
||||
label: "Approfondimenti",
|
||||
href: "/informazioni",
|
||||
},
|
||||
{
|
||||
label: "Media",
|
||||
href: "/media",
|
||||
},
|
||||
title: "Informazioni", items: [
|
||||
{ label: "Approfondimenti", href: "/informazioni" },
|
||||
{ label: "Media", href: "/media" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -159,4 +105,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function MediaPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
@@ -25,28 +25,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Il Progetto",
|
||||
id: "/progetto",
|
||||
},
|
||||
{
|
||||
name: "Approfondimenti",
|
||||
id: "/informazioni",
|
||||
},
|
||||
{
|
||||
name: "Media",
|
||||
id: "/media",
|
||||
},
|
||||
{
|
||||
name: "Chi Siamo",
|
||||
id: "/chi-siamo",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Il Progetto", id: "/progetto" },
|
||||
{ name: "Approfondimenti", id: "/informazioni" },
|
||||
{ name: "Media", id: "/media" },
|
||||
{ name: "Chi Siamo", id: "/chi-siamo" },
|
||||
]}
|
||||
brandName="PFAS Info"
|
||||
button={{ text: "Contattaci", href: "/chi-siamo" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,16 +43,8 @@ export default function LandingPage() {
|
||||
cardTag="Interviste"
|
||||
cardAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Mario Rossi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg?_wi=7",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Anna Bianchi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg?_wi=7",
|
||||
},
|
||||
{ id: "t1", name: "Mario Rossi", imageSrc: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg" },
|
||||
{ id: "t2", name: "Anna Bianchi", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -79,17 +57,9 @@ export default function LandingPage() {
|
||||
description="Immagini e documentari realizzati."
|
||||
features={[
|
||||
{
|
||||
tag: "Video",
|
||||
title: "Documentario",
|
||||
description: "Il viaggio dell'acqua.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg?_wi=8",
|
||||
},
|
||||
tag: "Video", title: "Documentario", subtitle: "Progetto", description: "Il viaggio dell'acqua.", imageSrc: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg"},
|
||||
{
|
||||
tag: "Foto",
|
||||
title: "Reportage",
|
||||
description: "Il territorio vissuto.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg?_wi=8",
|
||||
},
|
||||
tag: "Foto", title: "Reportage", subtitle: "Territorio", description: "Il territorio vissuto.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,29 +68,15 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Progetto",
|
||||
items: [
|
||||
{
|
||||
label: "Il Progetto",
|
||||
href: "/progetto",
|
||||
},
|
||||
{
|
||||
label: "Chi siamo",
|
||||
href: "/chi-siamo",
|
||||
},
|
||||
title: "Progetto", items: [
|
||||
{ label: "Il Progetto", href: "/progetto" },
|
||||
{ label: "Chi siamo", href: "/chi-siamo" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Informazioni",
|
||||
items: [
|
||||
{
|
||||
label: "Approfondimenti",
|
||||
href: "/informazioni",
|
||||
},
|
||||
{
|
||||
label: "Media",
|
||||
href: "/media",
|
||||
},
|
||||
title: "Informazioni", items: [
|
||||
{ label: "Approfondimenti", href: "/informazioni" },
|
||||
{ label: "Media", href: "/media" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -130,4 +86,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
178
src/app/page.tsx
178
src/app/page.tsx
@@ -29,28 +29,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Il Progetto",
|
||||
id: "/progetto",
|
||||
},
|
||||
{
|
||||
name: "Approfondimenti",
|
||||
id: "/informazioni",
|
||||
},
|
||||
{
|
||||
name: "Media",
|
||||
id: "/media",
|
||||
},
|
||||
{
|
||||
name: "Chi Siamo",
|
||||
id: "/chi-siamo",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Il Progetto", id: "/progetto" },
|
||||
{ name: "Approfondimenti", id: "/informazioni" },
|
||||
{ name: "Media", id: "/media" },
|
||||
{ name: "Chi Siamo", id: "/chi-siamo" },
|
||||
]}
|
||||
brandName="PFAS Info"
|
||||
button={{ text: "Contattaci", href: "/chi-siamo" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,70 +46,30 @@ export default function LandingPage() {
|
||||
description="Una sfida ambientale che riguarda tutti noi. Scopri il video reel informativo e immergiti nel progetto di sensibilizzazione."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Leonardo Scolari",
|
||||
handle: "@leo.pfas",
|
||||
testimonial: "La chiarezza visiva è il primo passo verso il cambiamento.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg?_wi=1",
|
||||
imageAlt: "dark water surface reflection abstract",
|
||||
},
|
||||
name: "Leonardo Scolari", handle: "@leo.pfas", testimonial: "La chiarezza visiva è il primo passo verso il cambiamento.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg", imageAlt: "dark water surface reflection abstract"},
|
||||
{
|
||||
name: "Progetto PFAS",
|
||||
handle: "@info.pfas",
|
||||
testimonial: "Informare per prevenire l'esposizione invisibile.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg?_wi=1",
|
||||
imageAlt: "data visualization dark theme",
|
||||
},
|
||||
name: "Progetto PFAS", handle: "@info.pfas", testimonial: "Informare per prevenire l'esposizione invisibile.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg", imageAlt: "data visualization dark theme"},
|
||||
{
|
||||
name: "Ambiente Veneto",
|
||||
handle: "@veneto.alert",
|
||||
testimonial: "Un lavoro necessario per la nostra comunità.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg?_wi=2",
|
||||
imageAlt: "dark water surface reflection abstract",
|
||||
},
|
||||
name: "Ambiente Veneto", handle: "@veneto.alert", testimonial: "Un lavoro necessario per la nostra comunità.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg", imageAlt: "dark water surface reflection abstract"},
|
||||
{
|
||||
name: "Scienza e Salute",
|
||||
handle: "@med.info",
|
||||
testimonial: "Dati precisi per scelte quotidiane consapevoli.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg?_wi=2",
|
||||
imageAlt: "data visualization dark theme",
|
||||
},
|
||||
name: "Scienza e Salute", handle: "@med.info", testimonial: "Dati precisi per scelte quotidiane consapevoli.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg", imageAlt: "data visualization dark theme"},
|
||||
{
|
||||
name: "Community Lab",
|
||||
handle: "@comm.lab",
|
||||
testimonial: "Un design moderno per un tema vitale.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg?_wi=3",
|
||||
imageAlt: "dark water surface reflection abstract",
|
||||
},
|
||||
name: "Community Lab", handle: "@comm.lab", testimonial: "Un design moderno per un tema vitale.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg", imageAlt: "dark water surface reflection abstract"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg"
|
||||
showDimOverlay={true}
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg",
|
||||
alt: "Utente 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg",
|
||||
alt: "Utente 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg",
|
||||
alt: "Utente 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg",
|
||||
alt: "Utente 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg",
|
||||
alt: "Utente 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg", alt: "Utente 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg", alt: "Utente 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg", alt: "Utente 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg", alt: "Utente 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg", alt: "Utente 5" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -132,15 +78,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Il contesto del problema",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg",
|
||||
alt: "Dati PFAS",
|
||||
},
|
||||
{ type: "text", content: "Il contesto del problema" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg", alt: "Dati PFAS" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -153,24 +92,9 @@ export default function LandingPage() {
|
||||
title="Impatto sul Territorio"
|
||||
description="Analisi numerica della diffusione dei contaminanti."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Droplet,
|
||||
title: "Comuni Coinvolti",
|
||||
value: "21",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
icon: Users,
|
||||
title: "Popolazione Esposta",
|
||||
value: "350k+",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
icon: ShieldCheck,
|
||||
title: "Filtri Installati",
|
||||
value: "1200",
|
||||
},
|
||||
{ id: "1", icon: Droplet, title: "Comuni Coinvolti", value: "21" },
|
||||
{ id: "2", icon: Users, title: "Popolazione Esposta", value: "350k+" },
|
||||
{ id: "3", icon: ShieldCheck, title: "Filtri Installati", value: "1200" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -182,12 +106,7 @@ export default function LandingPage() {
|
||||
title="Supportati da"
|
||||
description="Collaboriamo con enti di ricerca e associazioni locali."
|
||||
names={[
|
||||
"Università di Padova",
|
||||
"ARPA Veneto",
|
||||
"Legambiente",
|
||||
"Comitato PFAS",
|
||||
"ISPRA",
|
||||
]}
|
||||
"Università di Padova", "ARPA Veneto", "Legambiente", "Comitato PFAS", "ISPRA"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -199,18 +118,9 @@ export default function LandingPage() {
|
||||
description="Ecco come portiamo la conoscenza sul territorio."
|
||||
features={[
|
||||
{
|
||||
tag: "Educazione",
|
||||
title: "Workshops",
|
||||
subtitle: "Scuole e università",
|
||||
description: "Cicli di incontri formativi sulle tematiche ambientali.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg?_wi=3",
|
||||
},
|
||||
tag: "Educazione", title: "Workshops", subtitle: "Scuole e università", description: "Cicli di incontri formativi sulle tematiche ambientali.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg"},
|
||||
{
|
||||
tag: "Prevenzione",
|
||||
title: "Monitoraggio",
|
||||
description: "Analisi costante della qualità delle acque potabili.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg?_wi=5",
|
||||
},
|
||||
tag: "Prevenzione", title: "Monitoraggio", subtitle: "Controllo qualità", description: "Analisi costante della qualità delle acque potabili.", imageSrc: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -219,29 +129,15 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Progetto",
|
||||
items: [
|
||||
{
|
||||
label: "Il Progetto",
|
||||
href: "/progetto",
|
||||
},
|
||||
{
|
||||
label: "Chi siamo",
|
||||
href: "/chi-siamo",
|
||||
},
|
||||
title: "Progetto", items: [
|
||||
{ label: "Il Progetto", href: "/progetto" },
|
||||
{ label: "Chi siamo", href: "/chi-siamo" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Informazioni",
|
||||
items: [
|
||||
{
|
||||
label: "Approfondimenti",
|
||||
href: "/informazioni",
|
||||
},
|
||||
{
|
||||
label: "Media",
|
||||
href: "/media",
|
||||
},
|
||||
title: "Informazioni", items: [
|
||||
{ label: "Approfondimenti", href: "/informazioni" },
|
||||
{ label: "Media", href: "/media" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -251,4 +147,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ProjectPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
@@ -25,28 +25,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Il Progetto",
|
||||
id: "/progetto",
|
||||
},
|
||||
{
|
||||
name: "Approfondimenti",
|
||||
id: "/informazioni",
|
||||
},
|
||||
{
|
||||
name: "Media",
|
||||
id: "/media",
|
||||
},
|
||||
{
|
||||
name: "Chi Siamo",
|
||||
id: "/chi-siamo",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Il Progetto", id: "/progetto" },
|
||||
{ name: "Approfondimenti", id: "/informazioni" },
|
||||
{ name: "Media", id: "/media" },
|
||||
{ name: "Chi Siamo", id: "/chi-siamo" },
|
||||
]}
|
||||
brandName="PFAS Info"
|
||||
button={{ text: "Contattaci", href: "/chi-siamo" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,16 +42,10 @@ export default function LandingPage() {
|
||||
title="La Missione"
|
||||
description="Diffondere consapevolezza critica."
|
||||
metrics={[
|
||||
{
|
||||
value: "2024",
|
||||
title: "Fondazione",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Eventi",
|
||||
},
|
||||
{ value: "2024", title: "Fondazione" },
|
||||
{ value: "50+", title: "Eventi" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -79,19 +59,9 @@ export default function LandingPage() {
|
||||
description="Puntiamo alla trasparenza dei dati."
|
||||
features={[
|
||||
{
|
||||
tag: "Trasparenza",
|
||||
title: "Open Data",
|
||||
subtitle: "Dati pubblici",
|
||||
description: "Rendiamo accessibili i dati ambientali.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg?_wi=5",
|
||||
},
|
||||
tag: "Trasparenza", title: "Open Data", subtitle: "Dati pubblici", description: "Rendiamo accessibili i dati ambientali.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg"},
|
||||
{
|
||||
tag: "Ricerca",
|
||||
title: "Studi",
|
||||
subtitle: "Analisi scientifica",
|
||||
description: "Collaborazioni accademiche.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg?_wi=6",
|
||||
},
|
||||
tag: "Ricerca", title: "Studi", subtitle: "Analisi scientifica", description: "Collaborazioni accademiche.", imageSrc: "http://img.b2bpic.net/free-photo/splashing-colorful-liquids-black-background_23-2147837291.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,29 +70,15 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Progetto",
|
||||
items: [
|
||||
{
|
||||
label: "Il Progetto",
|
||||
href: "/progetto",
|
||||
},
|
||||
{
|
||||
label: "Chi siamo",
|
||||
href: "/chi-siamo",
|
||||
},
|
||||
title: "Progetto", items: [
|
||||
{ label: "Il Progetto", href: "/progetto" },
|
||||
{ label: "Chi siamo", href: "/chi-siamo" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Informazioni",
|
||||
items: [
|
||||
{
|
||||
label: "Approfondimenti",
|
||||
href: "/informazioni",
|
||||
},
|
||||
{
|
||||
label: "Media",
|
||||
href: "/media",
|
||||
},
|
||||
title: "Informazioni", items: [
|
||||
{ label: "Approfondimenti", href: "/informazioni" },
|
||||
{ label: "Media", href: "/media" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -132,4 +88,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user