Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 95b6dd0358 | |||
| d29c5eff09 | |||
| 4114aba781 | |||
| c6d51fafa7 | |||
| 14ae5e11b3 |
@@ -1264,4 +1264,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||
@@ -29,9 +29,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleMinimal
|
||||
brandName="CineGuide"
|
||||
button={{
|
||||
text: "Start Browsing Films", href: "#hero"
|
||||
}}
|
||||
navItems={[
|
||||
{ name: "Featured", id: "featured" },
|
||||
{ name: "Reviews", id: "blog" },
|
||||
{ name: "Contact", id: "contact-faq" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -272,4 +274,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user