2 Commits

Author SHA1 Message Date
e51f64b83a Update src/app/page.tsx 2026-04-22 21:45:27 +00:00
3a071fa00d Merge version_20 into main
Merge version_20 into main
2026-04-22 21:18:42 +00:00

View File

@@ -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>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
</ReactLenis>