|
|
|
|
@@ -2,15 +2,15 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
|
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|
|
|
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
|
|
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
|
|
|
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
|
|
|
|
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
|
|
|
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
|
|
|
|
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
|
|
|
|
import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack';
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -57,10 +57,7 @@ export default function LandingPage() {
|
|
|
|
|
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" }
|
|
|
|
|
]}
|
|
|
|
|
metrics={[]}
|
|
|
|
|
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}
|
|
|
|
|
@@ -87,22 +84,21 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="how-i-work" data-section="how-i-work">
|
|
|
|
|
<FeatureCardTwentyEight
|
|
|
|
|
tag="COME LAVORO"
|
|
|
|
|
<TimelineHorizontalCardStack
|
|
|
|
|
title="Tre passaggi, zero sorprese."
|
|
|
|
|
description="Il mio metodo garantisce qualità e tempi certi in tre passaggi chiari."
|
|
|
|
|
tag="COME LAVORO"
|
|
|
|
|
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"
|
|
|
|
|
/>
|
|
|
|
|
>
|
|
|
|
|
{/* Sticky scroll integration point */}
|
|
|
|
|
<div className="space-y-32 py-10">
|
|
|
|
|
<div className="sticky top-20">01 CALL — Scoperta e obiettivi.</div>
|
|
|
|
|
<div className="sticky top-20">02 PLAN — Strategia e moodboard.</div>
|
|
|
|
|
<div className="sticky top-20">03 CREATE — Produzione e delivery.</div>
|
|
|
|
|
</div>
|
|
|
|
|
</TimelineHorizontalCardStack>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
@@ -117,49 +113,41 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="social-proof" data-section="social-proof">
|
|
|
|
|
<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"
|
|
|
|
|
<TestimonialCardSix
|
|
|
|
|
title="Riconoscimenti e Fiducia"
|
|
|
|
|
description="Collaborazioni basate su visione, coerenza e risultati."
|
|
|
|
|
animationType="blur-reveal"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
ariaLabel="Testimonial section"
|
|
|
|
|
testimonials={[
|
|
|
|
|
{ id: "t1", name: "Partner Strategico", handle: "@client", 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." }
|
|
|
|
|
]}
|
|
|
|
|
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="Parliamone."
|
|
|
|
|
description="Prenota una call conoscitiva di 20 minuti per analizzare il tuo progetto."
|
|
|
|
|
inputs={[
|
|
|
|
|
{ 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: "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 bg-card"
|
|
|
|
|
titleClassName="font-bold text-5xl text-white"
|
|
|
|
|
descriptionClassName="text-white/70 text-xl"
|
|
|
|
|
/>
|
|
|
|
|
<ContactCenter
|
|
|
|
|
tag="PARLIAMONE"
|
|
|
|
|
title="Prenota una sessione."
|
|
|
|
|
description="Una call conoscitiva di 20 minuti per dare forma alla tua visione."
|
|
|
|
|
background={{ variant: 'radial-gradient' }}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
onSubmit={(email) => console.log(email)}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<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"
|
|
|
|
|
/>
|
|
|
|
|
<FooterMedia
|
|
|
|
|
logoText="FPH Directing Studio"
|
|
|
|
|
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"
|
|
|
|
|
columns={[
|
|
|
|
|
{ title: "Studio", items: [{ label: "Philosophy", href: "#about" }, { label: "Contatti", href: "#contact" }] }
|
|
|
|
|
]}
|
|
|
|
|
copyrightText="© 2025 FPH Production"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|