{"id":2111,"date":"2025-12-11T14:40:15","date_gmt":"2025-12-11T06:40:15","guid":{"rendered":"https:\/\/registergrab.com\/?page_id=2111"},"modified":"2026-05-09T15:29:02","modified_gmt":"2026-05-09T07:29:02","slug":"vehicle-requirement-2","status":"publish","type":"page","link":"https:\/\/registergrab.com\/?page_id=2111","title":{"rendered":"Vehicle Requirement"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2111\" class=\"elementor elementor-2111\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f4c5e3b e-flex e-con-boxed e-con e-parent\" data-id=\"f4c5e3b\" 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-5113b9f elementor-widget elementor-widget-html\" data-id=\"5113b9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"ms\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Syarat Kenderaan GrabCar 2026<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;600;700;800&display=swap\" rel=\"stylesheet\">\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n\r\n    <style>\r\n        \/* --- General Styling --- *\/\r\n        :root {\r\n            --grab-green: #00b14f;\r\n            --grab-dark: #008c3e;\r\n            --danger-red: #e74c3c;\r\n            --danger-bg: #fdecea;\r\n            --success-bg: #eafff2;\r\n            --text-dark: #2d2d2d;\r\n            --text-gray: #666;\r\n            --bg-body: #f7f9f8;\r\n            --shadow: 0 8px 20px rgba(0,0,0,0.06);\r\n        }\r\n\r\n        * { margin: 0; padding: 0; box-sizing: border-box; }\r\n\r\n        body {\r\n            font-family: 'Poppins', sans-serif;\r\n            background-color: var(--bg-body);\r\n            color: var(--text-dark);\r\n            line-height: 1.6;\r\n            padding-bottom: 50px;\r\n        }\r\n\r\n        \/* --- Hero Section --- *\/\r\n        .header {\r\n            background: linear-gradient(135deg, var(--grab-green) 0%, #006935 100%);\r\n            color: white;\r\n            padding: 60px 20px 80px;\r\n            text-align: center;\r\n            border-bottom-left-radius: 40px;\r\n            border-bottom-right-radius: 40px;\r\n        }\r\n\r\n        .header h1 {\r\n            font-size: 2.2rem;\r\n            font-weight: 700;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .header p {\r\n            opacity: 0.9;\r\n            font-size: 1.1rem;\r\n            max-width: 600px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        \/* --- Main Container --- *\/\r\n        .container {\r\n            max-width: 900px;\r\n            margin: -50px auto 0;\r\n            padding: 0 20px;\r\n        }\r\n\r\n        \/* --- Section 1: Allowed (Green) --- *\/\r\n        .card-allowed {\r\n            background: white;\r\n            border-radius: 15px;\r\n            padding: 30px;\r\n            box-shadow: var(--shadow);\r\n            margin-bottom: 40px;\r\n            border-top: 6px solid var(--grab-green);\r\n        }\r\n\r\n        .section-title {\r\n            font-size: 1.5rem;\r\n            font-weight: 700;\r\n            margin-bottom: 25px;\r\n            display: flex;\r\n            align-items: center;\r\n        }\r\n\r\n        .section-title i { margin-right: 12px; }\r\n\r\n        .requirements-list {\r\n            list-style: none;\r\n        }\r\n\r\n        .requirements-list li {\r\n            margin-bottom: 15px;\r\n            padding: 15px;\r\n            background-color: var(--success-bg);\r\n            border-radius: 8px;\r\n            display: flex;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .requirements-list li i {\r\n            color: var(--grab-green);\r\n            font-size: 1.2rem;\r\n            margin-right: 15px;\r\n            margin-top: 4px;\r\n        }\r\n\r\n        \/* --- Section 2: Banned (Red) --- *\/\r\n        .card-banned {\r\n            background: white;\r\n            border-radius: 15px;\r\n            padding: 30px;\r\n            box-shadow: var(--shadow);\r\n            border-top: 6px solid var(--danger-red);\r\n        }\r\n\r\n        .banned-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\r\n            gap: 12px;\r\n        }\r\n\r\n        .banned-item {\r\n            font-size: 0.9rem;\r\n            color: #444;\r\n            padding: 8px 12px;\r\n            border-left: 3px solid var(--danger-red);\r\n            background-color: #fff5f5;\r\n            border-radius: 4px;\r\n        }\r\n\r\n        \/* --- 15 Year Rule Box --- *\/\r\n        .rule-box {\r\n            background: #2c3e50;\r\n            color: white;\r\n            padding: 25px;\r\n            border-radius: 15px;\r\n            margin-top: 40px;\r\n            text-align: center;\r\n        }\r\n\r\n        .rule-box h4 {\r\n            font-size: 1.2rem;\r\n            margin-bottom: 10px;\r\n            color: #f1c40f; \/* Gold for attention *\/\r\n        }\r\n\r\n        .timeline-text { font-size: 0.9rem; opacity: 0.9; }\r\n\r\n        \/* --- CTA --- *\/\r\n        .cta-wrapper {\r\n            text-align: center;\r\n            margin-top: 50px;\r\n        }\r\n\r\n        .btn-apply {\r\n            background-color: var(--grab-green);\r\n            color: white;\r\n            font-weight: 700;\r\n            font-size: 1.2rem;\r\n            padding: 18px 50px;\r\n            border-radius: 50px;\r\n            text-decoration: none;\r\n            box-shadow: 0 10px 20px rgba(0, 177, 79, 0.3);\r\n            transition: transform 0.2s;\r\n            display: inline-block;\r\n        }\r\n\r\n        .btn-apply:hover {\r\n            transform: translateY(-3px);\r\n            background-color: var(--grab-dark);\r\n        }\r\n\r\n        @media (max-width: 600px) {\r\n            .banned-grid { grid-template-columns: 1fr 1fr; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <header class=\"header\">\r\n        <h1>Syarat Kenderaan GrabCar 2026<\/h1>\r\n        <p>Semak kelayakan kereta anda sebelum mendaftar. Pastikan anda mematuhi garis panduan terkini e-hailing Malaysia.<\/p>\r\n    <\/header>\r\n\r\n    <div class=\"container\">\r\n\r\n        <section class=\"card-allowed\">\r\n            <h2 class=\"section-title\" style=\"color: var(--grab-green);\">\r\n                <i class=\"fas fa-check-circle\"><\/i> Syarat Wajib Lulus\r\n            <\/h2>\r\n            <ul class=\"requirements-list\">\r\n                <li>\r\n                    <i class=\"fas fa-calendar-check\"><\/i>\r\n                    <div>\r\n                        <strong>Usia Kereta Bawah 15 Tahun<\/strong>\r\n                        <br><span style=\"font-size:0.85rem; color:#666;\">Dikira dari tarikh pendaftaran dalam geran.<\/span>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fas fa-car-side\"><\/i>\r\n                    <div>\r\n                        <strong>Body Jenis 4 Pintu<\/strong>\r\n                        <br><span style=\"font-size:0.85rem; color:#666;\">Sedan, Hatchback, MPV, atau SUV sahaja. (Kereta 2 pintu ditolak).<\/span>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fas fa-users\"><\/i>\r\n                    <div>\r\n                        <strong>Muatan Penumpang<\/strong>\r\n                        <br><span style=\"font-size:0.85rem; color:#666;\">Boleh memuatkan sekurang-kurangnya 4 penumpang dengan selesa.<\/span>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fas fa-shield-alt\"><\/i>\r\n                    <div>\r\n                        <strong>Insurans & Kondisi<\/strong>\r\n                        <br><span style=\"font-size:0.85rem; color:#666;\">Insurans e-hailing yang sah, cukai jalan hidup, dan tiada kerosakan fizikal besar.<\/span>\r\n                    <\/div>\r\n                <\/li>\r\n            <\/ul>\r\n        <\/section>\r\n\r\n        <section class=\"card-banned\">\r\n            <h2 class=\"section-title\" style=\"color: var(--danger-red);\">\r\n                <i class=\"fas fa-ban\"><\/i> Kenderaan TIDAK Dibenarkan\r\n            <\/h2>\r\n            <p style=\"margin-bottom: 20px; color: #555;\">Model di bawah ini <strong>tidak layak<\/strong> untuk pendaftaran GrabCar:<\/p>\r\n            \r\n            <div class=\"banned-grid\">\r\n                <div class=\"banned-item\">Perodua Kelisa<\/div>\r\n                <div class=\"banned-item\">Perodua Viva<\/div>\r\n                <div class=\"banned-item\">Perodua Kancil<\/div>\r\n                <div class=\"banned-item\">Perodua Kenari<\/div>\r\n                <div class=\"banned-item\">Perodua Kembara<\/div>\r\n                \r\n                <div class=\"banned-item\">Proton Wira<\/div>\r\n                <div class=\"banned-item\">Proton Iswara<\/div>\r\n                <div class=\"banned-item\">Proton Gen 2<\/div>\r\n                <div class=\"banned-item\">Proton Savvy<\/div>\r\n                <div class=\"banned-item\">Proton Satria Neo<\/div>\r\n                <div class=\"banned-item\">Proton Waja (Sabah)<\/div>\r\n\r\n                <div class=\"banned-item\">Inokom Atos (Lama)<\/div>\r\n                <div class=\"banned-item\">Inokom Matrix<\/div>\r\n                <div class=\"banned-item\">Renault Kangoo<\/div>\r\n                <div class=\"banned-item\">Honda CR-Z (2 Pintu)<\/div>\r\n                <div class=\"banned-item\">Kia Spectra\/Sutera<\/div>\r\n                <div class=\"banned-item\">Hyundai Getz (Lama)<\/div>\r\n                <div class=\"banned-item\">Chevrolet Aveo (Lama)<\/div>\r\n                <div class=\"banned-item\">Changan Era CM8<\/div>\r\n                <div class=\"banned-item\">Pick-up Trucks (West M'sia)<\/div>\r\n                <div class=\"banned-item\">Taxi Vehicles<\/div>\r\n            <\/div>\r\n            \r\n            <p style=\"margin-top: 20px; font-size: 0.9rem; text-align: center; color: #888;\">\r\n                *Jika model kereta anda TIADA dalam senarai ini, bermakna ia <strong>DITERIMA<\/strong>.\r\n            <\/p>\r\n        <\/section>\r\n\r\n        <div class=\"rule-box\">\r\n            <h4><i class=\"fas fa-exclamation-triangle\"><\/i> Peraturan Had Usia 15 Tahun<\/h4>\r\n            <p class=\"timeline-text\">\r\n                Hanya kenderaan yang dikeluarkan kurang daripada 15 tahun akan diterima. Walau bagaimanapun, kenderaan yang berumur 15 tahun ke atas tidak akan dapat memperbaharui cukai jalan (road tax) melebihi had usia ini.\r\n            <\/p>\r\n        <\/div>\r\n\r\n        <div class=\"cta-wrapper\">\r\n            <a href=\"https:\/\/registergrab.com\/register\" class=\"btn-apply\">Daftar Grab Sekarang<\/a>\r\n            <p style=\"margin-top:15px; color:#888; font-size:0.9rem;\">Kereta Lulus? Jom Mula Jana Pendapatan!<\/p>\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f0f5cd8 e-flex e-con-boxed e-con e-parent\" data-id=\"f0f5cd8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2f38fed e-con-full e-flex e-con e-child\" data-id=\"2f38fed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9154869 e-con-full e-flex e-con e-child\" data-id=\"9154869\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4fee4be elementor-widget elementor-widget-heading\" data-id=\"4fee4be\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Testimonial<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-216691f elementor-widget elementor-widget-heading\" data-id=\"216691f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Apa Kata Pelanggan Tentang Perkhidmatan Kami<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7390f43 elementor-widget elementor-widget-shortcode\" data-id=\"7390f43\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><pre class=\"ti-widget\" style=\"display: none\"><template id=\"trustindex-google-widget-html\"><div class=\" ti-widget  ti-goog ti-disable-font ti-show-rating-text ti-review-text-mode-readmore ti-text-align-left\" data-no-translation=\"true\" data-time-locale=\"%d %s ago|today|day|days|week|weeks|month|months|year|years\" data-plugin-version=\"13.2.9\" data-layout-id=\"13\" data-layout-category=\"slider\" data-set-id=\"light-background\" data-pid=\"\" data-language=\"en\" data-close-locale=\"Close\" data-review-target-width=\"275\" data-css-version=\"2\" data-reply-by-locale=\"Owner&apos;s reply\" data-only-rating-locale=\"This user only left a rating.\" data-pager-autoplay-timeout=\"6\"> <div class=\"ti-widget-container ti-col-4\"> <div class=\"ti-footer source-Google\"> <div class=\"ti-row\"> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh6.googleusercontent.com\/-cw9ZF1QylL4\/AAAAAAAAAAI\/AAAAAAAAAAA\/yQLMaR3HK38\/s160-p-k-no-ns-nd\/photo.jpg\" alt=\"Grab Hub Shah Alam\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Grab Hub Shah Alam<\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><\/span> <div class=\"ti-rating-text\"> <span class=\"nowrap\"><strong>2398 Google reviews<\/strong><\/span> <\/div> <div class=\"ti-header-write-btn-container\"> <a href=\"https:\/\/admin.trustindex.io\/api\/googleWriteReview?place-id=ChIJmYU2fg9TzDERhkRAuohagPg\" class=\"ti-header-write-btn\" role=\"button\" aria-label=\"Write a review to Google\" target=\"_blank\" rel=\"noopener\">Write a review<\/a> <\/div>  <\/div> <\/div> <\/div> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"Next review\" role=\"button\" tabindex=\"0\"><\/div> <div class=\"ti-prev\" aria-label=\"Previous review\" role=\"button\" tabindex=\"0\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" data-time=\"1765584000\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJ_uoK2em4dgdkICK-kXsun5mnvNDvvRvQw1uKhtK5tOwmiFg=w40-h40-c-rp-mo-ba5-br100\" alt=\"T BH profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> T BH <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Friendly n helpful tq<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1765497600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLPHF2emGIC-aQxMbFBne5bFnPPcKTPaF6ae49j_HmmQRMcNQ=w40-h40-c-rp-mo-br100\" alt=\"Ravisankar S Arumugam profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Ravisankar S Arumugam <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Staff layanan yang bagus<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1765324800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVbhANG-g23SGDmfez_eKtCrOiSv0xozg5436vOBJhma0WBzrHQ=w40-h40-c-rp-mo-br100\" alt=\"Goognio TheVertigo profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Goognio TheVertigo <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Very good experience.\nFeels like home<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1765324800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXoDc1dY8aWl26ZeQT4am_0NQ29OPJ33zsCbhq1Fvou6cMAl7Y=w40-h40-c-rp-mo-br100\" alt=\"Lakshman Santaran profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Lakshman Santaran <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Hi. Ms Mira has guided me throughout the e-hailing registration process smoothly. Thank you for your guidance Ms Mira<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1765324800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJOH-vbFza2JtV032nfNB02ZdCk3Wb1d0j-G-LhIkNWkBc0kg=w40-h40-c-rp-mo-br100\" alt=\"Zamarie Mohamad profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Zamarie Mohamad <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Memuasjan<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div>   <\/div> <\/div> <\/div> <\/template><\/pre><div data-src=\"https:\/\/cdn.trustindex.io\/loader.js?wp-widget\" data-template-id=\"trustindex-google-widget-html\" data-css-url=\"https:\/\/registergrab.com\/wp-content\/uploads\/trustindex-google-widget.css?1777378273\"><\/div><\/div>\n\t\t\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>Syarat Kenderaan GrabCar 2026 Syarat Kenderaan GrabCar 2026 Semak kelayakan kereta anda sebelum mendaftar. Pastikan anda mematuhi garis panduan terkini [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_eb_attr":"","site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-2111","page","type-page","status-publish","hentry"],"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"admin","author_link":"https:\/\/registergrab.com\/author\/admin"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"Syarat Kenderaan GrabCar 2026 Syarat Kenderaan GrabCar 2026 Semak kelayakan kereta anda sebelum mendaftar. Pastikan anda mematuhi garis panduan terkini [&hellip;]","_links":{"self":[{"href":"https:\/\/registergrab.com\/index.php?rest_route=\/wp\/v2\/pages\/2111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/registergrab.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/registergrab.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/registergrab.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/registergrab.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2111"}],"version-history":[{"count":1,"href":"https:\/\/registergrab.com\/index.php?rest_route=\/wp\/v2\/pages\/2111\/revisions"}],"predecessor-version":[{"id":2323,"href":"https:\/\/registergrab.com\/index.php?rest_route=\/wp\/v2\/pages\/2111\/revisions\/2323"}],"wp:attachment":[{"href":"https:\/\/registergrab.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}