Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ee75cf921b | |||
| cbaf17fdd9 |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user