Update src/app/about/page.tsx

This commit is contained in:
2026-04-07 20:26:42 +00:00
parent 6006b42616
commit e51e5d9686

View File

@@ -26,28 +26,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Progetto",
id: "/progetto",
},
{
name: "About",
id: "/about",
},
{
name: "Fonti",
id: "/fonti",
},
{
name: "Sito",
id: "/sito",
},
{ name: "Home", id: "/" },
{ name: "Progetto", id: "/progetto" },
{ name: "About", id: "/about" },
{ name: "Fonti", id: "/fonti" },
{ name: "Sito", id: "/sito" }
]}
brandName="ARIA DI CASA"
button={{ text: "Contatti", href: "/page#contact" }}
/>
</div>
@@ -56,7 +42,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Leonardo Rinaldi"
description="Vivo a Longare, tra Vicenza e il territorio. Il mio sguardo è rivolto all'audiovisivo multimediale per trasformare l'ordinario in riflessione."
imageSrc="http://img.b2bpic.net/free-photo/young-handsome-man-walking-evening-outside-street_1303-17071.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/young-handsome-man-walking-evening-outside-street_1303-17071.jpg"
/>
</div>
@@ -66,47 +52,19 @@ export default function LandingPage() {
title="Il Percorso"
metricsAnimation="slide-up"
metrics={[
{
icon: GraduationCap,
label: "Studi",
value: "Liceo Artistico",
},
{
icon: Heart,
label: "Passione",
value: "Video Art",
},
{ icon: GraduationCap, label: "Studi", value: "Liceo Artistico" },
{ icon: Heart, label: "Passione", value: "Video Art" }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg"
logoText="ARIA DI CASA"
columns={[
{
title: "Pagine",
items: [
{
label: "Home",
href: "/",
},
{
label: "Progetto",
href: "/progetto",
},
],
},
{
title: "Contatti",
items: [
{
label: "Credits",
href: "#",
},
],
},
{ title: "Pagine", items: [{ label: "Home", href: "/" }, { label: "Progetto", href: "/progetto" }] },
{ title: "Contatti", items: [{ label: "Credits", href: "#" }] }
]}
copyrightText="© 2025 Leonardo Rinaldi | Liceo Artistico Boscardin"
/>