From 710b66ffe122601c2a2ac11fd978abbf6c618622 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 12:14:31 +0000 Subject: [PATCH] Update src/app/features/page.tsx --- src/app/features/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index d07e760..b49d62f 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -44,17 +44,17 @@ export default function FeaturesPage() { 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 contamination through wastewater treatment systems." + "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.", "Black carbon emissions contributing to localized climate warming and glacier melt.", "Health hazards for coastal cities and port residents from particulate matter (PM)." + "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." + "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." ] } ]} -- 2.49.1