From af5acaaf2641b108277da0c6811245ab21dbdd63 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 15:15:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c74435..73e7a6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} title="Stream Cinema Anywhere" description="Experience blockbuster movies and exclusive series in stunning cinematic quality, right from the comfort of your home." - buttons={[{ text: "Start Watching", href: "#featured" }]} + buttons={[{ text: "Start Your Free Trial", href: "#featured" }]} imageSrc="http://img.b2bpic.net/free-photo/man-home-watching-interesting-movie-tv_482257-119571.jpg?_wi=1" /> @@ -174,4 +174,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1