|
|
|
|
@@ -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 (
|
|
|
|
|
@@ -57,16 +58,44 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<MetricSplitMediaAbout
|
|
|
|
|
<div id="about-1" data-section="about-1">
|
|
|
|
|
<TestimonialAboutCard
|
|
|
|
|
tag="Our Mission"
|
|
|
|
|
title="About Debris Free Oceans"
|
|
|
|
|
description='We are a Miami-based organization dedicated to "turning off the waste tap." Our mission is to lead the transition toward a zero-waste economy by addressing both the infrastructure and the culture of disposable living.'
|
|
|
|
|
metrics={[
|
|
|
|
|
{ value: "5", title: "Core Pillars (5Rs)" },
|
|
|
|
|
{ value: "100%", title: "Ecological Commitment" }
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/vibrant-coral-reef-in-midwater-soft-ligh-1775511262201-ae7e40af.png"
|
|
|
|
|
className="bg-background-accent text-foreground py-20"
|
|
|
|
|
subdescription=""
|
|
|
|
|
icon={Recycle}
|
|
|
|
|
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/vibrant-coral-reef-in-midwater-soft-ligh-1775511262201-ae7e40af.mp4?_wi=1"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
className="py-24 bg-background-accent"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about-2" data-section="about-2">
|
|
|
|
|
<TestimonialAboutCard
|
|
|
|
|
tag="Our Mission"
|
|
|
|
|
title="About Debris Free Oceans"
|
|
|
|
|
description='We are a Miami-based organization dedicated to "turning off the waste tap." Our mission is to lead the transition toward a zero-waste economy by addressing both the infrastructure and the culture of disposable living.'
|
|
|
|
|
subdescription=""
|
|
|
|
|
icon={Recycle}
|
|
|
|
|
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/vibrant-coral-reef-in-midwater-soft-ligh-1775511262201-ae7e40af.mp4?_wi=2"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
className="py-24 bg-background-accent"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about-3" data-section="about-3">
|
|
|
|
|
<TestimonialAboutCard
|
|
|
|
|
tag="Our Mission"
|
|
|
|
|
title="About Debris Free Oceans"
|
|
|
|
|
description='We are a Miami-based organization dedicated to "turning off the waste tap." Our mission is to lead the transition toward a zero-waste economy by addressing both the infrastructure and the culture of disposable living.'
|
|
|
|
|
subdescription=""
|
|
|
|
|
icon={Recycle}
|
|
|
|
|
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/vibrant-coral-reef-in-midwater-soft-ligh-1775511262201-ae7e40af.mp4?_wi=3"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
className="py-24 bg-background-accent"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -79,8 +108,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}
|
|
|
|
|
/>
|
|
|
|
|
|