Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f5ba3c8153 | |||
| de3b69059c | |||
| 2b8ad190b4 | |||
| 0c3fb3ec91 | |||
| cb12bf9e19 | |||
| 7fbc7686d9 | |||
| f89667537d | |||
| e027a1ee98 | |||
| 41fce4f4df |
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user