From bcf4b7237f71d8203843aa825ced60a3c687b9e2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 07:36:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1e2cac..1123481 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,18 +91,21 @@ export default function LandingPage() { { id: "2", name: "Local Cafe", imageSrc: "https://img.b2bpic.net/free-photo/coffee-business-owner-concept-portrait-happy-young-bearded-caucasian-barista-apron-with-confident-looking-smiling-camera-coffee-shop-counter_1258-103925.jpg" } ]} cardAnimation="slide-up" + useInvertedBackground={false} />
@@ -112,6 +115,7 @@ export default function LandingPage() { title="Reach Out to Us" description="Whether it's cleaning services or supply chain assistance, we're ready to serve." background={{ variant: "gradient-bars" }} + useInvertedBackground={false} /> -- 2.49.1