Compare commits
2 Commits
version_19
...
version_20
| Author | SHA1 | Date | |
|---|---|---|---|
| 423f8f104c | |||
| 8f7526e75e |
@@ -106,6 +106,7 @@ 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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -117,16 +118,16 @@ export default function LandingPage() {
|
||||
avatars={[{ src: "https://i.pravatar.cc/150?u=a1", alt: "Client" }]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
ariaLabel="Testimonial section"
|
||||
className="py-12"
|
||||
testimonialClassName="text-lg font-medium leading-relaxed"
|
||||
className="py-20 bg-background text-foreground"
|
||||
testimonialClassName="text-lg font-medium leading-relaxed opacity-90"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
title="Parliamone."
|
||||
description="Prenota una call conoscitiva di 20 minuti per analizzare il tuo progetto."
|
||||
inputs={[
|
||||
@@ -137,9 +138,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"
|
||||
titleClassName="font-semibold text-4xl"
|
||||
descriptionClassName="text-muted-foreground text-lg"
|
||||
className="py-20 bg-card"
|
||||
titleClassName="font-bold text-5xl text-foreground"
|
||||
descriptionClassName="text-foreground/80 text-xl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -148,11 +149,11 @@ export default function LandingPage() {
|
||||
logoText="FPH Directing Studio"
|
||||
leftLink={{ text: "© 2025 FPH Production", href: "#" }}
|
||||
rightLink={{ text: "Privacy & Terms", href: "#" }}
|
||||
className="py-12 border-t"
|
||||
linkClassName="text-sm text-muted-foreground hover:text-foreground"
|
||||
className="py-16 bg-background border-t border-accent/20"
|
||||
linkClassName="text-sm text-foreground/70 hover:text-foreground transition-colors"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user