11 Commits

Author SHA1 Message Date
7e07af1025 Update src/app/page.tsx 2026-04-06 23:55:41 +00:00
5959979be5 Update src/app/page.tsx 2026-04-06 23:55:08 +00:00
3fff402e7e Update src/app/layout.tsx 2026-04-06 23:55:07 +00:00
dac06ea33d Merge version_10 into main
Merge version_10 into main
2026-04-06 23:53:02 +00:00
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
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
9ff81e10a2 Merge version_7 into main
Merge version_7 into main
2026-04-06 23:40:14 +00:00
2 changed files with 18 additions and 32 deletions

View File

@@ -19,9 +19,9 @@ export const metadata: Metadata = {
}, },
}; };
const montserrat = Montserrat({ const montserrat = Montserrat({
variable: "--font-montserrat", variable: "--font-montserrat", subsets: ["latin"],
subsets: ["latin"],
}); });
export default function RootLayout({ export default function RootLayout({

View File

@@ -8,9 +8,7 @@ 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 TeamCardSix from '@/components/sections/team/TeamCardSix';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Waves, Droplets, Recycle, Target, ShieldCheck } from 'lucide-react';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -31,7 +29,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,14 +58,20 @@ export default function LandingPage() {
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TestimonialCardFifteen <TeamCardSix
testimonial="At the heart of our mission is the 5Rs strategy: Refuse, Reduce, Reuse, Repurpose, Recycle. We believe that by changing our daily habits, we can stop the flow of plastic into our oceans and restore marine health." title="About Debris Free Oceans"
rating={5} 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."
author="Debris Free Oceans Core Team" animationType="depth-3d"
avatars={[{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/bubbles-ascending-slowly-through-ocean-s-1775511261316-98e8ea56.png", alt: "Action" }]} gridVariant="three-columns-all-equal-width"
ratingAnimation="blur-reveal" textboxLayout="split"
avatarsAnimation="slide-up"
useInvertedBackground={false} 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." }
]}
className="bg-gradient-to-br from-[#E0F7FA] to-[#001f3f]"
/> />
</div> </div>
@@ -101,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}