feat: centralize brand information in package data and integrate dynamically into contact and footer sections

This commit is contained in:
Firman Ramdhani
2026-07-29 16:44:16 +07:00
parent 90dea678dd
commit 5f87a9f2e3
6 changed files with 27 additions and 20 deletions
+1
View File
@@ -1,3 +1,4 @@
import brandInfo from './data/info.json';
export type BrandInfo = typeof brandInfo;
export { brandInfo };