Update src/app/page.tsx

This commit is contained in:
2026-04-07 00:46:20 +00:00
parent d648622bb7
commit ca6b62471f

View File

@@ -79,9 +79,9 @@ export default function LandingPage() {
title="Our Core Strategy: The 5Rs"
description='We move beyond just "cleaning up" by integrating a circular approach to waste'
features={[
{ id: "1", label: "Reduce", title: "Consumption Shift", items: ["Inspiring a shift away from single-use consumption to stop waste before it starts.", "Consumer awareness initiatives"] },
{ 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"] },
{ id: "1", label: "Reduce", title: "", items: ["Inspiring a shift away from single-use consumption to stop waste before it starts.", ""] },
{ id: "2", label: "Reuse ", title: "", items: ["Extending the life of products through innovative, cost-saving approaches.", "", ""] },
{ id: "3", label: "Recycle", title: "", items: ["", "Supporting responsible processing of materials when reuse is no longer an option.", ""] },
]}
useInvertedBackground={false}
/>