Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-01-04 18:05:17 +00:00

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -138,7 +138,6 @@ export default function LandingPage() {
buttons={[ buttons={[
{ text: "Explore Technology", href: "#feature" } { text: "Explore Technology", href: "#feature" }
]} ]}
containerClassName="space-y-8"
/> />
</div> </div>