diff --git a/src/app/page.tsx b/src/app/page.tsx index b425901..6229c21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,6 +78,7 @@ export default function LandingPage() { animationType="depth-3d" showRating={true} textboxLayout="split" + useInvertedBackground={false} testimonials={[ { id: "1", name: "TechCorp", handle: "@tech", testimonial: "The web redesign increased our conversion by 200% within two months.", rating: 5 }, { id: "2", name: "FashionHub", handle: "@fashion", testimonial: "Their video content strategy elevated our social media presence significantly.", rating: 5 }, @@ -88,6 +89,7 @@ export default function LandingPage() {