From 423f8f104c045599528126133a4a5b6fb7ff78f4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:18:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b946f51..c84115d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" />
@@ -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" /> ); -} +} \ No newline at end of file