Update src/app/page.tsx

This commit is contained in:
2025-12-23 13:39:52 +00:00
parent 03be42e990
commit 8d5349308b

View File

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