Update src/app/page.tsx

This commit is contained in:
2026-01-06 12:11:28 +00:00
parent a5e2102d61
commit 2eb78b3817

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -28,6 +28,7 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Friid"
button={{ text: "Contact", href: "contact" }}
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },