From 62caab030578238cb3d3558088968a063e4c7236 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:41:39 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index eb5ff03..02c2992 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,6 +21,7 @@ export const metadata: Metadata = { + const montserrat = Montserrat({ variable: "--font-montserrat", subsets: ["latin"], }); -- 2.49.1 From 6ded262b559fb22ef2a643f09ee0e04b8f1213c8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:41:40 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9a1ab8..bae93aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,8 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import { Recycle } from 'lucide-react'; export default function LandingPage() { return ( @@ -58,15 +59,15 @@ export default function LandingPage() {
-
@@ -78,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: "", items: ["Inspiring a shift away from single-use consumption to stop waste before it starts.", ""] }, - { id: "2", label: "Reuse & Repurpose", title: "Circularity", items: ["Material upcycling", "Community workshops"] }, - { id: "3", label: "The Goal", title: "Restoration", items: ["Ecosystem cleaning", "Policy advocacy"] }, + { 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"] }, ]} useInvertedBackground={false} /> -- 2.49.1 From 5343bc3330cad883d53011effc9c8ff7fe78cf3b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:44:40 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bae93aa..d931406 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> -- 2.49.1