diff --git a/src/app/page.tsx b/src/app/page.tsx index 3556ca1..a665079 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Building2, Droplet, Droplets, AlertTriangle, Ship, Waves } from "lucide-react"; +import { Building2, Droplet, Droplets } from "lucide-react"; export default function LandingPage() { return ( @@ -30,10 +30,12 @@ export default function LandingPage() { @@ -83,17 +102,14 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", title: "Case Study: The Venice Crisis", content: "Venice serves as a stark warning of cruise ship impact. Large vessels entering the lagoon caused erosion of foundations and severe water pollution. The 'Big Ship' ban in 2021 was a turning point. We analyze how this model of exclusion can be applied to other fragile marine heritage sites globally." - }, + id: "f1", title: "Why is Venice a prime example?", 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.\nSince 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", title: "Are there long-term health risks?", content: "Continuous exposure to particulate matter and sulphur emissions from ships docking in ports is directly linked to respiratory disease in local coastal populations." - }, + id: "f2", title: "What are the health risks?", content: "Sulphur emissions from ships are linked to respiratory health issues and acid rain."}, { - id: "f3", title: "Ballast Water & Invasive Species", content: "Ships discharge ballast water containing non-native species that can permanently disrupt local marine food chains and destroy native coral reefs." - }, + id: "f3", title: "What is ballast water?", content: "It is water released by ships that often carries invasive species, damaging delicate marine ecosystems."}, ]} - title="Venice Case Study & FAQ" - description="Deep dive into the Venice environmental disaster and common industry myths." + title="Frequent Questions" + description="Addressing the most common inquiries about cruise industry sustainability." faqsAnimation="slide-up" /> @@ -103,11 +119,15 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - title="Marine Conservation Research" - description="Tracking policy shifts and environmental consequences of cruise operations." + title="Industry Insights & Updates" + description="Recent research and policy shifts in marine conservation." blogs={[ - { id: "b1", category: "Venice Study", title: "Beyond the Venice Ban", excerpt: "What happens after the cruise ships leave 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: "b2", category: "Pollution", title: "Invisible Emissions", excerpt: "Monitoring sulphur and particulate matter in cruise ports.", 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: "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: "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: "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"}, ]} /> @@ -115,9 +135,13 @@ export default function LandingPage() {
@@ -125,12 +149,26 @@ export default function LandingPage() { ); -} +} \ No newline at end of file