26 Commits

Author SHA1 Message Date
83c5e439de Update src/app/page.tsx 2026-04-07 00:19:13 +00:00
e4da15a40c Update src/app/page.tsx 2026-04-07 00:18:38 +00:00
f050312b5b Update src/app/layout.tsx 2026-04-07 00:18:38 +00:00
97c9cd8a43 Merge version_13 into main
Merge version_13 into main
2026-04-07 00:11:04 +00:00
d4b651f5ee Update src/app/page.tsx 2026-04-07 00:11:01 +00:00
d52e20c959 Merge version_13 into main
Merge version_13 into main
2026-04-07 00:10:33 +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
7e07af1025 Update src/app/page.tsx 2026-04-06 23:55:41 +00:00
09a4751d47 Merge version_11 into main
Merge version_11 into main
2026-04-06 23:55:14 +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 26 additions and 44 deletions

View File

@@ -19,9 +19,10 @@ 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

@@ -3,14 +3,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import FooterCard from '@/components/sections/footer/FooterCard'; 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 MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
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 (
@@ -21,9 +19,9 @@ export default function LandingPage() {
contentWidth="mediumLarge" contentWidth="mediumLarge"
sizing="mediumLargeSizeLargeTitles" sizing="mediumLargeSizeLargeTitles"
background="grid" background="grid"
cardStyle="gradient-radial" cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient" primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid" secondaryButtonStyle="glass"
headingFontWeight="extrabold" headingFontWeight="extrabold"
> >
<ReactLenis root> <ReactLenis root>
@@ -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,30 +58,31 @@ export default function LandingPage() {
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TestimonialCardFifteen <MetricSplitMediaAbout
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="Our Mission & The 5Rs Strategy"
rating={5} description="We are dedicated to safeguarding our oceans by implementing a proactive, layered approach to waste management and community engagement."
author="Debris Free Oceans Core Team" metrics={[
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" }]} { value: "5", title: "Core Pillars (5Rs)" },
ratingAnimation="blur-reveal" { value: "100%", title: "Ecological Commitment" }
avatarsAnimation="slide-up" ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/vibrant-coral-reef-in-midwater-soft-ligh-1775511262201-ae7e40af.png"
className="bg-background-accent text-foreground py-20"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardThree <FeatureCardTwelve
animationType="slide-up" animationType="blur-reveal"
textboxLayout="split" textboxLayout="split"
gridVariant="three-columns-all-equal-width" title="What We Do"
useInvertedBackground={false} description="Our strategy focuses on systematic change and actionable community restoration initiatives."
features={[ 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" }, { id: "1", label: "Refuse & Reduce", title: "Prevention", items: ["Single-use ban", "Packaging audits"] },
{ 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" }, { id: "2", label: "Reuse & Repurpose", title: "Circularity", items: ["Material upcycling", "Community workshops"] },
{ 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" }, { id: "3", label: "The Goal", title: "Restoration", items: ["Ecosystem cleaning", "Policy advocacy"] },
]} ]}
title="Our Core Strategy" useInvertedBackground={false}
description="Guided by the 5Rs, we empower communities to take actionable steps toward a sustainable future."
/> />
</div> </div>
@@ -101,24 +100,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}
@@ -139,4 +120,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }