diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bd2f42..dca6dbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { tag="Deposit Details" title="Scan & Transfer" description="Send your assets to the wallet address below. Scan the QR code or copy the address." - subdescription="Address: 3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy" + subdescription="Address: 3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy (Click to Copy)" icon={Wallet} imageSrc="http://img.b2bpic.net/free-photo/people-scanning-qr-code_23-2149321656.jpg" mediaAnimation="slide-up" @@ -140,4 +140,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file