From 2cb7ba045a1a3f4f888e2b1c72faf4a0aea8a41d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 07:39:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 479ccfc..17883ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,6 +46,7 @@ export default function Page() { metrics={[{ value: "10K+", title: "Guests Monthly" }, { value: "50+", title: "Local DJs" }]} mediaAnimation="slide-up" metricsAnimation="slide-up" + useInvertedBackground={false} />
@@ -81,6 +85,7 @@ export default function Page() { ctaButton={{ text: "Book Now", href: "/contact" }} ctaIcon={Phone} animationType="slide-up" + useInvertedBackground={false} />