Merge version_1 into main #1

Merged
development merged 2 commits from version_1 into main 2025-12-29 11:42:39 +00:00
Showing only changes of commit 2000dc3262 - Show all commits

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={{