{"id":2961,"date":"2026-05-02T10:05:52","date_gmt":"2026-05-02T10:05:52","guid":{"rendered":"https:\/\/new-web.hondalahore.com\/?page_id=2961"},"modified":"2026-05-02T10:12:36","modified_gmt":"2026-05-02T10:12:36","slug":"testimonials","status":"publish","type":"page","link":"https:\/\/new-web.hondalahore.com\/index.php\/testimonials\/","title":{"rendered":"Testimonials"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2961\" class=\"elementor elementor-2961\">\n\t\t\t\t<div class=\"has_eae_slider elementor-element elementor-element-dca0cec e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-eae-slider=\"56345\" data-id=\"dca0cec\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e0755d elementor-widget elementor-widget-eael-breadcrumbs\" data-id=\"3e0755d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"eael-breadcrumbs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"eael-breadcrumbs\">\n\t\t\t<div class=\"eael-breadcrumbs__content\"><a href=\"https:\/\/new-web.hondalahore.com\">Home<\/a> <span class=\"eael-breadcrumb-separator\">\/<\/span> <span class = \"eael-current\">Page<\/span><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-9a43dcf e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-eae-slider=\"86117\" data-id=\"9a43dcf\" 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-370e0fd elementor-widget elementor-widget-text-editor\" data-id=\"370e0fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"text-center\">Customer <span style=\"color: #cc0000;\">Testimonials<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7da6dfd elementor-widget elementor-widget-html\" data-id=\"7da6dfd\" 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<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700&display=swap\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\r\n\r\n<style>\r\n    \/* Unique Prefix: hnd-testi *\/\r\n    :root {\r\n        --h-red: #cc0000;\r\n        --h-dark: #111111;\r\n        --h-grey: #f9f9f9;\r\n    }\r\n\r\n    .hnd-testi-section {\r\n        padding: 0px 0;\r\n        font-family: 'Poppins', sans-serif;\r\n    }\r\n\r\n    .hnd-testi-container {\r\n        max-width: 1240px;\r\n        margin: 0 auto;\r\n        display: grid;\r\n        grid-template-columns: repeat(3, 1fr);\r\n        gap: 30px;\r\n        padding: 0 20px;\r\n    }\r\n\r\n    .hnd-testi-card {\r\n        background: #ffffff;\r\n        padding: 40px 30px;\r\n        border-radius: 20px;\r\n        box-shadow: 0 10px 30px rgba(0,0,0,0.05);\r\n        transition: all 0.3s ease;\r\n        border: 1px solid #EDEDED;\r\n    }\r\n\r\n    .hnd-testi-card:hover {\r\n        transform: translateY(-5px);\r\n        border-color: var(--h-red);\r\n    }\r\n\r\n    \/* Profile Section *\/\r\n    .hnd-testi-header {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 15px;\r\n        margin-bottom: 20px;\r\n    }\r\n\r\n    .hnd-testi-img {\r\n        width: 60px!important;\r\n        height: 60px!important;\r\n        border-radius: 100%!important;\r\n        object-fit: cover;\r\n    }\r\n\r\n    .hnd-testi-info h4 {\r\n        margin: 0;\r\n        font-size: 16px;\r\n        font-weight: 700;\r\n        color: var(--h-dark);\r\n        text-transform: uppercase;\r\n    }\r\n\r\n    .hnd-testi-stars {\r\n        color: #ffc107; \/* Gold stars *\/\r\n        font-size: 12px;\r\n        margin-top: 5px;\r\n    }\r\n\r\n    \/* Feedback Text *\/\r\n    .hnd-testi-text {\r\n        font-size: 14px;\r\n        color: #555;\r\n        line-height: 1.7;\r\n        margin: 0;\r\n        font-style: italic;\r\n    }\r\n\r\n    \/* Responsive *\/\r\n    @media (max-width: 991px) {\r\n        .hnd-testi-container { grid-template-columns: repeat(2, 1fr); }\r\n    }\r\n\r\n    @media (max-width: 767px) {\r\n        .hnd-testi-container { grid-template-columns: 1fr; }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"hnd-testi-section\">\r\n    <div class=\"hnd-testi-container\">\r\n        \r\n        <!-- Existing 3 Testimonials -->\r\n        <div class=\"hnd-testi-card\">\r\n            <div class=\"hnd-testi-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/new-web.hondalahore.com\/wp-content\/uploads\/2026\/04\/fdamap-testimonial-male-avatar.png\" alt=\"Customer\" class=\"hnd-testi-img\">\r\n                <div class=\"hnd-testi-info\">\r\n                    <h4>ALI ASAD<\/h4>\r\n                    <div class=\"hnd-testi-stars\"><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <p class=\"hnd-testi-text\">\"Excellent service at Honda Lahore! The staff was very professional and made the car buying process incredibly smooth.\"<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"hnd-testi-card\">\r\n            <div class=\"hnd-testi-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/new-web.hondalahore.com\/wp-content\/uploads\/2026\/04\/testimonial-avatar-3.jpg\" alt=\"Customer\" class=\"hnd-testi-img\">\r\n                <div class=\"hnd-testi-info\">\r\n                    <h4>ABIRA ALI<\/h4>\r\n                    <div class=\"hnd-testi-stars\"><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <p class=\"hnd-testi-text\">\"Genuine parts and certified technicians are why I only trust this dealership for my Honda Civic's maintenance.\"<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"hnd-testi-card\">\r\n            <div class=\"hnd-testi-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/new-web.hondalahore.com\/wp-content\/uploads\/2026\/04\/fdamap-testimonial-male-avatar.png\" alt=\"Customer\" class=\"hnd-testi-img\">\r\n                <div class=\"hnd-testi-info\">\r\n                    <h4>TAHA REHMAN<\/h4>\r\n                    <div class=\"hnd-testi-stars\"><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <p class=\"hnd-testi-text\">\"The best 3S dealership experience in Lahore. Truly professional and they value the customer's time.\"<\/p>\r\n        <\/div>\r\n\r\n        <!-- 15 New Testimonials -->\r\n        \r\n        <div class=\"hnd-testi-card\">\r\n            <div class=\"hnd-testi-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/new-web.hondalahore.com\/wp-content\/uploads\/2026\/04\/fdamap-testimonial-male-avatar.png\" alt=\"Customer\" class=\"hnd-testi-img\">\r\n                <div class=\"hnd-testi-info\">\r\n                    <h4>Zohaib Hassan<\/h4>\r\n                    <div class=\"hnd-testi-stars\"><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <p class=\"hnd-testi-text\">\"I recently got my Honda City tuned here. The engine feels brand new again. Highly recommended for periodic maintenance.\"<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"hnd-testi-card\">\r\n            <div class=\"hnd-testi-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/new-web.hondalahore.com\/wp-content\/uploads\/2026\/04\/testimonial-avatar-3.jpg\" alt=\"Customer\" class=\"hnd-testi-img\">\r\n                <div class=\"hnd-testi-info\">\r\n                    <h4>Fatima Zahra<\/h4>\r\n                    <div class=\"hnd-testi-stars\"><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <p class=\"hnd-testi-text\">\"The customer lounge is very comfortable and the staff keeps you updated about your vehicle's progress throughout.\"<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"hnd-testi-card\">\r\n            <div class=\"hnd-testi-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/new-web.hondalahore.com\/wp-content\/uploads\/2026\/04\/fdamap-testimonial-male-avatar.png\" alt=\"Customer\" class=\"hnd-testi-img\">\r\n                <div class=\"hnd-testi-info\">\r\n                    <h4>Bilal Ahmed<\/h4>\r\n                    <div class=\"hnd-testi-stars\"><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <p class=\"hnd-testi-text\">\"Transparent pricing and no hidden charges. They explained all the repairs needed before starting the work.\"<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"hnd-testi-card\">\r\n            <div class=\"hnd-testi-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/new-web.hondalahore.com\/wp-content\/uploads\/2026\/04\/testimonial-avatar-3.jpg\" alt=\"Customer\" class=\"hnd-testi-img\">\r\n                <div class=\"hnd-testi-info\">\r\n                    <h4>Sana Waqas<\/h4>\r\n                    <div class=\"hnd-testi-stars\"><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <p class=\"hnd-testi-text\">\"Bought my first Honda BR-V from here. The sales team guided me through all the features with great patience.\"<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"hnd-testi-card\">\r\n            <div class=\"hnd-testi-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/new-web.hondalahore.com\/wp-content\/uploads\/2026\/04\/fdamap-testimonial-male-avatar.png\" alt=\"Customer\" class=\"hnd-testi-img\">\r\n                <div class=\"hnd-testi-info\">\r\n                    <h4>Omar Khalid<\/h4>\r\n                    <div class=\"hnd-testi-stars\"><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <p class=\"hnd-testi-text\">\"Their body shop work is flawless. My car had a major dent, but after their paint job, it looks like it never happened.\"<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"hnd-testi-card\">\r\n            <div class=\"hnd-testi-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/new-web.hondalahore.com\/wp-content\/uploads\/2026\/04\/testimonial-avatar-3.jpg\" alt=\"Customer\" class=\"hnd-testi-img\">\r\n                <div class=\"hnd-testi-info\">\r\n                    <h4>Zainab Malik<\/h4>\r\n                    <div class=\"hnd-testi-stars\"><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <p class=\"hnd-testi-text\">\"Very impressed with the quick oil change service. I was out within 45 minutes as promised.\"<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"hnd-testi-card\">\r\n            <div class=\"hnd-testi-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/new-web.hondalahore.com\/wp-content\/uploads\/2026\/04\/fdamap-testimonial-male-avatar.png\" alt=\"Customer\" class=\"hnd-testi-img\">\r\n                <div class=\"hnd-testi-info\">\r\n                    <h4>Hamza Sheikh<\/h4>\r\n                    <div class=\"hnd-testi-stars\"><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <p class=\"hnd-testi-text\">\"The booking process for a new car was very easy. They offered the best delivery time compared to other dealers.\"<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"hnd-testi-card\">\r\n            <div class=\"hnd-testi-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/new-web.hondalahore.com\/wp-content\/uploads\/2026\/04\/testimonial-avatar-3.jpg\" alt=\"Customer\" class=\"hnd-testi-img\">\r\n                <div class=\"hnd-testi-info\">\r\n                    <h4>Amna Pervez<\/h4>\r\n                    <div class=\"hnd-testi-stars\"><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <p class=\"hnd-testi-text\">\"I love how they maintain the service history digitally. It makes it so much easier to track my car's health.\"<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"hnd-testi-card\">\r\n            <div class=\"hnd-testi-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/new-web.hondalahore.com\/wp-content\/uploads\/2026\/04\/fdamap-testimonial-male-avatar.png\" alt=\"Customer\" class=\"hnd-testi-img\">\r\n                <div class=\"hnd-testi-info\">\r\n                    <h4>Usman Gill<\/h4>\r\n                    <div class=\"hnd-testi-stars\"><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <p class=\"hnd-testi-text\">\"The spare parts department is very efficient. They had the specific suspension parts I needed in stock.\"<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"hnd-testi-card\">\r\n            <div class=\"hnd-testi-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/new-web.hondalahore.com\/wp-content\/uploads\/2026\/04\/testimonial-avatar-3.jpg\" alt=\"Customer\" class=\"hnd-testi-img\">\r\n                <div class=\"hnd-testi-info\">\r\n                    <h4>Hina Jamshed<\/h4>\r\n                    <div class=\"hnd-testi-stars\"><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <p class=\"hnd-testi-text\">\"Best place in Lahore for a wheel alignment and balancing. My Honda HRV drives perfectly straight now.\"<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"hnd-testi-card\">\r\n            <div class=\"hnd-testi-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/new-web.hondalahore.com\/wp-content\/uploads\/2026\/04\/fdamap-testimonial-male-avatar.png\" alt=\"Customer\" class=\"hnd-testi-img\">\r\n                <div class=\"hnd-testi-info\">\r\n                    <h4>Saad Siddiqui<\/h4>\r\n                    <div class=\"hnd-testi-stars\"><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <p class=\"hnd-testi-text\">\"The test drive experience was great. They let me try the car in different road conditions to be sure.\"<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"hnd-testi-card\">\r\n            <div class=\"hnd-testi-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/new-web.hondalahore.com\/wp-content\/uploads\/2026\/04\/testimonial-avatar-3.jpg\" alt=\"Customer\" class=\"hnd-testi-img\">\r\n                <div class=\"hnd-testi-info\">\r\n                    <h4>Mahnoor Khan<\/h4>\r\n                    <div class=\"hnd-testi-stars\"><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <p class=\"hnd-testi-text\">\"Highly professional environment. The female staff members made me feel very welcome and comfortable.\"<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"hnd-testi-card\">\r\n            <div class=\"hnd-testi-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/new-web.hondalahore.com\/wp-content\/uploads\/2026\/04\/fdamap-testimonial-male-avatar.png\" alt=\"Customer\" class=\"hnd-testi-img\">\r\n                <div class=\"hnd-testi-info\">\r\n                    <h4>Faisal Qureshi<\/h4>\r\n                    <div class=\"hnd-testi-stars\"><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <p class=\"hnd-testi-text\">\"I've been coming here for 5 years. Their consistency in service quality is what keeps me loyal to Honda Lahore.\"<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"hnd-testi-card\">\r\n            <div class=\"hnd-testi-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/new-web.hondalahore.com\/wp-content\/uploads\/2026\/04\/testimonial-avatar-3.jpg\" alt=\"Customer\" class=\"hnd-testi-img\">\r\n                <div class=\"hnd-testi-info\">\r\n                    <h4>Sara Ahmed<\/h4>\r\n                    <div class=\"hnd-testi-stars\"><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <p class=\"hnd-testi-text\">\"Great experience with the insurance claim process. They handled all the paperwork with the insurance company directly.\"<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"hnd-testi-card\">\r\n            <div class=\"hnd-testi-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/new-web.hondalahore.com\/wp-content\/uploads\/2026\/04\/fdamap-testimonial-male-avatar.png\" alt=\"Customer\" class=\"hnd-testi-img\">\r\n                <div class=\"hnd-testi-info\">\r\n                    <h4>Kamran Shah<\/h4>\r\n                    <div class=\"hnd-testi-stars\"><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><i class=\"fa-solid fa-star\"><\/i><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <p class=\"hnd-testi-text\">\"Their AC service is excellent. They performed a complete system flush and now the cooling is just like a new car.\"<\/p>\r\n        <\/div>\r\n\r\n    <\/div>\r\n<\/div>\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>Home \/ Page Customer Testimonials ALI ASAD &#8220;Excellent service at Honda Lahore! The staff was very professional and made the car buying process incredibly smooth.&#8221; ABIRA ALI &#8220;Genuine parts and certified technicians are why I only trust this dealership for my Honda Civic&#8217;s maintenance.&#8221; TAHA REHMAN &#8220;The best 3S dealership experience in Lahore. Truly professional and they value the customer&#8217;s time.&#8221; Zohaib Hassan &#8220;I recently got my Honda City tuned here. The engine feels brand new again. Highly recommended for periodic maintenance.&#8221; Fatima Zahra &#8220;The customer lounge is very comfortable and the staff keeps you updated about your vehicle&#8217;s progress throughout.&#8221; Bilal Ahmed &#8220;Transparent pricing and no hidden charges. They explained all the repairs needed before starting the work.&#8221; Sana Waqas &#8220;Bought my first Honda BR-V from here. The sales team guided me through all the features with great patience.&#8221; Omar Khalid &#8220;Their body shop work is flawless. My car had a major dent, but after their paint job, it looks like it never happened.&#8221; Zainab Malik &#8220;Very impressed with the quick oil change service. I was out within 45 minutes as promised.&#8221; Hamza Sheikh &#8220;The booking process for a new car was very easy. They offered the best delivery time compared to other dealers.&#8221; Amna Pervez &#8220;I love how they maintain the service history digitally. It makes it so much easier to track my car&#8217;s health.&#8221; Usman Gill &#8220;The spare parts department is very efficient. They had the specific suspension parts I needed in stock.&#8221; Hina Jamshed &#8220;Best place in Lahore for a wheel alignment and balancing. My Honda HRV drives perfectly straight now.&#8221; Saad Siddiqui &#8220;The test drive experience was great. They let me try the car in different road conditions to be sure.&#8221; Mahnoor Khan &#8220;Highly professional environment. The female staff members made me feel very welcome and comfortable.&#8221; Faisal Qureshi &#8220;I&#8217;ve been coming here for 5 years. Their consistency in service quality is what keeps me loyal to Honda Lahore.&#8221; Sara Ahmed &#8220;Great experience with the insurance claim process. They handled all the paperwork with the insurance company directly.&#8221; Kamran Shah &#8220;Their AC service is excellent. They performed a complete system flush and now the cooling is just like a new car.&#8221;<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_eb_attr":"","footnotes":""},"class_list":["post-2961","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Home \/ Testimonials Customer Testimonials ALI ASAD &quot;Excellent service at Honda Lahore! The staff was very professional and made the car buying process incredibly smooth.&quot; ABIRA ALI &quot;Genuine parts and certified technicians are why I only trust this dealership for my Honda Civic&#039;s maintenance.&quot; TAHA REHMAN &quot;The best 3S dealership experience in Lahore. Truly professional\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/new-web.hondalahore.com\/index.php\/testimonials\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Honda Lahore - Authorized 3S Dealership of Honda Cars\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Testimonials - Honda Lahore\" \/>\n\t\t<meta property=\"og:description\" content=\"Home \/ Testimonials Customer Testimonials ALI ASAD &quot;Excellent service at Honda Lahore! The staff was very professional and made the car buying process incredibly smooth.&quot; ABIRA ALI &quot;Genuine parts and certified technicians are why I only trust this dealership for my Honda Civic&#039;s maintenance.&quot; TAHA REHMAN &quot;The best 3S dealership experience in Lahore. Truly professional\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/new-web.hondalahore.com\/index.php\/testimonials\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-05-02T10:05:52+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-05-02T10:12:36+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/hondalhr\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Testimonials - Honda Lahore\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Home \/ Testimonials Customer Testimonials ALI ASAD &quot;Excellent service at Honda Lahore! The staff was very professional and made the car buying process incredibly smooth.&quot; ABIRA ALI &quot;Genuine parts and certified technicians are why I only trust this dealership for my Honda Civic&#039;s maintenance.&quot; TAHA REHMAN &quot;The best 3S dealership experience in Lahore. Truly professional\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/new-web.hondalahore.com\\\/index.php\\\/testimonials\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/new-web.hondalahore.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/new-web.hondalahore.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/new-web.hondalahore.com\\\/index.php\\\/testimonials\\\/#listItem\",\"name\":\"Testimonials\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/new-web.hondalahore.com\\\/index.php\\\/testimonials\\\/#listItem\",\"position\":2,\"name\":\"Testimonials\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/new-web.hondalahore.com#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/new-web.hondalahore.com\\\/#organization\",\"name\":\"Honda Lahore\",\"description\":\"Authorized 3S Dealership of Honda Cars\",\"url\":\"https:\\\/\\\/new-web.hondalahore.com\\\/\",\"telephone\":\"+923000442215\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/new-web.hondalahore.com\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/Honda-Lahore-logo.jpg\",\"@id\":\"https:\\\/\\\/new-web.hondalahore.com\\\/index.php\\\/testimonials\\\/#organizationLogo\",\"width\":1233,\"height\":610,\"caption\":\"3S Authorized Dealer Ship\"},\"image\":{\"@id\":\"https:\\\/\\\/new-web.hondalahore.com\\\/index.php\\\/testimonials\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/hondalhr\",\"https:\\\/\\\/www.instagram.com\\\/hondalhr\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCzle-S2YwdHhPp4iDrIWP7A\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/hondalhr\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/new-web.hondalahore.com\\\/index.php\\\/testimonials\\\/#webpage\",\"url\":\"https:\\\/\\\/new-web.hondalahore.com\\\/index.php\\\/testimonials\\\/\",\"name\":\"Testimonials - Honda Lahore\",\"description\":\"Home \\\/ Testimonials Customer Testimonials ALI ASAD \\\"Excellent service at Honda Lahore! The staff was very professional and made the car buying process incredibly smooth.\\\" ABIRA ALI \\\"Genuine parts and certified technicians are why I only trust this dealership for my Honda Civic's maintenance.\\\" TAHA REHMAN \\\"The best 3S dealership experience in Lahore. Truly professional\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/new-web.hondalahore.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/new-web.hondalahore.com\\\/index.php\\\/testimonials\\\/#breadcrumblist\"},\"datePublished\":\"2026-05-02T10:05:52+00:00\",\"dateModified\":\"2026-05-02T10:12:36+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/new-web.hondalahore.com\\\/#website\",\"url\":\"https:\\\/\\\/new-web.hondalahore.com\\\/\",\"name\":\"Honda Lahore\",\"description\":\"Authorized 3S Dealership of Honda Cars\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/new-web.hondalahore.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Testimonials - Honda Lahore","description":"Home \/ Testimonials Customer Testimonials ALI ASAD \"Excellent service at Honda Lahore! The staff was very professional and made the car buying process incredibly smooth.\" ABIRA ALI \"Genuine parts and certified technicians are why I only trust this dealership for my Honda Civic's maintenance.\" TAHA REHMAN \"The best 3S dealership experience in Lahore. Truly professional","canonical_url":"https:\/\/new-web.hondalahore.com\/index.php\/testimonials\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/new-web.hondalahore.com\/index.php\/testimonials\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/new-web.hondalahore.com#listItem","position":1,"name":"Home","item":"https:\/\/new-web.hondalahore.com","nextItem":{"@type":"ListItem","@id":"https:\/\/new-web.hondalahore.com\/index.php\/testimonials\/#listItem","name":"Testimonials"}},{"@type":"ListItem","@id":"https:\/\/new-web.hondalahore.com\/index.php\/testimonials\/#listItem","position":2,"name":"Testimonials","previousItem":{"@type":"ListItem","@id":"https:\/\/new-web.hondalahore.com#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/new-web.hondalahore.com\/#organization","name":"Honda Lahore","description":"Authorized 3S Dealership of Honda Cars","url":"https:\/\/new-web.hondalahore.com\/","telephone":"+923000442215","logo":{"@type":"ImageObject","url":"https:\/\/new-web.hondalahore.com\/wp-content\/uploads\/2022\/08\/Honda-Lahore-logo.jpg","@id":"https:\/\/new-web.hondalahore.com\/index.php\/testimonials\/#organizationLogo","width":1233,"height":610,"caption":"3S Authorized Dealer Ship"},"image":{"@id":"https:\/\/new-web.hondalahore.com\/index.php\/testimonials\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/hondalhr","https:\/\/www.instagram.com\/hondalhr","https:\/\/www.youtube.com\/channel\/UCzle-S2YwdHhPp4iDrIWP7A","https:\/\/www.linkedin.com\/company\/hondalhr"]},{"@type":"WebPage","@id":"https:\/\/new-web.hondalahore.com\/index.php\/testimonials\/#webpage","url":"https:\/\/new-web.hondalahore.com\/index.php\/testimonials\/","name":"Testimonials - Honda Lahore","description":"Home \/ Testimonials Customer Testimonials ALI ASAD \"Excellent service at Honda Lahore! The staff was very professional and made the car buying process incredibly smooth.\" ABIRA ALI \"Genuine parts and certified technicians are why I only trust this dealership for my Honda Civic's maintenance.\" TAHA REHMAN \"The best 3S dealership experience in Lahore. Truly professional","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/new-web.hondalahore.com\/#website"},"breadcrumb":{"@id":"https:\/\/new-web.hondalahore.com\/index.php\/testimonials\/#breadcrumblist"},"datePublished":"2026-05-02T10:05:52+00:00","dateModified":"2026-05-02T10:12:36+00:00"},{"@type":"WebSite","@id":"https:\/\/new-web.hondalahore.com\/#website","url":"https:\/\/new-web.hondalahore.com\/","name":"Honda Lahore","description":"Authorized 3S Dealership of Honda Cars","inLanguage":"en-US","publisher":{"@id":"https:\/\/new-web.hondalahore.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"Honda Lahore - Authorized 3S Dealership of Honda Cars","og:type":"article","og:title":"Testimonials - Honda Lahore","og:description":"Home \/ Testimonials Customer Testimonials ALI ASAD &quot;Excellent service at Honda Lahore! The staff was very professional and made the car buying process incredibly smooth.&quot; ABIRA ALI &quot;Genuine parts and certified technicians are why I only trust this dealership for my Honda Civic's maintenance.&quot; TAHA REHMAN &quot;The best 3S dealership experience in Lahore. Truly professional","og:url":"https:\/\/new-web.hondalahore.com\/index.php\/testimonials\/","article:published_time":"2026-05-02T10:05:52+00:00","article:modified_time":"2026-05-02T10:12:36+00:00","article:publisher":"https:\/\/www.facebook.com\/hondalhr","twitter:card":"summary_large_image","twitter:title":"Testimonials - Honda Lahore","twitter:description":"Home \/ Testimonials Customer Testimonials ALI ASAD &quot;Excellent service at Honda Lahore! The staff was very professional and made the car buying process incredibly smooth.&quot; ABIRA ALI &quot;Genuine parts and certified technicians are why I only trust this dealership for my Honda Civic's maintenance.&quot; TAHA REHMAN &quot;The best 3S dealership experience in Lahore. Truly professional"},"aioseo_meta_data":{"post_id":"2961","title":"#post_title #separator_sa #site_title","description":"#post_content","keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2026-05-02 10:05:53","updated":"2026-05-02 10:23:58","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/new-web.hondalahore.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tTestimonials\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/new-web.hondalahore.com"},{"label":"Testimonials","link":"https:\/\/new-web.hondalahore.com\/index.php\/testimonials\/"}],"_links":{"self":[{"href":"https:\/\/new-web.hondalahore.com\/index.php\/wp-json\/wp\/v2\/pages\/2961","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/new-web.hondalahore.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/new-web.hondalahore.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/new-web.hondalahore.com\/index.php\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/new-web.hondalahore.com\/index.php\/wp-json\/wp\/v2\/comments?post=2961"}],"version-history":[{"count":13,"href":"https:\/\/new-web.hondalahore.com\/index.php\/wp-json\/wp\/v2\/pages\/2961\/revisions"}],"predecessor-version":[{"id":2976,"href":"https:\/\/new-web.hondalahore.com\/index.php\/wp-json\/wp\/v2\/pages\/2961\/revisions\/2976"}],"wp:attachment":[{"href":"https:\/\/new-web.hondalahore.com\/index.php\/wp-json\/wp\/v2\/media?parent=2961"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}