feat(about): Implement about API integration and migrate from static JSON

This commit is contained in:
2026-02-06 02:01:42 +07:00
parent a85182ff20
commit dc68fe17ab
5 changed files with 65 additions and 143 deletions

View File

@@ -1,7 +1,6 @@
export interface AboutData {
hero: {
title: string;
subtitle: string;
breadcrumb: string[];
backgroundImage: string;
};