Update src/app/page.tsx

This commit is contained in:
2026-01-04 18:05:13 +00:00
parent b08d9798c1
commit 0236baf7f1

View File

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