feat: add AchievementTextBox and InnerPageBanner components with respective types

- Created AchievementTextBox component for displaying achievement titles.
- Implemented InnerPageBanner component for inner page banners with image and title.
- Added SectionTitle component for displaying section titles and descriptions.
- Updated AboutTopInfo component to utilize new AchievementTextBox and SectionTitle components.
- Defined TypeScript interfaces for props in each new component.
This commit is contained in:
2025-06-02 14:13:15 +03:30
parent 95b6c71b7c
commit e4a42d3300
69 changed files with 2642 additions and 80 deletions