38 Commits

Author SHA1 Message Date
ce74899966 Update src/app/page.tsx 2026-04-06 23:58:30 +00:00
7b6df0f5a1 Update src/app/page.tsx 2026-04-06 23:58:03 +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
1c3c24ccf7 Update src/app/page.tsx 2026-04-06 23:20:10 +00:00
f89667537d Merge version_4 into main
Merge version_4 into main
2026-04-06 23:19:23 +00:00
e7c0747bee Update src/app/page.tsx 2026-04-06 23:19:17 +00:00
e027a1ee98 Merge version_4 into main
Merge version_4 into main
2026-04-06 23:18:04 +00:00
64b93b1466 Update src/app/page.tsx 2026-04-06 23:17:58 +00:00
41fce4f4df Merge version_4 into main
Merge version_4 into main
2026-04-06 23:17:30 +00:00
0ab6ea37f4 Update src/app/page.tsx 2026-04-06 23:17:24 +00:00
5e1dea43fb Merge version_3 into main
Merge version_3 into main
2026-04-06 23:09:13 +00:00
8f0a7e1f44 Update src/app/styles/variables.css 2026-04-06 23:09:10 +00:00
df9d78c73c Update src/app/page.tsx 2026-04-06 23:09:10 +00:00
cd487c4e1b Merge version_2 into main
Merge version_2 into main
2026-04-06 21:35:33 +00:00
3 changed files with 45 additions and 79 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,7 +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 SplitAbout from '@/components/sections/about/SplitAbout';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -28,46 +28,47 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ { name: "Surface", id: "hero" },
name: "Surface", id: "hero"}, { name: "The Strategy", id: "about" },
{ { name: "Midwater", id: "features" },
name: "Midwater", id: "features"}, { name: "Abyss", id: "metrics" },
{ { name: "Connect", id: "contact" },
name: "Abyss", id: "metrics"},
{
name: "Connect", id: "contact"},
]} ]}
brandName="Oceanic" brandName="DEBRIS FREE OCEANS"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
background={{ background={{ variant: "rotated-rays-animated" }}
variant: "rotated-rays-animated"}} title="DEBRIS FREE OCEANS"
title="Descend into the Abyss" description="Turning off the waste tap to protect our blue planet."
description="Experience the mesmerizing transition from the sunlit surface to the mysterious ocean deep. A calm, futuristic exploration awaits."
buttons={[ buttons={[
{ { text: "Dive in", href: "#about" },
text: "Begin Descent", href: "#features"},
]} ]}
carouselItems={[ carouselItems={[
{ { id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/sunlight-rays-piercing-through-clear-tur-1775511259373-29d7a359.png", imageAlt: "Surface sunlight" },
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/sunlight-rays-piercing-through-clear-tur-1775511259373-29d7a359.png", imageAlt: "Surface sunlight"}, { id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/gentle-waves-on-the-surface-sun-rays-ref-1775511260087-d14b8e7f.png", imageAlt: "Sun rays refraction" },
{ { id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/bubbles-ascending-slowly-through-ocean-s-1775511261316-98e8ea56.png", imageAlt: "Ascending bubbles" },
id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/gentle-waves-on-the-surface-sun-rays-ref-1775511260087-d14b8e7f.png", imageAlt: "Sun rays refraction"}, { id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/ethereal-sunlight-beams-piercing-into-tu-1775511261139-159d49eb.png", imageAlt: "Turquoise beams" },
{ { id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/bioluminescent-particles-drifting-in-lig-1775511261074-c3518511.png", imageAlt: "Bioluminescent drift" },
id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/bubbles-ascending-slowly-through-ocean-s-1775511261316-98e8ea56.png", imageAlt: "Ascending bubbles"}, { id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/panoramic-ocean-surface-with-sun-glisten-1775511261059-f4eb7d73.png", imageAlt: "Expansive sea" },
{
id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/ethereal-sunlight-beams-piercing-into-tu-1775511261139-159d49eb.png", imageAlt: "Turquoise beams"},
{
id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/bioluminescent-particles-drifting-in-lig-1775511261074-c3518511.png", imageAlt: "Bioluminescent drift"},
{
id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/panoramic-ocean-surface-with-sun-glisten-1775511261059-f4eb7d73.png", imageAlt: "Expansive sea"},
]} ]}
/> />
</div> </div>
<div id="about" data-section="about">
<SplitAbout
title="About Debris Free Oceans"
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."
imagePosition="right"
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/vibrant-coral-reef-in-midwater-soft-ligh-1775511262201-ae7e40af.png?_wi=1"
textboxLayout="default"
bulletPoints={[]}
/>
</div>
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardThree <FeatureCardThree
animationType="slide-up" animationType="slide-up"
@@ -75,15 +76,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
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?_wi=2" },
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: "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: "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: "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: "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="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>
@@ -93,50 +91,18 @@ export default function LandingPage() {
title="Oceanic Depths" title="Oceanic Depths"
tag="In-Depth Exploration" tag="In-Depth Exploration"
metrics={[ metrics={[
{ { id: "depth", value: "11,000m", description: "Maximum Mariana Depth" },
id: "depth", value: "11,000m", description: "Maximum Mariana Depth"}, { id: "temp", value: "2°C", description: "Abyssal Zone Temperature" },
{ { id: "press", value: "1,000atm", description: "Intense Pressure Level" },
id: "temp", value: "2°C", description: "Abyssal Zone Temperature"},
{
id: "press", value: "1,000atm", description: "Intense Pressure Level"},
]} ]}
metricsAnimation="blur-reveal" metricsAnimation="blur-reveal"
/> />
</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,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/portrait-of-a-relaxed-explorer-serene-ex-1775511262040-8caf5138.png"},
{
id: "2", name: "Marcus R.", handle: "@marcus_deep", testimonial: "The lighting effects are absolutely stunning. Truly immersive.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/professional-marine-biologist-friendly-b-1775511261293-2e849f2a.png"},
{
id: "3", name: "Sarah K.", handle: "@sarah_waves", testimonial: "A calming and futuristic experience unlike any other I've seen.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/young-person-looking-out-at-the-ocean-co-1775511262172-d1f216d2.png"},
{
id: "4", name: "David W.", handle: "@david_explore", testimonial: "Loved the subtle animations as you scroll down the page.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/cheerful-diver-clear-blue-water-backgrou-1775511262101-6e35abd6.png"},
{
id: "5", name: "Chloe L.", handle: "@chloe_blue", testimonial: "The perfect balance of minimalist UI and deep ocean atmosphere.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/expert-ocean-researcher-smiling-bright-o-1775511260155-c010719a.png"},
]}
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}
background={{ background={{ variant: "sparkles-gradient" }}
variant: "sparkles-gradient"}}
tag="Stay Updated" tag="Stay Updated"
title="Join the Descent" title="Join the Descent"
description="Sign up for updates about new zones to explore as we continue to unlock the mysteries of the deep." description="Sign up for updates about new zones to explore as we continue to unlock the mysteries of the deep."

View File

@@ -10,14 +10,14 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f0f9ff; --background: #000612;
--card: #e0f2fe; --card: #0a1f33;
--foreground: #082f49; --foreground: #e0f2fe;
--primary-cta: #0284c7; --primary-cta: #0284c7;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f0f9ff; --secondary-cta: #082f49;
--secondary-cta-text: #082f49; --secondary-cta-text: #082f49;
--accent: #bae6fd; --accent: #38bdf8;
--background-accent: #0369a1; --background-accent: #0369a1;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */