3 Commits

Author SHA1 Message Date
e454a08098 Update src/app/page.tsx 2026-04-18 07:36:22 +00:00
f1cddecb4b Merge version_1 into main
Merge version_1 into main
2026-04-18 07:31:30 +00:00
e31ebcc919 Merge version_1 into main
Merge version_1 into main
2026-04-18 07:31:03 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}