Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user