Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-12 19:51:24 +00:00

View File

@@ -35,7 +35,8 @@ export default function LandingPage() {
{ name: "Features", id: "features" },
{ name: "Movies", id: "products" },
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" }
{ name: "Contact", id: "contact" },
{ name: "Movie Hindi", id: "movie-hindi" }
]}
brandName="Movie 2026"
/>
@@ -178,6 +179,13 @@ export default function LandingPage() {
/>
</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">
<FooterBaseCard
logoText="Movie 2026"
@@ -190,4 +198,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}