Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-17 15:15:53 +00:00

View File

@@ -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"
/>
</div>
@@ -174,4 +174,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}