diff --git a/src/app/page.tsx b/src/app/page.tsx index 78ebcb5..278fe60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { logoText="OmniWallet" description="The secure, fast, and unified wallet for all your blockchain assets. Use your unique username to send funds instantly." buttons={[ - { text: "Get Started", href: "#contact" }, + { text: "Get Started", onClick: () => window.alert("Wallet created! Your main interface is ready.") }, { text: "Learn More", href: "#features" } ]} imageSrc="http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572166.jpg?_wi=1" @@ -169,4 +169,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file