Update src/app/page.tsx

This commit is contained in:
2026-02-05 14:13:36 +00:00
parent 05561fb5cb
commit df92e3b8eb

View File

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