Update src/app/page.tsx

This commit is contained in:
2025-12-23 14:48:27 +00:00
parent 1255489591
commit 0d91ebac6c

View File

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