Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2698811a75 | |||
| b51911276e | |||
| b2b51f271a | |||
| dbeae79f64 | |||
| 03d39834b4 |
@@ -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"
|
||||
@@ -163,6 +163,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -228,4 +231,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user