Compare commits
6 Commits
version_16
...
version_18
| Author | SHA1 | Date | |
|---|---|---|---|
| dd85b25ce6 | |||
| 2998d23fed | |||
| d123a631ae | |||
| 9062919b44 | |||
| 26874b730a | |||
| 3e69d2f9a1 |
@@ -10,8 +10,8 @@ import { Figtree } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'FPH Production | Direzionale di Cinema per Brand',
|
||||
description: 'FPH Production è uno studio di regia che trasforma brand heritage e lifestyle in cinema puro. Filmmaking, non video content.',
|
||||
title: 'FPH — Brand Film & Video Luxury B2B | Michele Floridia',
|
||||
description: 'Regista e producer freelance specializzato in Brand Film cinematografici, video fiere e campagne ADV per il mercato luxury e B2B italiano.',
|
||||
openGraph: {
|
||||
"siteName": "FPH Production",
|
||||
"type": "website"
|
||||
|
||||
@@ -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>
|
||||
@@ -147,4 +148,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user