Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Fish, AlertTriangle, Scale, Target } from "lucide-react";
|
||||
import { AlertTriangle } from "lucide-react";
|
||||
|
||||
export default function OverfishingSwedenPage() {
|
||||
return (
|
||||
@@ -34,6 +34,7 @@ export default function OverfishingSwedenPage() {
|
||||
{ name: "Get Involved", id: "contact" },
|
||||
]}
|
||||
brandName="BalticWatch"
|
||||
button={{ text: "Support" }}
|
||||
/>
|
||||
<div id="issue">
|
||||
<HeroSplit
|
||||
@@ -52,7 +53,7 @@ export default function OverfishingSwedenPage() {
|
||||
title="The Crisis of Overfishing"
|
||||
description="Industrial trawling is stripping the Baltic Sea of life, leaving native species like cod in critical decline."
|
||||
subdescription="When predators disappear, the entire food web suffers, leading to algae blooms and a dead sea floor."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service1.webp"
|
||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service1.mp4"
|
||||
/>
|
||||
</div>
|
||||
<div id="stats">
|
||||
@@ -60,6 +61,8 @@ export default function OverfishingSwedenPage() {
|
||||
title="The Cold Hard Facts"
|
||||
description="Understanding the scale of the crisis in Swedish waters."
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "1", value: "70%", title: "Cod Decline", items: ["Estimated decline in eastern Baltic cod stock", "Loss of biodiversity"] },
|
||||
{ id: "2", value: "90%", title: "Trawling Impact", items: ["Percentage of catch taken by industrial vessels", "Small scale fisheries disappearing"] },
|
||||
@@ -74,6 +77,7 @@ export default function OverfishingSwedenPage() {
|
||||
description="Join our movement to push for stricter fishing regulations in Swedish waters."
|
||||
background={{ variant: 'downward-rays-static' }}
|
||||
buttonText="Join the Campaign"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<FooterBaseCard
|
||||
|
||||
Reference in New Issue
Block a user