'use client' import React, { useState } from "react"; import CreditCard from "./CreditCard"; const Payment = () => { const [click, setClick] = useState(false); const handleClick = () => setClick(!click); return (
Make your payment directly into our account. Plase use your Order ID as payment reference.
Your personal data will be use for your order, support your experience through this website & for other purpose described in our privacy policy