Merge version_25 into main #32
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<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" }]}
|
||||
buttons={[{ text: "PRENOTA UNA CALL GRATUITA", onClick: () => window.location.href = 'mailto:contatto@fph.production' }]}
|
||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CX1xH7y0jxZ0fhv28YS97mOKD2/uploaded-1776553036600-uldveqyn.mp4"
|
||||
showDimOverlay={true}
|
||||
className="min-h-screen"
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Costruiamo il pacchetto in call", href: "#contact" }]}
|
||||
buttons={[{ text: "Contattami per una consulenza", onClick: () => window.location.href = 'mailto:contatto@fph.production' }]}
|
||||
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" },
|
||||
@@ -90,9 +90,8 @@ export default function LandingPage() {
|
||||
tag="COME LAVORO"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "PRENOTA LA CALL GRATUITA", href: "#contact" }]}
|
||||
buttons={[{ text: "Contattami ora", onClick: () => window.location.href = 'mailto:contatto@fph.production' }]}
|
||||
>
|
||||
{/* 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>
|
||||
@@ -114,14 +113,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<TestimonialCardSix
|
||||
title="Riconoscimenti e Fiducia"
|
||||
description="Collaborazioni basate su visione, coerenza e risultati."
|
||||
title="Visione e Coerenza"
|
||||
description="Collaborazioni basate su approccio cinematografico e risultati."
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
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." }
|
||||
]}
|
||||
testimonials={[]}
|
||||
className="py-20 bg-background text-foreground"
|
||||
/>
|
||||
</div>
|
||||
@@ -130,10 +127,10 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
tag="PARLIAMONE"
|
||||
title="Prenota una sessione."
|
||||
description="Una call conoscitiva di 20 minuti per dare forma alla tua visione."
|
||||
description="Una call conoscitiva per dare forma alla tua visione. Scrivimi a contatto@fph.production."
|
||||
background={{ variant: 'radial-gradient' }}
|
||||
useInvertedBackground={true}
|
||||
onSubmit={(email) => console.log(email)}
|
||||
onSubmit={(email) => window.location.href = 'mailto:contatto@fph.production?subject=Richiesta%20Informazioni&body=Da:%20' + email}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -142,7 +139,7 @@ export default function LandingPage() {
|
||||
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" }] }
|
||||
{ title: "Studio", items: [{ label: "Philosophy", href: "#about" }, { label: "Email", href: "mailto:contatto@fph.production" }] }
|
||||
]}
|
||||
copyrightText="© 2025 FPH Production"
|
||||
/>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #F5F5F0;
|
||||
--card: #0A0A0A;
|
||||
--foreground: #0A0A0A;
|
||||
--primary-cta: #D4AF37;
|
||||
--background: #0A0A0A;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ffffff;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #F5F5F0;
|
||||
--secondary-cta: #0a0a0a;
|
||||
--secondary-cta-text: #ffffffe6;
|
||||
--accent: #D4AF37;
|
||||
--background-accent: #EBEBE5;
|
||||
--background-accent: #1a1a1a;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user