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 +}