feat: add HomeStorySection component and ShowMoreIcon SVG icon

- Implemented HomeStorySection component to display project statistics and images.
- Added ShowMoreIcon component for UI enhancement.
This commit is contained in:
2025-06-03 10:45:10 +03:30
parent a5a287f11f
commit 05e50f0eee
20 changed files with 191 additions and 42 deletions
+12 -6
View File
@@ -4,9 +4,9 @@ const en = {
pages_about_title: 'About Us',
pages_about_description: 'Learn more about us on this page',
pages_contact_title: 'Contact Us',
pages_product_title: 'Product',
pages_products_title: 'Products',
pages_blog_title: 'Blog',
pages_project_title: 'Project',
pages_projects_title: 'Projects',
pages_contact_description: 'Get in touch with us through this page',
com_home_banner_title: 'Excellence innovating',
com_home_banner_title_bold: 'industry for today',
@@ -31,10 +31,6 @@ const en = {
com_home_products_description:
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',
page_products_title: 'Products',
page_contact_title: 'Contact Us',
page_projects_title: 'Projects',
footer_title: 'Industrial Solutions for a Modern World',
footer_description:
'We are committed to providing personalized industrial solutions that meet the unique needs of our clients. Our team of experts is dedicated to delivering high-quality products and services that drive success in todays competitive market.',
@@ -45,6 +41,16 @@ const en = {
footer_links_contact: 'Contact',
footer_copyright: 'Copyright © 2025 All Rights Reserved.',
footer_links_address: '123 Industrial Ave, Suite 456, City, Country',
// Home Page Components
com_home_story_title: 'Our Story',
com_home_story_slogan: 'Building quality through',
com_home_story_slogan_bold: 'industrial innovation',
com_home_story_description:
'We are a leading provider of industrial solutions, dedicated to delivering high-quality products and services that meet the unique needs of our clients. Our team of experts is committed to driving success in todays competitive market through innovation and excellence.',
com_home_story_projects_count: 'Completed Projects',
com_home_story_customer_count: 'Happy Customers',
com_home_story_experience: 'Years of Experience',
};
export default en;
+10 -9
View File
@@ -6,17 +6,18 @@ const fa = {
pages_about_title: 'About Us',
pages_about_description: 'Learn more about us on this page',
pages_contact_title: 'Contact Us',
pages_product_title: 'Product',
pages_products_title: 'Product',
pages_blog_title: 'Blog',
pages_project_title: 'Project',
pages_projects_title: 'Project',
pages_contact_description: 'Get in touch with us through this page',
com_home_banner_title:'Excellence innovating',
com_home_banner_title_bold:'industry for today',
com_home_banner_description:'At the heart of our operations is a commitment to delivering superior products through cutting- <br/> edge technology and innovative processes. ',
com_home_banner_button:'اطلاعات بیشتر',
com_home_Banner_link1:' Advanced Manufacturing Solutions',
com_home_Banner_link2:'Quality Assurance Systems',
com_home_Banner_link3:'State-of-the-Art Technology',
com_home_banner_title: 'Excellence innovating',
com_home_banner_title_bold: 'industry for today',
com_home_banner_description:
'At the heart of our operations is a commitment to delivering superior products through cutting- <br/> edge technology and innovative processes. ',
com_home_banner_button: 'اطلاعات بیشتر',
com_home_Banner_link1: ' Advanced Manufacturing Solutions',
com_home_Banner_link2: 'Quality Assurance Systems',
com_home_Banner_link3: 'State-of-the-Art Technology',
} as Translates;
export default fa;