|
|
|
|
@@ -3,12 +3,14 @@
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
|
|
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
|
|
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|
|
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
|
|
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
|
|
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
|
|
|
|
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
|
|
|
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
|
|
|
|
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -30,82 +32,134 @@ export default function LandingPage() {
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "Philosophy", id: "about" },
|
|
|
|
|
{ name: "Services", id: "services" },
|
|
|
|
|
{ name: "Come Lavoro", id: "how-i-work" },
|
|
|
|
|
{ name: "Clients", id: "social-proof" },
|
|
|
|
|
{ name: "Contact", id: "contact" },
|
|
|
|
|
]}
|
|
|
|
|
brandName="FPH Production — Michele Floridia"
|
|
|
|
|
brandName="FPH — Michele Floridia"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<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à. 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" }]}
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CX1xH7y0jxZ0fhv28YS97mOKD2/uploaded-1776553036600-uldveqyn.mp4"
|
|
|
|
|
<HeroLogo
|
|
|
|
|
logoText="REGIA E PRODUZIONE VIDEO"
|
|
|
|
|
description="Film per brand che sanno chi sono. Brand Film, fiere e campagne B2B & luxury. Una sola regia, dal concept all'on-air."
|
|
|
|
|
buttons={[{ text: "PRENOTA UNA CALL GRATUITA", href: "#contact" }]}
|
|
|
|
|
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CX1xH7y0jxZ0fhv28YS97mOKD2/uploaded-1776553036600-uldveqyn.mp4"
|
|
|
|
|
showDimOverlay={true}
|
|
|
|
|
className="min-h-screen"
|
|
|
|
|
descriptionClassName="text-white/90"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about-regia" data-section="about-regia">
|
|
|
|
|
<MetricSplitMediaAbout
|
|
|
|
|
tag="CHI SONO"
|
|
|
|
|
title="Una regia, dall'inizio alla fine."
|
|
|
|
|
description="Sono Michele Floridia, regista e producer. Il mio approccio alla produzione video si concentra sull'essenza della storia, trasformando visioni complesse in racconti visivi chiari e diretti. Credo in una collaborazione artigianale dove il regista diventa il punto di riferimento unico per il cliente, garantendo coerenza stilistica e cura maniacale per ogni frame."
|
|
|
|
|
metrics={[
|
|
|
|
|
{ value: "Visione", title: "Approccio Cine" },
|
|
|
|
|
{ value: "Coerenza", title: "Punto Unico" }
|
|
|
|
|
]}
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CX1xH7y0jxZ0fhv28YS97mOKD2/director-michele-floridia-working-on-a-f-1776519373622-6bbe0844.png?_wi=1"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
descriptionClassName="text-foreground/80"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="services" data-section="services">
|
|
|
|
|
<FeatureCardMedia
|
|
|
|
|
tag="COSA FACCIO"
|
|
|
|
|
title="Tre linee di produzione"
|
|
|
|
|
description="Soluzioni su misura per ogni esigenza di comunicazione premium."
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
buttons={[{ text: "Costruiamo il pacchetto in call", href: "#contact" }]}
|
|
|
|
|
features={[
|
|
|
|
|
{ id: "s1", title: "BRAND FILM", description: "Narrazioni cinematografiche che definiscono l'identità e i valori del tuo brand.", tag: "Concept" },
|
|
|
|
|
{ id: "s2", title: "VIDEO FIERE & EVENTI", description: "Contenuti dinamici per far risaltare la tua presenza nelle occasioni più importanti.", tag: "Production" },
|
|
|
|
|
{ id: "s3", title: "CAMPAGNE ADV B2B & LUXURY", description: "Visual ad alto impatto studiati per il mercato B2B e il segmento lusso.", tag: "Campaign" }
|
|
|
|
|
]}
|
|
|
|
|
cardDescriptionClassName="text-white/80"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="how-i-work" data-section="how-i-work">
|
|
|
|
|
<FeatureCardTwentyEight
|
|
|
|
|
tag="COME LAVORO"
|
|
|
|
|
title="Tre passaggi, zero sorprese."
|
|
|
|
|
description="Il mio metodo garantisce qualità e tempi certi in tre passaggi chiari."
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
features={[
|
|
|
|
|
{ id: "01", title: "01 CALL", subtitle: "CALL", category: "Discovery", value: "Prenoti una discovery call gratuita di 20 minuti. Mi racconti il brand, gli obiettivi e i tempi. Zero impegno." },
|
|
|
|
|
{ id: "02", title: "02 PLAN", subtitle: "PLAN", category: "Strategia", value: "Costruisco una strategia visiva su misura: concept, mood, crew, timeline e preventivo dettagliato." },
|
|
|
|
|
{ id: "03", title: "03 CREATE", subtitle: "CREATE", category: "Produzione", value: "Produciamo il film dal brief al delivery finale. Ricevi contenuti pronti per pubblicare su ogni canale." }
|
|
|
|
|
]}
|
|
|
|
|
buttons={[{ text: "PRENOTA LA CALL GRATUITA", href: "#contact" }]}
|
|
|
|
|
cardTitleClassName="text-foreground"
|
|
|
|
|
textBoxDescriptionClassName="text-foreground/80"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<MediaAbout
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
title="Michele Floridia — Filmmaker."
|
|
|
|
|
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" }
|
|
|
|
|
]}
|
|
|
|
|
title="FPH Directing Studio."
|
|
|
|
|
description="FPH nasce come studio di regia boutique focalizzato sull'autenticità. Il nostro obiettivo è tradurre l'heritage e la complessità manifatturiera in linguaggio visivo contemporaneo. Credo che ogni progetto sia una storia a sé: gestisco personalmente ogni fase della produzione per garantire che l'identità del cliente resti il cuore pulsante di ogni immagine."
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CX1xH7y0jxZ0fhv28YS97mOKD2/director-michele-floridia-working-on-a-f-1776519373622-6bbe0844.png?_wi=2"
|
|
|
|
|
className="bg-card text-foreground"
|
|
|
|
|
descriptionClassName="text-white/80"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="social-proof" data-section="social-proof">
|
|
|
|
|
<SocialProofOne
|
|
|
|
|
title="Partner in visione"
|
|
|
|
|
description="Collaborazioni basate su identità, narrazione e risultati."
|
|
|
|
|
names={["Sauvage & Sons", "Muc-Off", "Casa del Pellegrino", "Studio Balestracci Beltrami"]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
<TestimonialCardFifteen
|
|
|
|
|
testimonial="La capacità di Michele di ascoltare il brand e tradurlo in immagini cinematografiche è rara. Il suo approccio trasforma la produzione in un processo di scoperta continua, sempre orientato al massimo valore comunicativo."
|
|
|
|
|
rating={5}
|
|
|
|
|
author="Collaboratore Strategico"
|
|
|
|
|
avatars={[{ src: "https://i.pravatar.cc/150?u=a1", alt: "Client" }]}
|
|
|
|
|
ratingAnimation="blur-reveal"
|
|
|
|
|
avatarsAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
ariaLabel="Testimonial section"
|
|
|
|
|
className="py-20 bg-background text-foreground"
|
|
|
|
|
testimonialClassName="text-lg font-medium leading-relaxed text-white/90"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactSplitForm
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
title="Hai un progetto? Parliamone."
|
|
|
|
|
description="Niente brief infiniti. Una conversazione. Studio indipendente — disponibile in Italia e all'estero."
|
|
|
|
|
title="Parliamone."
|
|
|
|
|
description="Prenota una call conoscitiva di 20 minuti per analizzare il tuo progetto."
|
|
|
|
|
inputs={[
|
|
|
|
|
{ name: "name", type: "text", placeholder: "Nome", required: true },
|
|
|
|
|
{ name: "brand", type: "text", placeholder: "Brand", required: true },
|
|
|
|
|
{ name: "email", type: "email", placeholder: "Email", required: true },
|
|
|
|
|
{ name: "company", type: "text", placeholder: "Azienda", required: true },
|
|
|
|
|
]}
|
|
|
|
|
textarea={{ name: "message", placeholder: "Messaggio", rows: 4, required: true }}
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CX1xH7y0jxZ0fhv28YS97mOKD2/anamorphic-cinematic-2-39-1-aspect-ratio-1776519529328-28dac220.png"
|
|
|
|
|
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 bg-card"
|
|
|
|
|
titleClassName="font-bold text-5xl text-white"
|
|
|
|
|
descriptionClassName="text-white/70 text-xl"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterBase
|
|
|
|
|
columns={[
|
|
|
|
|
{ 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"
|
|
|
|
|
<FooterLogoReveal
|
|
|
|
|
logoText="FPH Directing Studio"
|
|
|
|
|
leftLink={{ text: "© 2025 FPH Production", href: "#" }}
|
|
|
|
|
rightLink={{ text: "Privacy & Terms", href: "#" }}
|
|
|
|
|
className="py-16 bg-background border-t border-accent/20"
|
|
|
|
|
linkClassName="text-sm text-foreground/70 hover:text-white transition-colors"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|