{t("bomb")}
@@ -57,57 +53,55 @@ const ExplodeSection = () => {
const t = useTranslations("story");
return (
-
-
-
- {t("explode.intro")}
-
-
+
+ {t("explode.intro")}
+
+
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
-
-
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
);
};
@@ -195,7 +189,7 @@ const BusinessSection = () => {
const t = useTranslations("story");
return (
-
+
{t("industry.title")}
@@ -230,7 +224,7 @@ const BusinessSection = () => {
/>
{t("industry.link")}
diff --git a/src/components/IntroBlock.tsx b/src/components/IntroBlock.tsx
index e9f4a569..89e23d09 100644
--- a/src/components/IntroBlock.tsx
+++ b/src/components/IntroBlock.tsx
@@ -31,8 +31,8 @@ const IntroBlock = ({
>
{image && (
-
-
+
+
)}
diff --git a/src/components/JoinBlock.tsx b/src/components/JoinBlock.tsx
index b1f1929d..e382d41a 100644
--- a/src/components/JoinBlock.tsx
+++ b/src/components/JoinBlock.tsx
@@ -8,7 +8,7 @@ const Chart = dynamic(() => import("@/components/Chart"), {
ssr: false,
});
-import PrimaryButton from "@/components/buttons/PrimaryButton";
+import MainLink from "@/components/links/MainLink";
import MetaChart from "@/components/MetaChart";
type JoinBlockProps = {
@@ -106,9 +106,10 @@ const JoinBlock = ({
{t(`join.${baseText}.act`)}
-
diff --git a/src/components/TitleBlock.tsx b/src/components/TitleBlock.tsx
index 229d1749..f50465f6 100644
--- a/src/components/TitleBlock.tsx
+++ b/src/components/TitleBlock.tsx
@@ -21,7 +21,11 @@ const TitleBlock = ({
{title}
diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx
index d09e3b75..515f68b5 100644
--- a/src/components/layout/Footer.tsx
+++ b/src/components/layout/Footer.tsx
@@ -13,17 +13,14 @@ const Footer = () => {
-
-
-
-
Data for Good
+
{
/>
-
diff --git a/src/components/layout/Navbar.tsx b/src/components/layout/Navbar.tsx
index 4cbfe19c..2d7d64b1 100644
--- a/src/components/layout/Navbar.tsx
+++ b/src/components/layout/Navbar.tsx
@@ -43,7 +43,7 @@ const Navbar = () => {
/to-act/.test(pathname) ? "bg-yellow1" : "bg-pink1",
)}
>
-