diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c329e9..4dd48c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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={{