From 43241ce2e14a152471e621b7e8cb6f8198fa5664 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:26:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) 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() {
-- 2.49.1