Update src/app/page.tsx

This commit is contained in:
2026-01-13 13:46:54 +00:00
parent 0a45ac622c
commit 814f546004

View File

@@ -32,7 +32,7 @@ export default function LandingPage() {
'Content-Type': 'application/json',
},
body: JSON.stringify({
amount: 50,
amount: 5000,
}),
});