9 Commits

Author SHA1 Message Date
f5ba3c8153 Update src/app/page.tsx 2026-04-06 23:33:03 +00:00
de3b69059c Update src/app/page.tsx 2026-04-06 23:32:30 +00:00
2b8ad190b4 Update src/app/page.tsx 2026-04-06 23:31:58 +00:00
0c3fb3ec91 Merge version_5 into main
Merge version_5 into main
2026-04-06 23:23:39 +00:00
cb12bf9e19 Update src/app/page.tsx 2026-04-06 23:23:36 +00:00
7fbc7686d9 Merge version_4 into main
Merge version_4 into main
2026-04-06 23:20:16 +00:00
f89667537d Merge version_4 into main
Merge version_4 into main
2026-04-06 23:19:23 +00:00
e027a1ee98 Merge version_4 into main
Merge version_4 into main
2026-04-06 23:18:04 +00:00
41fce4f4df Merge version_4 into main
Merge version_4 into main
2026-04-06 23:17:30 +00:00

View File

@@ -9,8 +9,8 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import AboutMetric from '@/components/sections/about/AboutMetric'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import { BarChart3, Users, Target, Zap } from 'lucide-react'; import { Waves } from 'lucide-react';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -60,16 +60,14 @@ export default function LandingPage() {
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<AboutMetric <TestimonialAboutCard
title="Our Impact Underwater" tag="Our Mission"
metricsAnimation="slide-up" title="About Debris Free Oceans"
description="We are dedicated to turning off the waste tap to protect our blue planet. Through education, community action, and sustainable solutions, we work to heal our waters."
subdescription="Join us as we explore the 5Rs—Refuse, Reduce, Reuse, Repurpose, Recycle—to maintain the health of our currents and marine ecosystems."
icon={Waves}
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/panoramic-ocean-surface-with-sun-glisten-1775511261059-f4eb7d73.mp4"
{ icon: BarChart3, label: "Depth Scanned", value: "45,000 km" },
{ icon: Users, label: "Active Explorers", value: "1,200+" },
{ icon: Target, label: "Zones Discovered", value: "85" },
{ icon: Zap, label: "Data Processed", value: "12 TB" }
]}
/> />
</div> </div>