From 1280201cf7251619dca0a6a09ed6f9b8d040b78f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:03:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fbedba9..d2f81f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,7 +113,7 @@ export default function HomePage() { title="Our Services" description="Comprehensive web solutions designed to elevate your local business online." textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" features={[ @@ -168,7 +168,7 @@ export default function HomePage() { names={[ "Local Coffee Roasters", "Downtown Boutique", "Family Dental Clinic", "City Plumbing Co", "Green Landscaping", "Elite Real Estate", "Urban Fitness Studio", "The Bakery House" ]} - showCard={false} + showCard={true} /> -- 2.49.1