4 Commits

Author SHA1 Message Date
423f8f104c Update src/app/page.tsx 2026-04-22 21:18:39 +00:00
8f7526e75e Merge version_19 into main
Merge version_19 into main
2026-04-22 21:16:42 +00:00
20d1e70b23 Update src/app/page.tsx 2026-04-22 21:16:36 +00:00
0e0aed00da Merge version_18 into main
Merge version_18 into main
2026-04-21 22:27:30 +00:00

View File

@@ -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>
@@ -119,6 +120,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 opacity-90"
/>
</div>
@@ -135,6 +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 bg-card"
titleClassName="font-bold text-5xl text-foreground"
descriptionClassName="text-foreground/80 text-xl"
/>
</div>
@@ -143,6 +149,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-foreground transition-colors"
/>
</div>
</ReactLenis>