From f85dd57693d50d313b05ce4979f866941faa6b5b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:06:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8570db..9a1b441 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,6 +66,7 @@ export default function LandingPage() { description="Real results, real transformations, real style." textboxLayout="default" animationType="depth-3d" + useInvertedBackground={false} metrics={[ { id: "1", icon: Sparkles, title: "Styles Created", value: "5,000+" }, { id: "2", icon: Sparkles, title: "Happy Clients", value: "2,000+" }, -- 2.49.1