'use client'; import { SimpleGrid, VStack, Text, Icon } from '@chakra-ui/react'; import { LuShield, LuLock, LuShieldCheck } from 'react-icons/lu'; import { CollapsibleCard } from '../../ui/CollapsibleCard'; export function SmartAccountInfo() { return ( When using Privy authentication (direct or cross-app), a Smart Account is automatically created and linked to your wallet. This account becomes your primary identity on VeChain, offering enhanced security and flexibility. Secure Ownership Exclusively controlled by your Privy-secured wallet Transferable Transfer ownership to another wallet anytime Recovery Secure backup and recovery through Privy ); }