8 Commits

Author SHA1 Message Date
20d1e70b23 Update src/app/page.tsx 2026-04-22 21:16:36 +00:00
0e0aed00da Merge version_18 into main
Merge version_18 into main
2026-04-21 22:27:30 +00:00
dd85b25ce6 Update src/app/page.tsx 2026-04-21 22:27:27 +00:00
2998d23fed Update src/app/layout.tsx 2026-04-21 22:27:26 +00:00
d123a631ae Merge version_17 into main
Merge version_17 into main
2026-04-21 22:26:49 +00:00
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
2 changed files with 18 additions and 10 deletions

View File

@@ -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"

View File

@@ -117,23 +117,29 @@ export default function LandingPage() {
avatars={[{ src: "https://i.pravatar.cc/150?u=a1", alt: "Client" }]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
useInvertedBackground={true}
useInvertedBackground={false}
ariaLabel="Testimonial section"
className="py-12"
testimonialClassName="text-lg font-medium leading-relaxed"
/>
</div>
<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."
useInvertedBackground={false}
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"
className="py-20"
titleClassName="font-semibold text-4xl"
descriptionClassName="text-muted-foreground text-lg"
/>
</div>
@@ -142,6 +148,8 @@ export default function LandingPage() {
logoText="FPH Directing Studio"
leftLink={{ text: "© 2025 FPH Production", href: "#" }}
rightLink={{ text: "Privacy & Terms", href: "#" }}
className="py-12 border-t"
linkClassName="text-sm text-muted-foreground hover:text-foreground"
/>
</div>
</ReactLenis>