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