Update src/app/page.tsx

This commit is contained in:
2026-01-24 19:53:26 +00:00
parent b6c40378e5
commit 7d1ea60d03

View File

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