import React, { useEffect, useRef } from 'react' import logo_card from "../assets/logo_card.svg"; import TRANSCORP_LOGO from "../assets/TRANSCORP_LOGO.svg"; import RuPay from "../assets/rupayImg.png"; // import VanillaTilt from 'vanilla-tilt'; import { Box, Text, VStack } from '@chakra-ui/layout'; import { Image } from '@chakra-ui/image'; import { Button } from '@chakra-ui/button'; const PayCard = () => { // const tiltRef = useRef(null); useEffect(() => { // const node = tiltRef.current; // if (node) { // VanillaTilt.init(node, { // max: 5, // speed: 400, // glare: true, // "max-glare": 0.5, // }); // } // return () => { // if (node && node.vanillaTilt) { // node.vanillaTilt.destroy(); // } // }; // }, []); return ( 1234 5678 1234 5678 {/* */} Valid in india ) } export default PayCard