10 Commits

Author SHA1 Message Date
d4b651f5ee Update src/app/page.tsx 2026-04-07 00:11:01 +00:00
79a6a0711c Update src/app/page.tsx 2026-04-07 00:10:26 +00:00
76f74620cf Merge version_12 into main
Merge version_12 into main
2026-04-06 23:58:33 +00:00
ce74899966 Update src/app/page.tsx 2026-04-06 23:58:30 +00:00
761ae85cad Merge version_12 into main
Merge version_12 into main
2026-04-06 23:58:09 +00:00
7b6df0f5a1 Update src/app/page.tsx 2026-04-06 23:58:03 +00:00
2cf3ee04b6 Merge version_12 into main
Merge version_12 into main
2026-04-06 23:57:34 +00:00
312095386f Update src/app/page.tsx 2026-04-06 23:57:31 +00:00
98cfaa5d51 Merge version_11 into main
Merge version_11 into main
2026-04-06 23:55:45 +00:00
09a4751d47 Merge version_11 into main
Merge version_11 into main
2026-04-06 23:55:14 +00:00

View File

@@ -8,7 +8,7 @@ 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 TeamCardSix from '@/components/sections/team/TeamCardSix';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
export default function LandingPage() {
return (
@@ -58,20 +58,14 @@ export default function LandingPage() {
</div>
<div id="about" data-section="about">
<TeamCardSix
title="About Debris Free Oceans"
description="Dedicated to keeping our oceans clean through a 5Rs mission. Our core strategy revolves around rethinking daily habits, reducing waste, and reimagining our relationship with the sea."
animationType="depth-3d"
gridVariant="three-columns-all-equal-width"
textboxLayout="split"
useInvertedBackground={false}
members={[
{ id: "1", name: "Our Mission", role: "Debris Free Oceans is a grassroots organization dedicated to keeping our oceans clean. We partner with local communities and schools to raise awareness." },
{ id: "2", name: "The 5Rs", role: "Rethink & Reduce, Reuse, Recycle, Recapture & Redesign are our blueprint for sustainable daily living and corporate change." },
{ id: "3", name: "What We Do", role: "Education, Community Cleanups, Sustainability Consulting, Advocacy to protect our blue planet." },
{ id: "4", name: "Our Goal", role: "A healthy, self-sustaining blue planet, completely free from the harmful impact of modern plastic waste." }
<InlineImageSplitTextAbout
heading={[
{ type: 'text', content: 'Our ' },
{ type: 'image', src: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/bubbles-ascending-slowly-through-ocean-s-1775511261316-98e8ea56.png', alt: 'Ocean bubbles' },
{ type: 'text', content: ' 5Rs Strategy' }
]}
className="bg-gradient-to-br from-[#E0F7FA] to-[#001f3f]"
useInvertedBackground={false}
className="bg-background-accent text-foreground py-20"
/>
</div>
@@ -82,7 +76,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
{ title: "Refuse & Reduce", description: "Say no to single-use plastics and minimize waste at the source.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/vibrant-coral-reef-in-midwater-soft-ligh-1775511262201-ae7e40af.png" },
{ title: "Refuse & Reduce", description: "Say no to single-use plastics and minimize waste at the source.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/vibrant-coral-reef-in-midwater-soft-ligh-1775511262201-ae7e40af.png?_wi=2" },
{ title: "Reuse & Repurpose", description: "Extend the life of materials through creative reuse and repurposing.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/school-of-fish-swimming-through-midwater-1775511261257-73e530b0.png" },
{ title: "Final Goal", description: "A clean, thriving ocean ecosystem free from plastic debris.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/bubbles-drifting-past-futuristic-ocean-u-1775511260463-ae02a6e5.png" },
]}
@@ -125,4 +119,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}