{"id":415,"date":"2025-11-18T21:52:39","date_gmt":"2025-11-18T21:52:39","guid":{"rendered":"https:\/\/groupe-unifix.com\/?page_id=415"},"modified":"2025-11-21T17:55:03","modified_gmt":"2025-11-21T17:55:03","slug":"notre-garage","status":"publish","type":"page","link":"https:\/\/groupe-unifix.com\/en\/notre-garage\/","title":{"rendered":"OUR GARAGE"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"415\" class=\"elementor elementor-415\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d9f35ce e-con-full e-flex e-con e-parent\" data-id=\"d9f35ce\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-472504b elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"472504b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n    .garage-section {\r\n        width: 100%;\r\n        margin: 0;\r\n        padding: 0;\r\n        font-family: inherit;\r\n    }\r\n\r\n    .garage-container {\r\n        width: 100%;\r\n        margin: 0;\r\n        padding: 0;\r\n        background: #EDEDED;\r\n    }\r\n\r\n    .garage-header {\r\n        background: linear-gradient(135deg, #D16527 0%, #c45a1f 100%);\r\n        color: #EDEDED;\r\n        padding: 80px 5%;\r\n        text-align: center;\r\n        width: 100%;\r\n    }\r\n\r\n    .garage-header h1 {\r\n        font-size: 3em;\r\n        margin: 0 0 15px 0;\r\n        font-weight: 800;\r\n        color: #EDEDED;\r\n        text-transform: uppercase;\r\n        letter-spacing: 2px;\r\n    }\r\n\r\n    .garage-header p {\r\n        font-size: 1.4em;\r\n        margin: 0;\r\n        color: #EDEDED;\r\n    }\r\n\r\n    .garage-content {\r\n        display: grid;\r\n        grid-template-columns: 45% 55%;\r\n        gap: 0;\r\n        width: 100%;\r\n    }\r\n\r\n    .garage-info {\r\n        padding: 60px 5%;\r\n        background: #EDEDED;\r\n    }\r\n\r\n    .info-item {\r\n        margin-bottom: 40px;\r\n        display: flex;\r\n        align-items: flex-start;\r\n        gap: 20px;\r\n    }\r\n\r\n    .info-icon {\r\n        width: 60px;\r\n        height: 60px;\r\n        background: linear-gradient(135deg, #D16527 0%, #c45a1f 100%);\r\n        border-radius: 50%;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        color: #EDEDED;\r\n        font-size: 28px;\r\n        flex-shrink: 0;\r\n        box-shadow: 0 4px 15px rgba(209, 101, 39, 0.3);\r\n    }\r\n\r\n    .info-content h3 {\r\n        color: #121212;\r\n        margin: 0 0 10px 0;\r\n        font-size: 1.4em;\r\n        font-weight: 700;\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n    }\r\n\r\n    .info-content p {\r\n        color: #242424;\r\n        line-height: 1.8;\r\n        font-size: 1.1em;\r\n        margin: 0;\r\n    }\r\n\r\n    .info-content strong {\r\n        color: #121212;\r\n        font-weight: 700;\r\n    }\r\n\r\n    .info-content a {\r\n        color: #D16527;\r\n        text-decoration: none;\r\n        font-weight: 600;\r\n        transition: color 0.3s ease;\r\n    }\r\n\r\n    .info-content a:hover {\r\n        color: #c45a1f;\r\n        text-decoration: underline;\r\n    }\r\n\r\n    .garage-map {\r\n        background: #C6C6C6;\r\n        position: relative;\r\n        min-height: 500px;\r\n        width: 100%;\r\n    }\r\n\r\n    .garage-map iframe {\r\n        width: 100%;\r\n        height: 100%;\r\n        border: none;\r\n        min-height: 600px;\r\n        display: block;\r\n    }\r\n\r\n    .cta-buttons {\r\n        display: flex;\r\n        gap: 15px;\r\n        margin-top: 35px;\r\n        flex-wrap: wrap;\r\n    }\r\n\r\n    .cta-button {\r\n        display: inline-flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        gap: 10px;\r\n        padding: 18px 35px;\r\n        background: linear-gradient(135deg, #D16527 0%, #c45a1f 100%);\r\n        color: #EDEDED;\r\n        text-decoration: none;\r\n        border-radius: 0;\r\n        font-size: 1.1em;\r\n        font-weight: 700;\r\n        transition: all 0.3s ease;\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n    }\r\n\r\n    .cta-button:hover {\r\n        background: linear-gradient(135deg, #c45a1f 0%, #b54f18 100%);\r\n        color: #EDEDED;\r\n    }\r\n\r\n    .cta-button.secondary {\r\n        background: linear-gradient(135deg, #606060 0%, #242424 100%);\r\n    }\r\n\r\n    .cta-button.secondary:hover {\r\n        background: linear-gradient(135deg, #242424 0%, #121212 100%);\r\n    }\r\n\r\n    \/* RESPONSIVE MOBILE *\/\r\n    @media (max-width: 992px) {\r\n        .garage-content {\r\n            grid-template-columns: 1fr;\r\n        }\r\n\r\n        .garage-header {\r\n            padding: 60px 5%;\r\n        }\r\n\r\n        .garage-header h1 {\r\n            font-size: 2.2em;\r\n        }\r\n\r\n        .garage-header p {\r\n            font-size: 1.2em;\r\n        }\r\n\r\n        .garage-info {\r\n            padding: 50px 5%;\r\n        }\r\n\r\n        .garage-map {\r\n            min-height: 400px;\r\n        }\r\n\r\n        .garage-map iframe {\r\n            min-height: 400px;\r\n        }\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n        .garage-header h1 {\r\n            font-size: 1.8em;\r\n            letter-spacing: 1px;\r\n        }\r\n\r\n        .garage-header p {\r\n            font-size: 1em;\r\n        }\r\n\r\n        .garage-header {\r\n            padding: 40px 5%;\r\n        }\r\n\r\n        .garage-info {\r\n            padding: 40px 5%;\r\n        }\r\n\r\n        .info-item {\r\n            margin-bottom: 30px;\r\n            gap: 15px;\r\n        }\r\n\r\n        .info-icon {\r\n            width: 50px;\r\n            height: 50px;\r\n            font-size: 24px;\r\n        }\r\n\r\n        .info-content h3 {\r\n            font-size: 1.2em;\r\n        }\r\n\r\n        .info-content p {\r\n            font-size: 1em;\r\n        }\r\n\r\n        .cta-buttons {\r\n            flex-direction: column;\r\n            gap: 12px;\r\n        }\r\n\r\n        .cta-button {\r\n            width: 100%;\r\n            padding: 15px 25px;\r\n            font-size: 1em;\r\n        }\r\n\r\n        .garage-map {\r\n            min-height: 350px;\r\n        }\r\n\r\n        .garage-map iframe {\r\n            min-height: 350px;\r\n        }\r\n    }\r\n\r\n    @media (max-width: 480px) {\r\n        .garage-header h1 {\r\n            font-size: 1.5em;\r\n        }\r\n\r\n        .garage-header p {\r\n            font-size: 0.95em;\r\n        }\r\n\r\n        .info-content h3 {\r\n            font-size: 1.1em;\r\n        }\r\n\r\n        .info-content p {\r\n            font-size: 0.95em;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<section class=\"garage-section\">\r\n    <div class=\"garage-container\">\r\n        <div class=\"garage-header\">\r\n            <h1>Notre Garage<\/h1>\r\n            <p>Votre expert automobile de confiance \u00e0 Qu\u00e9bec<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"garage-content\">\r\n            <div class=\"garage-info\">\r\n                <div class=\"info-item\">\r\n                    <div class=\"info-icon\">\ud83d\udccd<\/div>\r\n                    <div class=\"info-content\">\r\n                        <h3>Notre Adresse<\/h3>\r\n                        <p>410 Rue Faraday<br>\r\n                        Qu\u00e9bec, QC G1N 4E5<br>\r\n                        Canada<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"info-item\">\r\n                    <div class=\"info-icon\">\u23f0<\/div>\r\n                    <div class=\"info-content\">\r\n                        <h3>Heures d'Ouverture<\/h3>\r\n                        <p>\r\n                            <strong>Lundi au Vendredi<\/strong><br>\r\n                            8h00 - 17h00<br><br>\r\n                            <strong>Samedi et Dimanche<\/strong><br>\r\n                            Ferm\u00e9\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"info-item\">\r\n                    <div class=\"info-icon\">\ud83d\udcde<\/div>\r\n                    <div class=\"info-content\">\r\n                        <h3>Contactez-Nous<\/h3>\r\n                        <p>\r\n                            T\u00e9l\u00e9phone: <a href=\"tel:+14182103770\">418-210-3770<\/a><br>\r\n                            Courriel: <a href=\"mailto:info@groupe-unifix.com\">info@groupe-unifix.com<\/a>\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"info-item\">\r\n                    <div class=\"info-icon\">\ud83d\udd27<\/div>\r\n                    <div class=\"info-content\">\r\n                        <h3>Nos Services<\/h3>\r\n                        <p>Entretien pr\u00e9ventif, r\u00e9parations m\u00e9caniques, diagnostic \u00e9lectronique, et bien plus encore.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"cta-buttons\">\r\n                    <a href=\"tel:+14182103770\" class=\"cta-button\">\r\n                        \ud83d\udcde Appelez-nous\r\n                    <\/a>\r\n                    <a href=\"mailto:info@groupe-unifix.com\" class=\"cta-button secondary\">\r\n                        \u2709\ufe0f \u00c9crivez-nous\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"garage-map\">\r\n                <iframe \r\n                    src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d2728.892!2d-71.244767!3d46.816667!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4cb896fdb35db5fd%3A0x7c8f3f7f7c8f3f7f!2s410%20Rue%20Faraday%2C%20Qu%C3%A9bec%2C%20QC%20G1N%204E5!5e0!3m2!1sfr!2sca!4v1700000000000\" \r\n                    allowfullscreen=\"\" \r\n                    loading=\"lazy\" \r\n                    referrerpolicy=\"no-referrer-when-downgrade\">\r\n                <\/iframe>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-228c191 e-flex e-con-boxed e-con e-parent\" data-id=\"228c191\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6777b0c elementor-widget elementor-widget-html\" data-id=\"6777b0c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script type=\"application\/ld+json\">\r\n{\r\n  \"@context\": \"https:\/\/schema.org\/\",\r\n  \"@type\": \"AutomotiveBusiness\",\r\n  \"name\": \"Garage Uni-Fix\",\r\n  \"image\": \"https:\/\/groupe-unifix.com\/wp-content\/uploads\/2024\/05\/unifix-logo.png\",\r\n  \"@id\": \"https:\/\/groupe-unifix.com\/notre-garage\",\r\n  \"url\": \"https:\/\/groupe-unifix.com\/notre-garage\",\r\n  \"telephone\": \"+1-418-210-3770\",\r\n  \"email\": \"info@groupe-unifix.com\",\r\n  \"address\": {\r\n    \"@type\": \"PostalAddress\",\r\n    \"streetAddress\": \"410 Rue Faraday\",\r\n    \"addressLocality\": \"Qu\u00e9bec\",\r\n    \"addressRegion\": \"QC\",\r\n    \"postalCode\": \"G1N 4E5\",\r\n    \"addressCountry\": \"CA\"\r\n  },\r\n  \"openingHoursSpecification\": [\r\n    {\r\n      \"@type\": \"OpeningHoursSpecification\",\r\n      \"dayOfWeek\": [\r\n        \"Monday\",\r\n        \"Tuesday\",\r\n        \"Wednesday\",\r\n        \"Thursday\",\r\n        \"Friday\"\r\n      ],\r\n      \"opens\": \"08:00\",\r\n      \"closes\": \"17:00\"\r\n    },\r\n    {\r\n      \"@type\": \"OpeningHoursSpecification\",\r\n      \"dayOfWeek\": [\r\n        \"Saturday\",\r\n        \"Sunday\"\r\n      ],\r\n      \"opens\": \"00:00\",\r\n      \"closes\": \"00:00\",\r\n      \"validFrom\": \"Closed\"\r\n    }\r\n  ],\r\n  \"description\": \"Garage automobile professionnel situ\u00e9 \u00e0 Qu\u00e9bec, offrant entretien pr\u00e9ventif, r\u00e9parations m\u00e9caniques et diagnostic \u00e9lectronique.\",\r\n  \"priceRange\": \"$$\",\r\n  \"geo\": {\r\n    \"@type\": \"GeoCoordinates\",\r\n    \"latitude\": 46.829,\r\n    \"longitude\": -71.291\r\n  },\r\n  \"areaServed\": \"Qu\u00e9bec, Canada\",\r\n  \"sameAs\": [\r\n    \"https:\/\/www.facebook.com\/\",\r\n    \"https:\/\/www.instagram.com\/\"\r\n  ],\r\n  \"makesOffer\": [\r\n    {\r\n      \"@type\": \"Offer\",\r\n      \"itemOffered\": {\r\n        \"@type\": \"Service\",\r\n        \"name\": \"Entretien pr\u00e9ventif\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Offer\",\r\n      \"itemOffered\": {\r\n        \"@type\": \"Service\",\r\n        \"name\": \"R\u00e9parations m\u00e9caniques\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Offer\",\r\n      \"itemOffered\": {\r\n        \"@type\": \"Service\",\r\n        \"name\": \"Diagnostic \u00e9lectronique\"\r\n      }\r\n    }\r\n  ]\r\n}\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Notre Garage Votre expert automobile de confiance \u00e0 Qu\u00e9bec \ud83d\udccd Notre Adresse 410 Rue Faraday Qu\u00e9bec, QC G1N 4E5 Canada \u23f0 Heures d&rsquo;Ouverture Lundi au Vendredi 8h00 &#8211; 17h00 Samedi et Dimanche Ferm\u00e9 \ud83d\udcde Contactez-Nous T\u00e9l\u00e9phone: 418-210-3770 Courriel: info@groupe-unifix.com \ud83d\udd27 Nos Services Entretien pr\u00e9ventif, r\u00e9parations m\u00e9caniques, diagnostic \u00e9lectronique, et bien plus encore. \ud83d\udcde Appelez-nous \u2709\ufe0f &hellip;<\/p>","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_genesis_block_theme_hide_title":false,"footnotes":""},"class_list":["post-415","page","type-page","status-publish","hentry","post","without-featured-image"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Notre Garage - Uni-Fix<\/title>\n<meta name=\"description\" content=\"Garage Uni-Fix \u00e0 Qu\u00e9bec : entretien pr\u00e9ventif, r\u00e9parations m\u00e9caniques, diagnostic \u00e9lectronique et plus. Situ\u00e9 au 410 Rue Faraday, QC G1N 4E5.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/groupe-unifix.com\/en\/notre-garage\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Garage Uni-Fix | Services m\u00e9caniques de confiance \u00e0 Qu\u00e9bec\" \/>\n<meta property=\"og:description\" content=\"Garage Uni-Fix \u00e0 Qu\u00e9bec : entretien pr\u00e9ventif, r\u00e9parations m\u00e9caniques, diagnostic \u00e9lectronique et plus. Situ\u00e9 au 410 Rue Faraday, QC G1N 4E5.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/groupe-unifix.com\/en\/notre-garage\/\" \/>\n<meta property=\"og:site_name\" content=\"Uni-Fix\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61552340944793\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-21T17:55:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/groupe-unifix.com\/wp-content\/uploads\/2024\/03\/tekton-O_ufcLVTAYw-unsplash.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"1333\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/groupe-unifix.com\/notre-garage\/\",\"url\":\"https:\/\/groupe-unifix.com\/notre-garage\/\",\"name\":\"Notre Garage - Uni-Fix\",\"isPartOf\":{\"@id\":\"https:\/\/groupe-unifix.com\/#website\"},\"datePublished\":\"2025-11-18T21:52:39+00:00\",\"dateModified\":\"2025-11-21T17:55:03+00:00\",\"description\":\"Garage Uni-Fix \u00e0 Qu\u00e9bec : entretien pr\u00e9ventif, r\u00e9parations m\u00e9caniques, diagnostic \u00e9lectronique et plus. Situ\u00e9 au 410 Rue Faraday, QC G1N 4E5.\",\"breadcrumb\":{\"@id\":\"https:\/\/groupe-unifix.com\/notre-garage\/#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/groupe-unifix.com\/notre-garage\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/groupe-unifix.com\/notre-garage\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/groupe-unifix.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Notre Garage\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/groupe-unifix.com\/#website\",\"url\":\"https:\/\/groupe-unifix.com\/\",\"name\":\"Uni-Fix\",\"description\":\"Services de maintenance et de r\u00e9paration de machinerie lourde\",\"publisher\":{\"@id\":\"https:\/\/groupe-unifix.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/groupe-unifix.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/groupe-unifix.com\/#organization\",\"name\":\"Uni-Fix\",\"url\":\"https:\/\/groupe-unifix.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\/\/groupe-unifix.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/groupe-unifix.com\/wp-content\/uploads\/2024\/03\/unifix_pale.webp\",\"contentUrl\":\"https:\/\/groupe-unifix.com\/wp-content\/uploads\/2024\/03\/unifix_pale.webp\",\"width\":1800,\"height\":950,\"caption\":\"Uni-Fix\"},\"image\":{\"@id\":\"https:\/\/groupe-unifix.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/profile.php?id=61552340944793\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Notre Garage - Uni-Fix","description":"Garage Uni-Fix \u00e0 Qu\u00e9bec : entretien pr\u00e9ventif, r\u00e9parations m\u00e9caniques, diagnostic \u00e9lectronique et plus. Situ\u00e9 au 410 Rue Faraday, QC G1N 4E5.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/groupe-unifix.com\/en\/notre-garage\/","og_locale":"en_US","og_type":"article","og_title":"Garage Uni-Fix | Services m\u00e9caniques de confiance \u00e0 Qu\u00e9bec","og_description":"Garage Uni-Fix \u00e0 Qu\u00e9bec : entretien pr\u00e9ventif, r\u00e9parations m\u00e9caniques, diagnostic \u00e9lectronique et plus. Situ\u00e9 au 410 Rue Faraday, QC G1N 4E5.","og_url":"https:\/\/groupe-unifix.com\/en\/notre-garage\/","og_site_name":"Uni-Fix","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=61552340944793","article_modified_time":"2025-11-21T17:55:03+00:00","og_image":[{"width":2000,"height":1333,"url":"https:\/\/groupe-unifix.com\/wp-content\/uploads\/2024\/03\/tekton-O_ufcLVTAYw-unsplash.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/groupe-unifix.com\/notre-garage\/","url":"https:\/\/groupe-unifix.com\/notre-garage\/","name":"Notre Garage - Uni-Fix","isPartOf":{"@id":"https:\/\/groupe-unifix.com\/#website"},"datePublished":"2025-11-18T21:52:39+00:00","dateModified":"2025-11-21T17:55:03+00:00","description":"Garage Uni-Fix \u00e0 Qu\u00e9bec : entretien pr\u00e9ventif, r\u00e9parations m\u00e9caniques, diagnostic \u00e9lectronique et plus. Situ\u00e9 au 410 Rue Faraday, QC G1N 4E5.","breadcrumb":{"@id":"https:\/\/groupe-unifix.com\/notre-garage\/#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/groupe-unifix.com\/notre-garage\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/groupe-unifix.com\/notre-garage\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/groupe-unifix.com\/"},{"@type":"ListItem","position":2,"name":"Notre Garage"}]},{"@type":"WebSite","@id":"https:\/\/groupe-unifix.com\/#website","url":"https:\/\/groupe-unifix.com\/","name":"Uni-Fix","description":"Heavy machinery maintenance and repair services","publisher":{"@id":"https:\/\/groupe-unifix.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/groupe-unifix.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CA"},{"@type":"Organization","@id":"https:\/\/groupe-unifix.com\/#organization","name":"Uni-Fix","url":"https:\/\/groupe-unifix.com\/","logo":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/groupe-unifix.com\/#\/schema\/logo\/image\/","url":"https:\/\/groupe-unifix.com\/wp-content\/uploads\/2024\/03\/unifix_pale.webp","contentUrl":"https:\/\/groupe-unifix.com\/wp-content\/uploads\/2024\/03\/unifix_pale.webp","width":1800,"height":950,"caption":"Uni-Fix"},"image":{"@id":"https:\/\/groupe-unifix.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61552340944793"]}]}},"featured_image_src":null,"featured_image_src_square":null,"_links":{"self":[{"href":"https:\/\/groupe-unifix.com\/en\/wp-json\/wp\/v2\/pages\/415","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/groupe-unifix.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/groupe-unifix.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/groupe-unifix.com\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/groupe-unifix.com\/en\/wp-json\/wp\/v2\/comments?post=415"}],"version-history":[{"count":0,"href":"https:\/\/groupe-unifix.com\/en\/wp-json\/wp\/v2\/pages\/415\/revisions"}],"wp:attachment":[{"href":"https:\/\/groupe-unifix.com\/en\/wp-json\/wp\/v2\/media?parent=415"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}