diff --git a/frontend/src/components/landing/cta-section.tsx b/frontend/src/components/landing/cta-section.tsx
index 5157a20..3ea7273 100644
--- a/frontend/src/components/landing/cta-section.tsx
+++ b/frontend/src/components/landing/cta-section.tsx
@@ -3,6 +3,7 @@
import Link from "next/link";
import { motion } from "framer-motion";
import { Button } from "@/components/ui/button";
+import { NETWORK_LABEL } from "@/lib/constants";
import { ArrowRight } from "lucide-react";
export function CTASection() {
@@ -20,7 +21,7 @@ export function CTASection() {
Set up your first payment stream and start sending funds in real time
- on Stacks testnet.
+ on Stacks {NETWORK_LABEL.toLowerCase()}.
diff --git a/frontend/src/components/landing/footer.tsx b/frontend/src/components/landing/footer.tsx
index c24f39b..bd81876 100644
--- a/frontend/src/components/landing/footer.tsx
+++ b/frontend/src/components/landing/footer.tsx
@@ -1,6 +1,6 @@
import Link from "next/link";
import { Twitter, Github, Linkedin, Zap, ExternalLink } from "lucide-react";
-import { FEEDBACK_URL } from "@/lib/constants";
+import { FEEDBACK_URL, EXPLORER_BASE, NETWORK_LABEL } from "@/lib/constants";
const TelegramIcon = () => (