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