Update src/app/page.tsx

This commit is contained in:
2026-04-18 07:36:22 +00:00
parent f1cddecb4b
commit e454a08098

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>
);
}
}