Compare commits
10 Commits
version_8
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 5902f4ee13 | |||
| 0a85cb496d | |||
| 9291d561c4 | |||
| 5dc1b4b255 | |||
| a05e8ef01d | |||
| 659e1a7700 | |||
| 421a034a22 | |||
| 29ac293c6d | |||
| 8ee9738669 | |||
| a90080978a |
@@ -8,6 +8,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -28,6 +29,7 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Philosophy", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Clients", id: "social-proof" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
@@ -39,9 +41,9 @@ export default function LandingPage() {
|
||||
<HeroSplit
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Film per brand che sanno chi sono"
|
||||
description="Brand Film · Heritage Campaign · Event Direction — Per i brand italiani che vogliono essere visti, non solo scorrere. Convertiamo i tuoi spettatori in clienti fedeli attraverso una narrazione cinematografica che valorizza la tua identità."
|
||||
description="Brand Film · Heritage Campaign · Event Direction — Per i brand italiani che vogliono essere visti, non solo scorrere. Convertiamo i tuoi spettatori in clienti fedeli attraverso una narrazione cinematografica che valorizza la tua identità. Studio indipendente — un solo autore dietro ogni progetto. Per produzioni complesse, seleziono collaboratori scelti caso per caso: i migliori per ogni visione, non un team fisso."
|
||||
buttons={[{ text: "Parliamone", href: "#contact" }]}
|
||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CX1xH7y0jxZ0fhv28YS97mOKD2/uploaded-1776553036600-uldveqyn.mp4"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CX1xH7y0jxZ0fhv28YS97mOKD2/uploaded-1776553036600-uldveqyn.mp4"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -50,11 +52,26 @@ export default function LandingPage() {
|
||||
<MediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="Michele Floridia — Filmmaker."
|
||||
description="Non un'agenzia. Non un content creator. Una visione, una firma, un risultato. FPH Production è lo studio dietro i brand italiani che vogliono comunicare chi sono — non solo cosa vendono."
|
||||
description="Michele Floridia — Filmmaker. Studio indipendente basato in Italia. Ogni progetto nasce da una visione unica e, quando serve, cresce con collaboratori selezionati: direttori della fotografia, sound designer, motion designer scelti progetto per progetto. Non un'agenzia. Non un collettivo fisso. Un autore con la rete giusta."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CX1xH7y0jxZ0fhv28YS97mOKD2/director-michele-floridia-working-on-a-f-1776519373622-6bbe0844.png"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardMedia
|
||||
title="I nostri Servizi"
|
||||
description="Soluzioni cinematografiche per il posizionamento del tuo brand."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "s1", title: "Heritage Brand Film", description: "Italia ed Europa", tag: "Production" },
|
||||
{ id: "s2", title: "Campaign Lifestyle", description: "Italia ed Europa", tag: "Campaign" },
|
||||
{ id: "s3", title: "Event Direction", description: "On-site ovunque, su richiesta", tag: "Events" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Partner in visione"
|
||||
@@ -69,7 +86,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Hai un progetto? Parliamone."
|
||||
description="Raccontaci la tua visione. Tutte le richieste sono sempre senza impegno."
|
||||
description="Niente brief infiniti. Una conversazione. Studio indipendente — disponibile in Italia e all'estero."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Nome", required: true },
|
||||
{ name: "brand", type: "text", placeholder: "Brand", required: true },
|
||||
@@ -82,7 +99,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Studio", items: [{ label: "Philosophy", href: "#about" }, { label: "Clients", href: "#social-proof" }] },
|
||||
{ title: "Studio", items: [{ label: "Philosophy", href: "#about" }, { label: "Services", href: "#services" }, { label: "Clients", href: "#social-proof" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
logoText="FPH Production"
|
||||
|
||||
Reference in New Issue
Block a user