17 Commits

Author SHA1 Message Date
95b549cca2 Update src/app/page.tsx 2026-04-06 23:43:50 +00:00
7731812d1a Merge version_7 into main
Merge version_7 into main
2026-04-06 23:40:46 +00:00
9467363e36 Update src/app/page.tsx 2026-04-06 23:40:43 +00:00
9ff81e10a2 Merge version_7 into main
Merge version_7 into main
2026-04-06 23:40:14 +00:00
3d4f9dd6d2 Update src/app/page.tsx 2026-04-06 23:40:08 +00:00
b2f4440997 Merge version_6 into main
Merge version_6 into main
2026-04-06 23:33:06 +00:00
f5ba3c8153 Update src/app/page.tsx 2026-04-06 23:33:03 +00:00
81af6e4990 Merge version_6 into main
Merge version_6 into main
2026-04-06 23:32:33 +00:00
de3b69059c Update src/app/page.tsx 2026-04-06 23:32:30 +00:00
650bb3bb8a Merge version_6 into main
Merge version_6 into main
2026-04-06 23:32:01 +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

@@ -8,9 +8,8 @@ import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
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 TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow';
import AboutMetric from '@/components/sections/about/AboutMetric'; import { Target } from 'lucide-react';
import { BarChart3, Users, Target, Zap } from 'lucide-react';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -31,7 +30,7 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ name: "Surface", id: "hero" }, { name: "Surface", id: "hero" },
{ name: "About", id: "about" }, { name: "The Strategy", id: "about" },
{ name: "Midwater", id: "features" }, { name: "Midwater", id: "features" },
{ name: "Abyss", id: "metrics" }, { name: "Abyss", id: "metrics" },
{ name: "Connect", id: "contact" }, { name: "Connect", id: "contact" },
@@ -60,15 +59,18 @@ export default function LandingPage() {
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<AboutMetric <TimelineProcessFlow
title="Our Impact Underwater" title="Our Mission & Strategy"
metricsAnimation="slide-up" description="We are a team of ocean advocates committed to a 5Rs approach to restore marine health and stop plastic flow."
useInvertedBackground={false} tag="Debris Free Oceans"
metrics={[ tagIcon={Target}
{ icon: BarChart3, label: "Depth Scanned", value: "45,000 km" }, textboxLayout="split-description"
{ icon: Users, label: "Active Explorers", value: "1,200+" }, animationType="blur-reveal"
{ icon: Target, label: "Zones Discovered", value: "85" }, items={[
{ icon: Zap, label: "Data Processed", value: "12 TB" } { content: "Debris Free Oceans is a grassroots organization dedicated to keeping our oceans clean. We partner with local communities and schools to raise awareness.", media: "", reverse: false },
{ content: "The 5Rs Strategy (Refuse, Reduce, Reuse, Repurpose, Recycle) serves as our blueprint for sustainable daily living and corporate change.", media: "", reverse: true },
{ 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 }
]} ]}
/> />
</div> </div>
@@ -80,12 +82,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ title: "Bioluminescent Wonders", description: "Glimmering organisms that light up the darkness.", 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" },
{ title: "Fluid Dynamics", description: "Experience currents that shape the ocean floor.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/school-of-fish-swimming-through-midwater-1775511261257-73e530b0.png" }, { 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: "Atmospheric Pressure", description: "Feel the intensity of depth in every interaction.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/bubbles-drifting-past-futuristic-ocean-u-1775511260463-ae02a6e5.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" },
]} ]}
title="The Midwater Journey" title="Our Core Strategy"
description="As you descend, witness the change in light, pressure, and the diverse marine life thriving in these deep, cool waters." description="Guided by the 5Rs, we empower communities to take actionable steps toward a sustainable future."
/> />
</div> </div>
@@ -103,24 +105,6 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Elena V.", handle: "@elena_ocean", testimonial: "The transition to the deep ocean felt so incredibly real.", rating: 5 },
{ id: "2", name: "Marcus R.", handle: "@marcus_deep", testimonial: "The lighting effects are absolutely stunning. Truly immersive.", rating: 5 },
{ id: "3", name: "Sarah K.", handle: "@sarah_waves", testimonial: "A calming and futuristic experience unlike any other I've seen.", rating: 5 },
{ id: "4", name: "David W.", handle: "@david_explore", testimonial: "Loved the subtle animations as you scroll down the page.", rating: 5 },
{ id: "5", name: "Chloe L.", handle: "@chloe_blue", testimonial: "The perfect balance of minimalist UI and deep ocean atmosphere.", rating: 5 },
]}
showRating={true}
title="Explorers' Impressions"
description="Discover what fellow travelers experienced during their descent."
/>
</div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}