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:
@@ -7,6 +7,6 @@ export default {
|
||||
},
|
||||
about: {
|
||||
title: t('pages_about_title'),
|
||||
route: () => '/about',
|
||||
route: () => '/about-us',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user