3 Commits

Author SHA1 Message Date
9062919b44 Update src/app/page.tsx 2026-04-21 22:26:46 +00:00
26874b730a Merge version_16 into main
Merge version_16 into main
2026-04-21 22:26:09 +00:00
3e69d2f9a1 Merge version_16 into main
Merge version_16 into main
2026-04-21 22:25:37 +00:00

View File

@@ -125,14 +125,15 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
title="Define Your Vision."
description="Direct engagement for ambitious brands. Michele Floridia is available for national and international assignments."
title="Parliamone."
description="Prenota una call conoscitiva di 20 minuti per analizzare il tuo progetto."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "brand", type: "text", placeholder: "Brand / Organization", required: true },
{ name: "name", type: "text", placeholder: "Nome", required: true },
{ name: "email", type: "email", placeholder: "Email", required: true },
{ name: "company", type: "text", placeholder: "Azienda", required: true },
]}
textarea={{ name: "message", placeholder: "Tell us about the narrative you wish to create.", rows: 4, required: true }}
buttonText="Submit Proposal"
textarea={{ name: "message", placeholder: "Messaggio", rows: 4, required: true }}
buttonText="Invia"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CX1xH7y0jxZ0fhv28YS97mOKD2/anamorphic-cinematic-2-39-1-aspect-ratio-1776519529328-28dac220.png?_wi=1"
/>
</div>