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} />