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 +}