Fix wallet modal, add Lute wallet, dark mode, add comments

This commit is contained in:
SaraJane
2026-01-02 20:41:49 +00:00
parent ceaf5b33f4
commit f9e4e3dd3d
11 changed files with 168 additions and 27 deletions

View File

@ -1,6 +1,11 @@
import { useWallet } from '@txnlab/use-wallet-react'
import { Link } from 'react-router-dom'
/**
* Home Page
* Landing page showcasing the RWA tokenization platform
* Displays features, how it works, and CTAs to connect wallet and create assets
*/
export default function Home() {
const { activeAddress } = useWallet()