Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e454a08098 | |||
| f1cddecb4b | |||
| e31ebcc919 |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
logoText="OmniWallet"
|
logoText="OmniWallet"
|
||||||
description="The secure, fast, and unified wallet for all your blockchain assets. Use your unique username to send funds instantly."
|
description="The secure, fast, and unified wallet for all your blockchain assets. Use your unique username to send funds instantly."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Started", href: "#contact" },
|
{ text: "Get Started", onClick: () => window.alert("Wallet created! Your main interface is ready.") },
|
||||||
{ text: "Learn More", href: "#features" }
|
{ text: "Learn More", href: "#features" }
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572166.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572166.jpg?_wi=1"
|
||||||
@@ -169,4 +169,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user