Merge version_1 into main #4
@@ -22,44 +22,44 @@ export default function FontiPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Progetto", id: "/progetto" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Fonti", id: "/fonti" },
|
||||
]}
|
||||
brandName="Aria di Casa"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Progetto", id: "/progetto" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Fonti", id: "/fonti" },
|
||||
]}
|
||||
brandName="Aria di Casa"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Fonti Dati"
|
||||
description="Riferimenti scientifici"
|
||||
features={[
|
||||
{
|
||||
title: "ARPAV", description: "Agenzia regionale", icon: Database,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-technology-background-with-flowing-cyber-particles_1048-16343.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-technology-background-with-flowing-cyber-particles_1048-16343.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ferromagnetic-metal-with-green-substance_23-2148253655.jpg", imageAlt: "abstract industrial environmental concept"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Fonti Dati"
|
||||
description="Riferimenti scientifici"
|
||||
features={[
|
||||
{
|
||||
title: "ARPAV", description: "Agenzia regionale", icon: Database,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-technology-background-with-flowing-cyber-particles_1048-16343.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-technology-background-with-flowing-cyber-particles_1048-16343.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ferromagnetic-metal-with-green-substance_23-2148253655.jpg", imageAlt: "abstract industrial environmental concept"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Aria di Casa"
|
||||
copyrightText="© 2025 · Leonardo Rinaldi · Liceo Artistico Boscardin"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Aria di Casa"
|
||||
copyrightText="© 2025 · Leonardo Rinaldi · Liceo Artistico Boscardin"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user