Merge version_3 into main #2

Merged
development merged 3 commits from version_3 into main 2026-01-05 00:40:35 +00:00
Showing only changes of commit 1f03f7ad47 - Show all commits

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge';
@@ -297,4 +297,4 @@ export default function FidgetLanding() {
</div>
</ThemeProvider>
);
}
}