Merge version_10 into main #15

Merged
bender merged 1 commits from version_10 into main 2026-04-06 23:53:02 +00:00

View File

@@ -60,9 +60,9 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TimelineProcessFlow
title="Our Mission & Strategy"
description="We are a team of ocean advocates committed to a 5Rs approach to restore marine health and stop plastic flow. Our timeline follows a curved wave path reflecting our fluid and deep-seated commitment."
tag="Debris Free Oceans"
title="About Debris Free Oceans"
description="We are a team of ocean advocates committed to a 5Rs approach to restore marine health and stop plastic flow. Our timeline follows a central wave path through the deep sea, connecting our mission and strategy nodes."
tag="Mission & Strategy"
tagIcon={Target}
textboxLayout="split-description"
animationType="blur-reveal"
@@ -72,6 +72,7 @@ export default function LandingPage() {
{ content: "We execute beach cleanups, educational workshops, and advocate for policy changes to ensure our oceans remain pristine.", media: "", reverse: false },
{ content: "Our ultimate goal is a healthy, self-sustaining blue planet, completely free from the harmful impact of modern plastic waste.", media: "", reverse: true }
]}
className="bg-gradient-to-b from-teal-500 to-slate-950"
/>
</div>
@@ -125,4 +126,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}