From 7e07af10250d50f61efb53d1d95d480952f283bb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 23:55:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fd022ae..9c3e53f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; -import { Target, Info, Recycle, Users, Lightbulb } from 'lucide-react'; export default function LandingPage() { return ( @@ -65,6 +64,7 @@ export default function LandingPage() { animationType="depth-3d" gridVariant="three-columns-all-equal-width" textboxLayout="split" + useInvertedBackground={false} members={[ { id: "1", name: "Our Mission", role: "Debris Free Oceans is a grassroots organization dedicated to keeping our oceans clean. We partner with local communities and schools to raise awareness." }, { id: "2", name: "The 5Rs", role: "Rethink & Reduce, Reuse, Recycle, Recapture & Redesign are our blueprint for sustainable daily living and corporate change." }, -- 2.49.1