From 0d1743e598302ce97d92a6538b48125b35074571 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 17:19:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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 -- 2.49.1