From 84a6aa28efde6fa85d81c14d7b2e9d0a9cc68bad Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:33:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a0f1c4..19993a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -250,7 +250,7 @@ export default function LandingPage() { description="Stream unlimited movies and TV shows. Cancel anytime. Join millions of streamers discovering their next favorite entertainment right now." buttons={[ { text: "Start Free Trial", href: "https://example.com/signup" }, - { text: "View Pricing", href: "https://example.com/pricing" } + { text: "See Plans & Pricing", href: "https://example.com/pricing" } ]} background={{ variant: "plain" }} useInvertedBackground={false} -- 2.49.1