2 Commits

Author SHA1 Message Date
ee75cf921b Update src/app/page.tsx 2026-05-12 19:51:21 +00:00
cbaf17fdd9 Merge version_2 into main
Merge version_2 into main
2026-05-12 19:48:25 +00:00

View File

@@ -35,7 +35,8 @@ export default function LandingPage() {
{ name: "Features", id: "features" }, { name: "Features", id: "features" },
{ name: "Movies", id: "products" }, { name: "Movies", id: "products" },
{ name: "Pricing", id: "pricing" }, { name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" },
{ name: "Movie Hindi", id: "movie-hindi" }
]} ]}
brandName="Movie 2026" brandName="Movie 2026"
/> />
@@ -178,6 +179,13 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="movie-hindi" data-section="movie-hindi">
<div className="py-20 text-center">
<h2 className="text-4xl font-bold">Movie Hindi</h2>
<p className="mt-4 text-lg text-muted-foreground">Discover the best Hindi cinema collections.</p>
</div>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseCard
logoText="Movie 2026" logoText="Movie 2026"
@@ -190,4 +198,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }