From 4965bbc0692fe00869bef2b23c4920653c2b3e77 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 20:22:59 +0000 Subject: [PATCH] Update src/app/chi-siamo/page.tsx --- src/app/chi-siamo/page.tsx | 83 +++++++++----------------------------- 1 file changed, 19 insertions(+), 64 deletions(-) diff --git a/src/app/chi-siamo/page.tsx b/src/app/chi-siamo/page.tsx index 977d504..1a4632d 100644 --- a/src/app/chi-siamo/page.tsx +++ b/src/app/chi-siamo/page.tsx @@ -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 ( @@ -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" />
@@ -106,29 +75,15 @@ export default function LandingPage() {
); -} +} \ No newline at end of file