47 Commits

Author SHA1 Message Date
5343bc3330 Update src/app/page.tsx 2026-04-07 00:44:40 +00:00
6ded262b55 Update src/app/page.tsx 2026-04-07 00:41:40 +00:00
62caab0305 Update src/app/layout.tsx 2026-04-07 00:41:39 +00:00
a448a6f809 Merge version_15 into main
Merge version_15 into main
2026-04-07 00:29:58 +00:00
806a26f3a0 Update src/app/page.tsx 2026-04-07 00:29:52 +00:00
dc894d78e3 Merge version_14 into main
Merge version_14 into main
2026-04-07 00:19:19 +00:00
83c5e439de Update src/app/page.tsx 2026-04-07 00:19:13 +00:00
0973b97f9b Merge version_14 into main
Merge version_14 into main
2026-04-07 00:18:41 +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
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
2 changed files with 27 additions and 45 deletions

View File

@@ -19,9 +19,11 @@ 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,13 @@
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 TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import AboutMetric from '@/components/sections/about/AboutMetric'; import { Recycle } from 'lucide-react';
import { BarChart3, Users, Target, Zap } from 'lucide-react';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -21,9 +20,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 +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,32 +59,31 @@ 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 a Miami-based organization dedicated to "turning off the waste tap." Our mission is to lead the transition toward a zero-waste economy by addressing both the infrastructure and the culture of disposable living.'
subdescription=""
icon={Recycle}
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/vibrant-coral-reef-in-midwater-soft-ligh-1775511262201-ae7e40af.mp4"
mediaAnimation="blur-reveal"
className="py-24 bg-background-accent"
useInvertedBackground={false} useInvertedBackground={false}
metrics={[
{ 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>
<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="Our Core Strategy: The 5Rs"
useInvertedBackground={false} description='We move beyond just "cleaning up" by integrating a circular approach to waste'
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" }, { id: "1", label: "Reduce", title: "", items: ["Inspiring a shift away from single-use consumption to stop waste before it starts.", ""] },
{ 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" }, { id: "2", label: "Reuse ", title: "", items: ["Extending the life of products through innovative, cost-saving approaches.", "", ""] },
{ 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" }, { id: "3", label: "Recycle", title: "", items: ["", "Supporting responsible processing of materials when reuse is no longer an option.", ""] },
]} ]}
title="The Midwater Journey" useInvertedBackground={false}
description="As you descend, witness the change in light, pressure, and the diverse marine life thriving in these deep, cool waters."
/> />
</div> </div>
@@ -103,24 +101,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}