diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d2beb4..17e01a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { 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 */}
01 CALL — Scoperta e obiettivi.
02 PLAN — Strategia e moodboard.
@@ -114,14 +113,12 @@ export default function LandingPage() {
@@ -130,10 +127,10 @@ export default function LandingPage() { console.log(email)} + onSubmit={(email) => window.location.href = 'mailto:contatto@fph.production?subject=Richiesta%20Informazioni&body=Da:%20' + email} />
@@ -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" /> diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index c17d275..f6a5c86 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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);