diff --git a/components/product/warranty.tsx b/components/product/warranty.tsx index 0c31269e7..0090cd505 100644 --- a/components/product/warranty.tsx +++ b/components/product/warranty.tsx @@ -2,6 +2,7 @@ import { ShieldCheckIcon } from '@heroicons/react/24/outline'; import SideDialog from 'components/side-dialog'; +import Link from 'next/link'; import { useState } from 'react'; import WarrantySelector from './warranty-selector'; @@ -23,27 +24,103 @@ const Warranty = () => { What's Included setOpeningDialog(null)} open={openingDialog === 'included'} > -

Warranty Included

+
+

+ Car Part Planet warrants remanufactured engine parts to be free of defects in any + parts/materials and workmanship for the warranty period indicated from the date of + installation, assuming the part was (and can be documented as) installed by a + Licensed Automotive Repair Facility. +

+
+ +
+

Gasoline Engines

+

+ Gas engines that come standard in small automobiles and trucks up to 11,000 gross + volume weight. +

+
+ +
+

Year 2000 and Older

+

+ 3-years / unlimited mileage, $50/ hour labor reimbursement rate. Parts and labor are + paid only upon inspected and approved claims. +

+
+ +
+

Year 2001 and Newer

+

+ 5-years / unlimited mileage, $50/ hour labor reimbursement rate. Parts and labor are + paid only on approved claims after factory inspection. Purchases made prior to + January 1, 2018, carry a warranty of 3 years with unlimited mileage. A first-time + part replacement is free. +

+
+ +
+

+ Gas Engines in Fleet Vehicles and Small Trucks +

+

+ 3-years / 75,000 miles, $50/ hour labor reimbursement rate. Parts and labor are paid + only on inspected and approved claims. First-time part replacement is free. +

+
+ +
+

+ Gas Engines Large Trucks (more than 11,000 G.V.W.) +

+

+ 12 months / 12,000 miles, $50/ hour Mitchell labor reimbursement rate is only on + inspected and approved claims. First-time part replacement is FREE. +

+
+ +
+

+ Diesel Engines (Vehicles exceeding 11,000 G.V.W.) +

+

+ 12 months / 12,000 miles, $50/ hour Mitchell labor reimbursement rate is only on + inspected and approved claims. First-time part replacement is FREE. +

+
+ +
+

Marine Engines

+

+ 18 months / unlimited hours, $50/ hour is the warranty labor reimbursement rate with + a cap of $800; +

+
+ +
+

+ If it is determined that the part must be replaced, the original part must be + returned before any warranty claims will be paid out. +

+

+ Please visit our warranty page at https://carpartplanet.com/warranty-info for our + full warranty disclosure. +

+
- - setOpeningDialog(null)} - open={openingDialog === 'terms-conditions'} - > -

Terms & Conditions

-
+