8 Commits

Author SHA1 Message Date
f163de65e4 Update src/app/page.tsx 2026-04-18 18:23:46 +00:00
18b96284b6 Update src/app/page.tsx 2026-04-18 18:22:55 +00:00
c35465f280 Update src/app/page.tsx 2026-04-18 18:19:59 +00:00
1eaf7b4894 Update src/app/page.tsx 2026-04-18 18:18:55 +00:00
6a846aeb26 Update src/app/page.tsx 2026-04-18 18:18:26 +00:00
a357ef85f7 Update src/app/page.tsx 2026-04-18 18:18:13 +00:00
3491d0e9f9 Update src/app/page.tsx 2026-04-18 18:17:52 +00:00
8a80b31d9b Update theme colors 2026-04-18 18:17:37 +00:00
2 changed files with 20 additions and 19 deletions

View File

@@ -94,7 +94,7 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextAbout <TextAbout
useInvertedBackground={true} useInvertedBackground={true}
title="Understanding the Scope of Environmental Damage" title="Understanding The Real Environmental Damages Cruise Ships Produce"
/> />
</div> </div>
@@ -106,21 +106,21 @@ export default function LandingPage() {
{ {
title: "Water Pollution", title: "Water Pollution",
description: "Over a billion gallons of sewage produced annually, containing harmful chemicals and heavy metals.", 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", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARLkjU9t1ru27ZaFOKNjNfRfIu/uploaded-1776536332930-cuchax6t.jpg",
}, },
{ {
title: "Air Emissions", title: "Air Emissions",
description: "European cruise ships produce more sulphur emissions than all passenger cars combined.", 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", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARLkjU9t1ru27ZaFOKNjNfRfIu/uploaded-1776536267535-x7otcjm3.webp",
}, },
{ {
title: "Ecosystem Damage", title: "Ecosystem Damage",
description: "Invasive species spread via ballast water, impacting coral reefs and biodiversity.", description: "Invasive species spread via ballast water, impacting coral reefs and biodiversity. Trash thtrown overboard also causes animals to lack freedom of swimming around and destroys habitats.",
imageSrc: "http://img.b2bpic.net/free-photo/fantasy-fish-made-plastic_23-2151529676.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARLkjU9t1ru27ZaFOKNjNfRfIu/uploaded-1776536290920-spcfkrbh.webp",
}, },
]} ]}
title="Major Environmental Threats" title="Major Environmental Threats"
description="The cruise industry presents multifaceted challenges to marine health." description="The cruise ship industry has caused an enormous amount of damage to our oceans by polluting them with oil and plastics whilst disturbing habitats, animals and plants."
/> />
</div> </div>
@@ -134,13 +134,13 @@ export default function LandingPage() {
id: "m1", id: "m1",
icon: Droplets, icon: Droplets,
title: "Sewage per Week (3k pax)", title: "Sewage per Week (3k pax)",
value: "170k gal", value: "170k Gal",
}, },
{ {
id: "m2", id: "m2",
icon: Building2, icon: Building2,
title: "Total Annual Industry Sewage", title: "Annual Industry Sewage",
value: "1B gal", value: "1B Gal",
}, },
{ {
id: "m3", id: "m3",
@@ -162,7 +162,8 @@ export default function LandingPage() {
{ {
id: "f1", id: "f1",
title: "Why is Venice a prime example?", title: "Why is Venice a prime example?",
content: "Venice has faced severe degradation from large ships entering the lagoon, leading to major restrictions.", content: "Venice is an example of how cruise ships can damage a fragile environment. In the past, large cruise ships were allowed into its lagoon, but this caused problems because of pollution and the damage from waves they created. These ships added to water pollution and affected the delicate balance of the lagoon ecosystem.
Since the COVID-19 period, rules have changed. The government now limits cruise ships to smaller sizes (under 250 metres and about 1,250 passengers) to reduce environmental harm. This shows a move toward more “sustainable and responsible cruises” after the negative impacts became clearer. ",
}, },
{ {
id: "f2", id: "f2",

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #ffffff;
--card: #1a1a1a; --card: #f9f9f9;
--foreground: #fcfcfc; --foreground: #000612e6;
--primary-cta: #cee7ff; --primary-cta: #15479c;
--primary-cta-text: #0a0a0a; --primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a; --secondary-cta: #f9f9f9;
--secondary-cta-text: #f0f8ffe6; --secondary-cta-text: #000612e6;
--accent: #737373; --accent: #e2e2e2;
--background-accent: #737373; --background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);