Update src/app/page.tsx

This commit is contained in:
2026-01-01 23:31:04 +00:00
parent 0616f6bd11
commit cc71eb5ed3

View File

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