14 lines
1.1 KiB
XML
14 lines
1.1 KiB
XML
import { FeatureCard } from "@/components/feature-card"
|
|
|
|
export function CreditCardReaderSection() {
|
|
return (
|
|
<FeatureCard
|
|
image="https://rockymountainvending.com/wp-content/uploads/2024/01/Parlevel-Pay-Plus-247x300.jpg"
|
|
alt="Parlevel PayPlus credit card reader screen showing options for inserting, swiping, or tapping a card for payment."
|
|
title="Credit Card Readers"
|
|
description="Enhanced Payment Flexibility: Our vending machines are equipped with advanced NAYAX and Parlevel credit card readers, seamlessly integrated with Parlevel's Vending Management System (VMS). These cutting-edge readers use EMV chip technology to enhance transaction security, offering users greater peace of mind. Our system also streamlines inventory management, quickly resolves machine issues, and allows for the use of personalized pre-paid gift cards. Parlevel's VMS, backed by robust management tools and dependable hardware, is essential to our commitment to offering secure and varied payment options while maintaining the highest operational standards."
|
|
imageWidth={247}
|
|
imageHeight={300}
|
|
/>
|
|
)
|
|
}
|