diff --git a/src/app/page.tsx b/src/app/page.tsx index 60f1d82..4803b12 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 NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -138,7 +138,6 @@ export default function LandingPage() { buttons={[ { text: "Explore Technology", href: "#feature" } ]} - containerClassName="space-y-8" />