diff --git a/src/app/page.tsx b/src/app/page.tsx
index 74b1ec6..b91f3f6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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" }}
/>
@@ -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}
/>