From 9f0f46ea5c3d6d45fc3b5385232ceade03869378 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:39:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1f56fb..0cb6533 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,6 +83,7 @@ export default function LandingPage() { { id: "2", label: "Reuse & Repurpose", title: "Circularity", items: ["Material upcycling projects", "Community repair workshops", "Resource recovery networks"] }, { id: "3", label: "The Goal", title: "Restoration", items: ["Ecosystem cleaning efforts", "Policy advocacy for ocean health", "Zero-waste infrastructure"] }, ]} + useInvertedBackground={false} /> -- 2.49.1