feat(hackathon): Update landing page UI and meta tag (#59)

* feat: update landing page

* feat: Add favicon and SEO (JSON-LD schema, meta tags)

- Add favicon image
- Add JSON-LD schema for Hackathon event
- Add react-helmet-async for managing meta tags

* chore: remove react-helmet-async
This commit is contained in:
Hafid Nur
2025-11-25 15:47:55 +07:00
committed by GitHub
parent d9c4217fd3
commit a2cf67d210
7 changed files with 445 additions and 364 deletions
+2 -2
View File
@@ -130,7 +130,7 @@
html {
font-family: 'Bai Jamjuree', sans-serif;
font-weight: 400;
font-size: 12px;
font-size: 16px;
line-height: 1.2;
}
}
}