LEXUS (2025)
Description
Features
Unrivalled Luxury and Performance
Experience unparalleled comfort and capability with this exceptional vehicle. It features a powerful 3.5-litre twin-turbo V6 hybrid engine, delivering 341 kW and 790 Nm of torque. Advanced off-road enhancements ensure that you can tackle any terrain with confidence. Enjoy a 7-year/100,000 km vehicle warranty and a full maintenance plan for peace of mind.
Step inside to find a spacious seven-seater configuration with semi-aniline leather upholstery and Black Ash wood accents. Multi-zone climate control, heated and ventilated seats, and a massage function for the driver and front passenger redefine luxury. The 12.3-inch high-definition touch display and Mark Levinson Surround Sound System elevate your driving experience.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– 7-year/100,000 km vehicle warranty
– 8-year/195,000 km hybrid battery warranty
– 7-year/100,000 km full maintenance plan
– 10-speed automatic transmission
– Triple locking differentials for enhanced off-road capability
– Specialized rugged 18-inch wheels and all-terrain tires
– 10.0 l/100 km fuel consumption
– Multi-zone climate control and heated/ventilated seats
Trust in the NMI brand for quality and excellence in every drive.
Finance Calculator
<?php
$post_id = get_the_id();
$custom_fields = get_post_meta($post_id);
echo $custom_fields['mmcode'][0] . '<br />';
echo print_r($custom_fields);
if (empty($custom_fields)) {
error_log("No custom fields found for post ID: $post_id");
return;
}
error_log("Custom fields for post ID $post_id:");
foreach ($custom_fields as $key => $value) {
// $value is always an array
if (is_array($value)) {
foreach ($value as $val) {
error_log("$key => $val");
}
} else {
error_log("$key => $value");
}
}
?>














