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"], }); diff --git a/src/app/page.tsx b/src/app/page.tsx index d9a1ab8..d931406 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() {
-
@@ -79,8 +80,8 @@ export default function LandingPage() { 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: "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} />