Untitled

 avatar
unknown
plain_text
a year ago
3.7 kB
6
Indexable
export const flatRatePackageSize = {
    FlatRate: 'Flat Rate'
}

export const seatRowPackageSizes = {
    OneSeatRow: '1 Seat Row',
    TwoSeatRow: '2 Seat Rows',
    ThreeSeatRow: '3 Seat Rows'
}

export const vehicleSizePackageSizes = {
    SmallVehicle: 'Small Vehicle',
    MidSizeVehicle: 'Mid-Size Vehicle',
    LargeVehicle: 'Large Vehicle',
    XLVehicle: 'XL Vehicle'
}

export const interiorServicePackages = {
    "Nooks 'N Crannies Interior": {
        packageCategory: "Interior",
        priceModel: seatRowPackageSizes,
        expressType: "Express",
        duration: { 
            [seatRowPackageSizes.OneSeatRow]: 50,
            [seatRowPackageSizes.TwoSeatRow]: 75,
            [seatRowPackageSizes.ThreeSeatRow]: 110
        },
        price: {
            [seatRowPackageSizes.OneSeatRow]: 80,
            [seatRowPackageSizes.TwoSeatRow]: 110,
            [seatRowPackageSizes.ThreeSeatRow]: 155
        },
        shortDescription: `A quick top-off detail focusing only on the small details and hard to reach areas. A perfect 
                            choice to get that last 10% of clean in an already clean vehicle. Pair with some add-ons to 
                            build a custom package'`,

        fullDescription: `A quick top-off detail focusing only on the small details and hard to reach areas. A perfect 
                            choice to get that last 10% of clean in an already clean vehicle. Pair with some add-ons to 
                            build a custom package`,
        overviewBottomDetails: `
                            <ul>
                                <li>Crevices meticulously cleaned on:
                                    </ul>
                                        <li>Dashboard and center stack (Radio and AC controls)</li>
                                        <li>Steering wheel</li>
                                        <li>Guage Cluster</li>
                                        <li>Center console</li>
                                        <li>Door trim</li>
                                        <li>Seatbelt buckles</li>
                                        <li>Door jamb plastic trim</li>
                                    </ul>
                                </li>

                                <li>Windows cleaned in and out</li>
                                <li>Vents blown out and brushed clean</li>
                                <li>Trunk and door jambs washed and seals conditioned</li>
                                <li>Carpet, seats, and floor mats given quick once-over vacuum</li>
                                <li>Carpet at edges around plastic trim meticulously agitated, blown out, and vacuumed</li>
                                <li>Seat pleats thoroughly vacuumed (Deeper stitches in-between contours)</li>
                                <li>Seat rails cleaned and re-greased</li>
                                <li>Seatbelts cleaned and lubricated</li>
                                <li>
                            </ul>`,
        discountPairAddOns: [
            "Jambs Reset",
            "Seats Reset (Fabric)",
            "Headlight Restoration",
        ],
        addOns: [
            "Carpets Reset",
            "Engine Bay Reset",
            "Headliner Reset",
            "Biohazard Removal"
        ],
        images: [
            "images/65cba647a723b3be951cbca7_Premaintenancedeepcleaning.png",
            "images/dont-forget-to-steam-clean-the-seat-rails-v0-ohuhid4mfumb1.jpg",
            "images/maxresdefault (1).jpg",
            "images/oardefault.jpg",
            "images/The-Perks-of-Car-Wash-and-Car-Detailing-Services.webp"
        ]
    }
Editor is loading...
Leave a Comment