From 20d1e70b231e61931dd8d86319de3c7ae17aa4d1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:16:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb760d6..b946f51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,14 +117,16 @@ export default function LandingPage() { avatars={[{ src: "https://i.pravatar.cc/150?u=a1", alt: "Client" }]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" - useInvertedBackground={true} + useInvertedBackground={false} ariaLabel="Testimonial section" + className="py-12" + testimonialClassName="text-lg font-medium leading-relaxed" />
@@ -143,9 +148,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" /> ); -} \ No newline at end of file +} -- 2.49.1