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:
+12
-6
@@ -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 today’s 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 today’s 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;
|
||||
|
||||
Reference in New Issue
Block a user