feat: add footer components including FooterInfo, FooterMenuBuilder, and FooterMenuBuilderWrapper
- Implemented FooterInfo component to display logo, slogan, and social links. - Created FooterMenuBuilder component for rendering a list of links with a title. - Added FooterMenuBuilderWrapper to encapsulate the layout for menu items.
This commit is contained in:
+22
-12
@@ -3,22 +3,19 @@ const en = {
|
||||
pages_home_description: 'Welcome to the home page',
|
||||
pages_about_title: 'About Us',
|
||||
pages_about_description: 'Learn more about us on this page',
|
||||
pages_contact_title: 'Contact Us',
|
||||
pages_contact_title: 'Contact Us',
|
||||
pages_product_title: 'Product',
|
||||
pages_blog_title: 'Blog',
|
||||
pages_project_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:' Explore More',
|
||||
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: ' Explore More',
|
||||
com_home_Banner_link1: ' Advanced Manufacturing Solutions',
|
||||
com_home_Banner_link2: 'Quality Assurance Systems',
|
||||
com_home_Banner_link3: 'State-of-the-Art Technology',
|
||||
|
||||
com_about_info_title: 'Building quality through',
|
||||
com_about_info_title_bold: 'industrial innovation',
|
||||
@@ -35,6 +32,19 @@ const en = {
|
||||
'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.',
|
||||
footer_slogan:
|
||||
'We are committed to providing personalized industrial solutions.',
|
||||
footer_links_quick_links: 'Quick Links',
|
||||
footer_links_who_we_are: 'Who We Are',
|
||||
footer_links_contact: 'Contact',
|
||||
footer_copyright: 'Copyright © 2025 All Rights Reserved.',
|
||||
footer_links_address: '123 Industrial Ave, Suite 456, City, Country',
|
||||
};
|
||||
|
||||
export default en;
|
||||
|
||||
Reference in New Issue
Block a user