Compare commits
6 Commits
version_18
...
version_21
| Author | SHA1 | Date | |
|---|---|---|---|
| e51f64b83a | |||
| 3a071fa00d | |||
| 423f8f104c | |||
| 8f7526e75e | |||
| 20d1e70b23 | |||
| 0e0aed00da |
@@ -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,6 +126,8 @@ 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>
|
||||
|
||||
@@ -135,6 +144,9 @@ export default function LandingPage() {
|
||||
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>
|
||||
|
||||
@@ -143,6 +155,8 @@ 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>
|
||||
|
||||
Reference in New Issue
Block a user