Update src/app/page.tsx

This commit is contained in:
2025-12-23 14:45:57 +00:00
parent 34bbe9533a
commit a126e6be93

View File

@@ -1,4 +1,4 @@
"use client";
"use client"
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
@@ -392,4 +392,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}