diff --git a/src/app/page.tsx b/src/app/page.tsx index cd6b72b..c1f56fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,6 +68,7 @@ export default function LandingPage() { videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/vibrant-coral-reef-in-midwater-soft-ligh-1775511262201-ae7e40af.mp4" mediaAnimation="blur-reveal" className="py-24 bg-background-accent" + useInvertedBackground={false} /> @@ -82,7 +83,6 @@ 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} />