Update src/app/page.tsx

This commit is contained in:
2026-03-11 11:38:35 +00:00
parent dbeae79f64
commit b2b51f271a

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tagIcon={Zap}
tagAnimation="slide-up"
buttons={[
{ text: "Start Trading Free", href: "contact" },
{ text: "Begin Trading Risk-Free", href: "contact" },
{ text: "View Markets", href: "#features" }
]}
buttonAnimation="blur-reveal"
@@ -228,4 +228,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}