feat: merge landing page component into single page file

- Component landing page sebelumnya terpisah, tetapi perlu digabungkan lagi karena tidak reusable pada aplikasi
This commit is contained in:
Hafid Nur
2025-03-16 19:13:49 +07:00
parent 02e06caca1
commit 9002e6a261
4 changed files with 103 additions and 111 deletions
-1
View File
@@ -1,2 +1 @@
export * from './navbar';
export * from './landing-page';