From f02e18e88650a45df38e06c64b663e77c7bd68ae Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 23:17:57 +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 5cddb13..83f7997 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,7 @@ export default function Page() { title="Our Services" description="Comprehensive solutions designed for your growth." textboxLayout="default" + useInvertedBackground={false} features={[ { id: '1', label: 'Tech', title: 'Technology', items: ['AI Integration', 'Cloud Services'] }, { id: '2', label: 'Consult', title: 'Consulting', items: ['Strategy', 'Execution'] } @@ -43,13 +44,16 @@ export default function Page() {