From e51f64b83a2092ada8012b49326315f9eba2e1de Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:45:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c84115d..0ff84de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" /> @@ -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" /> @@ -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" /> @@ -107,6 +112,7 @@ export default function LandingPage() { 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" /> @@ -121,7 +127,7 @@ export default function LandingPage() { useInvertedBackground={true} ariaLabel="Testimonial section" className="py-20 bg-background text-foreground" - testimonialClassName="text-lg font-medium leading-relaxed opacity-90" + testimonialClassName="text-lg font-medium leading-relaxed text-white/90" /> @@ -139,8 +145,8 @@ export default function LandingPage() { 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-foreground" - descriptionClassName="text-foreground/80 text-xl" + titleClassName="font-bold text-5xl text-white" + descriptionClassName="text-white/70 text-xl" /> @@ -150,7 +156,7 @@ export default function LandingPage() { 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-foreground transition-colors" + linkClassName="text-sm text-foreground/70 hover:text-white transition-colors" /> -- 2.49.1