4 Commits

Author SHA1 Message Date
d60a3df3b9 Update src/app/page.tsx 2026-04-06 23:52:59 +00:00
f2fb5284a6 Merge version_9 into main
Merge version_9 into main
2026-04-06 23:47:45 +00:00
0f4c45d001 Update src/app/page.tsx 2026-04-06 23:47:42 +00:00
cec63b31f6 Merge version_8 into main
Merge version_8 into main
2026-04-06 23:43:56 +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."
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>
);
}
}