Compare commits
5 Commits
version_17
...
version_19
| Author | SHA1 | Date | |
|---|---|---|---|
| 20d1e70b23 | |||
| 0e0aed00da | |||
| dd85b25ce6 | |||
| 2998d23fed | |||
| d123a631ae |
@@ -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"
|
||||
|
||||
@@ -117,14 +117,16 @@ 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}
|
||||
useInvertedBackground={false}
|
||||
title="Parliamone."
|
||||
description="Prenota una call conoscitiva di 20 minuti per analizzare il tuo progetto."
|
||||
inputs={[
|
||||
@@ -135,6 +137,9 @@ export default function LandingPage() {
|
||||
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>
|
||||
|
||||
@@ -143,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>
|
||||
|
||||
Reference in New Issue
Block a user