Merge version_8 into main #31

Merged
bender merged 1 commits from version_8 into main 2026-04-19 12:14:37 +00:00

View File

@@ -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."
]
}
]}