Compare commits
75 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 710b66ffe1 | |||
| 79e4ca3227 | |||
| 5561b1f632 | |||
| 951b339ad4 | |||
| 1fbe6d725a | |||
| e464a09d44 | |||
| cdb07b8a2c | |||
| a8b25d92ac | |||
| 00cf600365 | |||
| d70e91094a | |||
| 60bbc8d87f | |||
| c832fadcef | |||
| 6c5d641f23 | |||
| c0bc08558e | |||
| f40833e6d4 | |||
| 259b3eaf1f | |||
| aa2389d0e1 | |||
| 18e755dd4a | |||
| f2e6bd49ac | |||
| f163de65e4 | |||
| 938516db7b | |||
| 18b96284b6 | |||
| 92262ec415 | |||
| c35465f280 | |||
| 47590fa016 | |||
| 1eaf7b4894 | |||
| d0a5909c23 | |||
| 6a846aeb26 | |||
| 269a98fcb2 | |||
| a357ef85f7 | |||
| a96af8ad2b | |||
| 3491d0e9f9 | |||
| 8a80b31d9b | |||
| 32504ff736 | |||
| 6fddf59cd7 | |||
| 5f9a4ab175 | |||
| a8b215b190 | |||
| b468e81f4f | |||
| 836376547c | |||
| 8fed69b366 | |||
| 5df7d97a81 | |||
| 6e9a0d4ead | |||
| 268449bad4 | |||
| 62bc178703 | |||
| d50e890b3b | |||
| dcaceaef0d | |||
| 9f10d90b50 | |||
| 813141e99d | |||
| 441a10a14e | |||
| 7e0bcd4c49 | |||
| 86eba20d3c | |||
| 2362ff87ee | |||
| a074fe218b | |||
| d8453d00af | |||
| 940177a356 | |||
| b43a568aec | |||
| ab4a1a013b | |||
| 5ad79fd8f8 | |||
| ba8a5fb5e0 | |||
| 2e055574d9 | |||
| a6ffbe2812 | |||
| 718695ca14 | |||
| 941e69fb22 | |||
| 03d8143243 | |||
| 7723f04899 | |||
| 94a79e7cad | |||
| 4e60299fdf | |||
| 1e9921ee07 | |||
| 0166dd9deb | |||
| 8da9624f5f | |||
| d8b54fab3d | |||
| bf8c5e3370 | |||
| 8c758f2726 | |||
| 24cd940ef2 | |||
| 130206b9ce |
76
src/app/features/page.tsx
Normal file
76
src/app/features/page.tsx
Normal file
@@ -0,0 +1,76 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
|
||||
export default function FeaturesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Features", id: "/features" },
|
||||
{ name: "Impact", id: "/" },
|
||||
{ name: "FAQ", id: "/" },
|
||||
{ name: "Contact", id: "/" },
|
||||
]}
|
||||
brandName="OceanImpact"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
title="Environmental Impacts of Cruise Ships"
|
||||
description="An in-depth look at how the cruise ship industry affects our oceans and coastal ecosystems."
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1", label: "Marine Health", title: "Water Pollution", items: [
|
||||
"Illegal discharge of bilge water containing oils and hazardous chemicals.", "Release of sewage contaminated with fecal matter, nutrients, and heavy metals.", "Microplastic and plastics contamination through wastewater treatment systems."
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "f2", label: "Atmosphere", title: "Air Quality & Emissions", items: [
|
||||
"Heavy fuel oil combustion releasing massive sulfur dioxide (SO2) amounts.", "High carbon emissions contributing to localized climate warming and glacier melt.", "Health hazards for coastal cities and port residents from particulate matter (PM)."
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "f3", label: "Ecology", title: "Physical Ecosystem Damage", items: [
|
||||
"Physical destruction of coral reefs through anchor drops and propeller wash.", "Disruption of marine life behavioral patterns due to continuous underwater noise pollution.", "Invasive species spread through untreated ballast water discharge and hurts ecosystems."
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="OceanImpact: Cruise Ships"
|
||||
columns={[
|
||||
{ title: "Resources", items: [{ label: "Research", href: "#" }, { label: "Policies", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Contact", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
166
src/app/page.tsx
166
src/app/page.tsx
@@ -32,21 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Impact",
|
||||
id: "pollution",
|
||||
},
|
||||
name: "Features", id: "/features"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "Impact", id: "pollution"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="OceanImpact"
|
||||
/>
|
||||
@@ -59,33 +53,21 @@ export default function LandingPage() {
|
||||
tag="Environmental Research"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#pollution",
|
||||
},
|
||||
text: "Learn More", href: "/features"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARLkjU9t1ru27ZaFOKNjNfRfIu/uploaded-1776534908646-pya809c0.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-luxurious-cruise-ship_23-2150785224.jpg",
|
||||
alt: "View of luxurious cruise ship",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-luxurious-cruise-ship_23-2150785224.jpg", alt: "View of luxurious cruise ship"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-11311.jpg",
|
||||
alt: "Beautiful photo of the sea waves",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-11311.jpg", alt: "Beautiful photo of the sea waves"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-spiritual-peaceful-summer-beach-concept_53876-31219.jpg",
|
||||
alt: "Woman Spiritual Peaceful Summer Beach Concept",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-spiritual-peaceful-summer-beach-concept_53876-31219.jpg", alt: "Woman Spiritual Peaceful Summer Beach Concept"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/large-luxurious-cruise-ship-sailing-sea-sunny-day-ai-generative_123827-23860.jpg",
|
||||
alt: "Large luxurious cruise ship sailing in the sea on a sunny day Ai generative",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/large-luxurious-cruise-ship-sailing-sea-sunny-day-ai-generative_123827-23860.jpg", alt: "Large luxurious cruise ship sailing in the sea on a sunny day Ai generative"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/foamy-waves-surface-water-cruise-ship_181624-9229.jpg",
|
||||
alt: "Foamy waves on the surface of the water behind the cruise ship",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/foamy-waves-surface-water-cruise-ship_181624-9229.jpg", alt: "Foamy waves on the surface of the water behind the cruise ship"},
|
||||
]}
|
||||
avatarText="Joined by 500+ researchers"
|
||||
/>
|
||||
@@ -94,7 +76,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="Understanding the Scope of Environmental Damage"
|
||||
title="Understanding The Real Environmental Damages Cruise Ships Produce"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,23 +86,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Water Pollution",
|
||||
description: "Over a billion gallons of sewage produced annually, containing harmful chemicals and heavy metals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-metal-chains-connected-barrel-side-boat_181624-3087.jpg",
|
||||
},
|
||||
title: "Water Pollution", description: "Over a billion gallons of sewage are produced annually by the cruise industry, containing excess nutrients, pathogens, heavy metals, and microplastics that degrade marine habitats.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARLkjU9t1ru27ZaFOKNjNfRfIu/uploaded-1776536332930-cuchax6t.jpg"},
|
||||
{
|
||||
title: "Air Emissions",
|
||||
description: "European cruise ships produce more sulphur emissions than all passenger cars combined.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smoke-coming-out-factories-industrial-area_181624-25892.jpg",
|
||||
},
|
||||
title: "Air Emissions", description: "Ships often burn heavy fuel oil, releasing massive quantities of sulfur dioxide, nitrogen oxides, and black carbon, which contribute to acid rain and respiratory health issues in coastal communities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARLkjU9t1ru27ZaFOKNjNfRfIu/uploaded-1776536267535-x7otcjm3.webp"},
|
||||
{
|
||||
title: "Ecosystem Damage",
|
||||
description: "Invasive species spread via ballast water, impacting coral reefs and biodiversity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fantasy-fish-made-plastic_23-2151529676.jpg",
|
||||
},
|
||||
title: "Ecosystem Disruption", description: "Massive hull sizes and propeller wash physically disturb delicate reef structures. Additionally, ballast water management frequently leads to the introduction of invasive species that crowd out native marine life.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARLkjU9t1ru27ZaFOKNjNfRfIu/uploaded-1776536290920-spcfkrbh.webp"},
|
||||
]}
|
||||
title="Major Environmental Threats"
|
||||
description="The cruise industry presents multifaceted challenges to marine health."
|
||||
description="The cruise ship industry exerts significant pressure on marine environments through chemical pollution, atmospheric emissions, and the physical degradation of vulnerable ecosystems."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -131,25 +104,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Droplets,
|
||||
title: "Sewage per Week (3k pax)",
|
||||
value: "170k gal",
|
||||
},
|
||||
id: "m1", icon: Droplets,
|
||||
title: "Sewage per Week (3k pax)", value: "170k Gal"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Building2,
|
||||
title: "Total Annual Industry Sewage",
|
||||
value: "1B gal",
|
||||
},
|
||||
id: "m2", icon: Building2,
|
||||
title: "Annual Industry Sewage", value: "1B Gal"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Droplet,
|
||||
title: "Emission Levels",
|
||||
value: "Critical",
|
||||
},
|
||||
id: "m3", icon: Droplet,
|
||||
title: "Emission Levels", value: "Critical"},
|
||||
]}
|
||||
title="Quantifying the Impact"
|
||||
title="Measuring the Impact "
|
||||
description="Critical data points regarding industry waste output."
|
||||
/>
|
||||
</div>
|
||||
@@ -160,23 +124,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Why is Venice a prime example?",
|
||||
content: "Venice has faced severe degradation from large ships entering the lagoon, leading to major restrictions.",
|
||||
},
|
||||
id: "f1", title: "Why is Venice a prime example?", content: "Venice serves as a cautionary tale for the cruise industry. Large cruise vessels entering the fragile Venetian lagoon caused extensive erosion, water pollution, and physical stress on historical foundations. Following intense pressure, Italy implemented strict regulations restricting access for large vessels, prioritizing the preservation of heritage and ecosystem health over mass tourism expansion."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What are the health risks?",
|
||||
content: "Sulphur emissions from ships are linked to respiratory health issues and acid rain.",
|
||||
},
|
||||
id: "f2", title: "What are the health risks?", content: "Cruise emissions generate fine particulate matter (PM2.5) and sulfur compounds, which have been directly linked to increased cardiovascular and respiratory illnesses in populations living in port cities and coastal areas."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What is ballast water?",
|
||||
content: "It is water released by ships that often carries invasive species, damaging delicate marine ecosystems.",
|
||||
},
|
||||
id: "f3", title: "What is ballast water?", content: "Ballast water is used by ships to maintain stability. When discharged in new ports, it often carries non-native microscopic organisms, bacteria, and invasive species that disrupt local food webs and threaten biodiversity."},
|
||||
]}
|
||||
title="Frequent Questions"
|
||||
description="Addressing the most common inquiries about cruise industry sustainability."
|
||||
description="Addressing the most common questions asked about the cruise industrys sustainability."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -186,39 +141,15 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
title="Industry Insights & Updates"
|
||||
title="Latest Industry Insights "
|
||||
description="Recent research and policy shifts in marine conservation."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Research",
|
||||
title: "The Venice Policy",
|
||||
excerpt: "Analyzing the new ship size limits in the lagoon.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fantasy-fish-made-plastic_23-2151529694.jpg",
|
||||
authorName: "Marine Studies",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/aerial-drone-view-thermal-station-s-tube-visible-clouds-with-smoke-coming-out-blue-clear-sky_1268-16947.jpg",
|
||||
date: "2025-01-15",
|
||||
},
|
||||
id: "b1", category: "Research", title: "The Venice Policy", excerpt: "Analyzing the new ship size limits in Venice waters and its past.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARLkjU9t1ru27ZaFOKNjNfRfIu/uploaded-1776534901788-g9qjhg3a.jpg", authorName: "Marine Studies", authorAvatar: "http://img.b2bpic.net/free-photo/aerial-drone-view-thermal-station-s-tube-visible-clouds-with-smoke-coming-out-blue-clear-sky_1268-16947.jpg", date: "2026-01-15"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Environment",
|
||||
title: "Emission Standards",
|
||||
excerpt: "How European ports are regulating sulphur pollution.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-swimming-water_23-2149066311.jpg",
|
||||
authorName: "Clean Oceans",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/plastic-waste-polluting-ocean_23-2151995213.jpg",
|
||||
date: "2025-02-10",
|
||||
},
|
||||
id: "b2", category: "Environment", title: "Emission Standards", excerpt: "How European ports are regulating sulphur pollution.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARLkjU9t1ru27ZaFOKNjNfRfIu/uploaded-1776591711180-m5pmyso1.jpg", authorName: "Clean Oceans", authorAvatar: "http://img.b2bpic.net/free-photo/plastic-waste-polluting-ocean_23-2151995213.jpg", date: "2026-02-10"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Ecology",
|
||||
title: "Coral Reef Protection",
|
||||
excerpt: "Innovative solutions against ballast water contamination.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-water-trails-blue-beautiful-sea_181624-4645.jpg",
|
||||
authorName: "Ecological Watch",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-whale-crossing-ocean_23-2151494486.jpg",
|
||||
date: "2025-03-05",
|
||||
},
|
||||
id: "b3", category: "Ecology", title: "Coral Reef Protection", excerpt: "Innovative solutions against ballast water contamination.", imageSrc: "https://img.b2bpic.net/free-photo/clownfish-blue-malawi-cichlids-swimming-near-coral-duncan_181624-27335.jpg?id=12177205", authorName: "Ecological Watch", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-whale-crossing-ocean_23-2151494486.jpg", date: "2026-03-05"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -227,46 +158,33 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Join our research initiative. Stay updated on cruise industry environmental standards."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="OceanImpact"
|
||||
logoText="OceanImpact: Cruise Ships"
|
||||
columns={[
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Research",
|
||||
href: "#",
|
||||
},
|
||||
label: "Research", href: "#"},
|
||||
{
|
||||
label: "Policies",
|
||||
href: "#",
|
||||
},
|
||||
label: "Policies", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -275,4 +193,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #fcfcfc;
|
||||
--primary-cta: #cee7ff;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #f0f8ffe6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
--background: #fbfaff;
|
||||
--card: #f7f5ff;
|
||||
--foreground: #0f0022;
|
||||
--primary-cta: #8b5cf6;
|
||||
--primary-cta-text: #fbfaff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #0f0022;
|
||||
--accent: #d8cef5;
|
||||
--background-accent: #c4a8f9;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user