|
|
|
|
@@ -48,6 +48,7 @@ export default function LandingPage() {
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
@@ -63,6 +64,7 @@ export default function LandingPage() {
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
@@ -80,6 +82,7 @@ export default function LandingPage() {
|
|
|
|
|
{ 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>
|
|
|
|
|
|
|
|
|
|
@@ -97,6 +100,8 @@ export default function LandingPage() {
|
|
|
|
|
{ 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>
|
|
|
|
|
|
|
|
|
|
@@ -106,6 +111,8 @@ export default function LandingPage() {
|
|
|
|
|
title="Michele Floridia — Directing Studio."
|
|
|
|
|
description="FPH is a boutique directing studio built for high-end manufacturing, heritage brands, and outdoor luxury. We provide tailor-made production management that scales from intimate storytelling to complex campaign direction, ensuring every frame honors your craft."
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
@@ -119,21 +126,27 @@ export default function LandingPage() {
|
|
|
|
|
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="Define Your Vision."
|
|
|
|
|
description="Direct engagement for ambitious brands. Michele Floridia is available for national and international assignments."
|
|
|
|
|
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 bg-card"
|
|
|
|
|
titleClassName="font-bold text-5xl text-white"
|
|
|
|
|
descriptionClassName="text-white/70 text-xl"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -142,9 +155,11 @@ export default function LandingPage() {
|
|
|
|
|
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>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|