2 Commits

Author SHA1 Message Date
6fd6627612 Update src/app/page.tsx 2026-04-20 16:47:40 +00:00
ac543ac341 Merge version_1 into main
Merge version_1 into main
2026-04-20 16:42:39 +00:00

View File

@@ -75,7 +75,7 @@ export default function LandingPage() {
tag="Deposit Details" tag="Deposit Details"
title="Scan & Transfer" title="Scan & Transfer"
description="Send your assets to the wallet address below. Scan the QR code or copy the address." 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} icon={Wallet}
imageSrc="http://img.b2bpic.net/free-photo/people-scanning-qr-code_23-2149321656.jpg" imageSrc="http://img.b2bpic.net/free-photo/people-scanning-qr-code_23-2149321656.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -140,4 +140,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }