Compare commits
30 Commits
version_1
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| d60a3df3b9 | |||
| f2fb5284a6 | |||
| 0f4c45d001 | |||
| cec63b31f6 | |||
| 95b549cca2 | |||
| 7731812d1a | |||
| 9467363e36 | |||
| 9ff81e10a2 | |||
| 3d4f9dd6d2 | |||
| b2f4440997 | |||
| f5ba3c8153 | |||
| 81af6e4990 | |||
| de3b69059c | |||
| 650bb3bb8a | |||
| 2b8ad190b4 | |||
| 0c3fb3ec91 | |||
| cb12bf9e19 | |||
| 7fbc7686d9 | |||
| 1c3c24ccf7 | |||
| f89667537d | |||
| e7c0747bee | |||
| e027a1ee98 | |||
| 64b93b1466 | |||
| 41fce4f4df | |||
| 0ab6ea37f4 | |||
| 5e1dea43fb | |||
| 8f0a7e1f44 | |||
| df9d78c73c | |||
| cd487c4e1b | |||
| 51a291c386 |
191
src/app/page.tsx
191
src/app/page.tsx
@@ -8,7 +8,8 @@ import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow';
|
||||
import { Target } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -28,75 +29,53 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Surface",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Midwater",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Abyss",
|
||||
id: "metrics",
|
||||
},
|
||||
{
|
||||
name: "Connect",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Surface", id: "hero" },
|
||||
{ name: "The Strategy", id: "about" },
|
||||
{ name: "Midwater", id: "features" },
|
||||
{ name: "Abyss", id: "metrics" },
|
||||
{ name: "Connect", id: "contact" },
|
||||
]}
|
||||
brandName="Oceanic"
|
||||
brandName="DEBRIS FREE OCEANS"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
title="Descend into the Abyss"
|
||||
description="Experience the mesmerizing transition from the sunlit surface to the mysterious ocean deep. A calm, futuristic exploration awaits."
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
title="DEBRIS FREE OCEANS"
|
||||
description="Turning off the waste tap to protect our blue planet."
|
||||
buttons={[
|
||||
{
|
||||
text: "Begin Descent",
|
||||
href: "#features",
|
||||
},
|
||||
{ text: "Dive in", href: "#about" },
|
||||
]}
|
||||
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: "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: "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",
|
||||
},
|
||||
{ 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: "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 id="about" data-section="about">
|
||||
<TimelineProcessFlow
|
||||
title="About Debris Free Oceans"
|
||||
description="We are a team of ocean advocates committed to a 5Rs approach to restore marine health and stop plastic flow. Our timeline follows a central wave path through the deep sea, connecting our mission and strategy nodes."
|
||||
tag="Mission & Strategy"
|
||||
tagIcon={Target}
|
||||
textboxLayout="split-description"
|
||||
animationType="blur-reveal"
|
||||
items={[
|
||||
{ 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 }
|
||||
]}
|
||||
className="bg-gradient-to-b from-teal-500 to-slate-950"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
@@ -104,24 +83,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
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: "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: "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: "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="The Midwater Journey"
|
||||
description="As you descend, witness the change in light, pressure, and the diverse marine life thriving in these deep, cool waters."
|
||||
title="Our Core Strategy"
|
||||
description="Guided by the 5Rs, we empower communities to take actionable steps toward a sustainable future."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -131,88 +98,22 @@ export default function LandingPage() {
|
||||
title="Oceanic Depths"
|
||||
tag="In-Depth Exploration"
|
||||
metrics={[
|
||||
{
|
||||
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: "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" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</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">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Stay Updated"
|
||||
title="Join the Descent"
|
||||
description="Sign up for updates about new zones to explore as we continue to unlock the mysteries of the deep."
|
||||
buttonText="Join The Mission"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -10,14 +10,14 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f0f9ff;
|
||||
--card: #e0f2fe;
|
||||
--foreground: #082f49;
|
||||
--background: #000612;
|
||||
--card: #0a1f33;
|
||||
--foreground: #e0f2fe;
|
||||
--primary-cta: #0284c7;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f0f9ff;
|
||||
--secondary-cta: #082f49;
|
||||
--secondary-cta-text: #082f49;
|
||||
--accent: #bae6fd;
|
||||
--accent: #38bdf8;
|
||||
--background-accent: #0369a1;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
|
||||
Reference in New Issue
Block a user