feat: implement internationalization and routing for locale-based pages
- Added RootLayout component to handle locale and message loading. - Created Home page with header, about info, products, and story sections. - Developed ProductPage for displaying product categories and products. - Implemented ProductsPage to list product categories with banners. - Added Projects page with a grid layout for project display. - Configured server settings for port and host. - Established navigation and routing for internationalization. - Set up request handling for locale and message retrieval. - Defined routing structure for supported locales. - Created middleware for locale-based routing. - Defined layout parameters for locale handling.
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
// This file is auto-generated by next-intl, do not edit directly.
|
||||
// See: https://next-intl.dev/docs/workflows/typescript#messages-arguments
|
||||
|
||||
declare const messages: {
|
||||
"pages_home_title": "Home",
|
||||
"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_product_categories_title": "Products",
|
||||
"pages_products_title": "Products",
|
||||
"pages_blog_title": "Blog",
|
||||
"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",
|
||||
"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",
|
||||
"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",
|
||||
|
||||
"com_home_products_title": "The Qualified bricks for Your Projects",
|
||||
"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.",
|
||||
|
||||
"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",
|
||||
|
||||
"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",
|
||||
|
||||
"com_products_category_Ghazaghi_title": "Ghazaghi",
|
||||
"com_products_category_Ghermez_title": "Ghermez",
|
||||
"com_products_category_Semirom_title": "Semirom",
|
||||
"com_products_category_Zard_title": "Zard",
|
||||
"com_products_category_types_count": "count Types",
|
||||
"com_products_category_show_all_CTA": "Show Products",
|
||||
"pages_products_content_title": "Brick Classification: Understanding the Variety and Applications",
|
||||
"pages_products_content_description": "Bricks, as one of humanity's oldest and most widely used building materials, have evolved significantly throughout history. Today, they are produced and supplied in an incredibly diverse range, allowing engineers and architects to choose the most suitable brick for any project and need, from traditional and historic structures to modern and advanced buildings. To better understand this diversity, we can classify bricks based on several key criteria, each with its own specific characteristics and applications. \n 1. Classification by Manufacturing Method: From Tradition to Advanced IndustryThe method by which bricks are produced directly impacts their appearance, texture, and properties. Hand-moulded/Stock Bricks: These bricks are produced by manually pressing clay into molds. The result is a brick with a relatively rough texture, uneven edges, and a more traditional appearance, where each piece feels unique. This type of brick is often used for restoration projects or for constructing buildings with a rustic or antique style. Machine-made Bricks: These bricks are produced using industrial machinery, resulting in much higher precision in dimensions and uniformity in appearance. Machine-made bricks themselves are divided into two main categories: Perforated/Hollow Bricks: These bricks have holes, offering several advantages: they reduce building weight, improve thermal and acoustic insulation, and enhance mortar adhesion. Solid Bricks: These bricks are without holes and possess very high compressive strength. They are ideal for load-bearing structures and walls requiring maximum strength. 2. Classification by Raw Material Type and Composition: From Clay to Concrete The material from which a brick is made determines its physical and chemical properties.",
|
||||
|
||||
"com_products_products_category_title": "Products of {title} Category"
|
||||
};
|
||||
export default messages;
|
||||
Reference in New Issue
Block a user