diff --git a/src/app/page.tsx b/src/app/page.tsx index 68a0c5b..8123fbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,6 +47,8 @@ export default function LandingPage() { name: "Pricing", id: "#pricing"}, { name: "FAQ", id: "#faq"}, + { + name: "Global Impact", id: "#global-impact"} ]} brandName="ARCTING" button={{ @@ -238,6 +240,21 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file