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:
@@ -5,6 +5,16 @@ const en = {
|
||||
pages_about_description: 'Learn more about us on this page',
|
||||
pages_contact_title: 'Contact Us',
|
||||
pages_contact_description: 'Get in touch with us through this page',
|
||||
|
||||
com_about_info_title: 'Building quality through',
|
||||
com_about_info_title_bold: 'industrial innovation',
|
||||
com_about_info_description:
|
||||
'At the heart of our operations is a commitment to delivering superior products through cutting-edge technology and innovative processes.',
|
||||
com_about_info_years_experience: 'years of experience',
|
||||
com_about_info_achievements_1: 'Sustainable Manufacturing',
|
||||
com_about_info_achievements_2: 'Advanced Automation',
|
||||
com_about_info_achievements_3: 'Efficient Production Processes',
|
||||
com_about_info_achievements_4: 'Reliable Delivery Services',
|
||||
};
|
||||
|
||||
export default en;
|
||||
|
||||
Reference in New Issue
Block a user