Update src/app/page.tsx

This commit is contained in:
2025-12-29 11:42:34 +00:00
parent b18eedd6ff
commit 2000dc3262

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -32,7 +32,7 @@ export default function LandingPage() {
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "features" },
{ name: "Workspace", id: "feature-card" },
{ name: "Workspace", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
button={{