Update src/app/page.tsx

This commit is contained in:
2026-02-25 23:43:59 +00:00
parent 26e1d1a0c1
commit 8278a32bec

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroCentered from '@/components/sections/hero/HeroCentered';