From 48ed5068f7a9dcb5d1387badb5e59ede4f0a6372 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 08:08:59 +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 8e5f431..81082d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,6 +138,7 @@ export default function LandingPage() { tagIcon={Award} textboxLayout="default" animationType="blur-reveal" + useInvertedBackground={false} metrics={[ { id: "1", icon: Home, title: "Properties Sold", value: "450+" }, { id: "2", icon: Users, title: "Satisfied Clients", value: "650+" }, -- 2.49.1