Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c58af5d169 | |||
| 2698811a75 | |||
| b51911276e | |||
| b2b51f271a | |||
| dbeae79f64 | |||
| 03d39834b4 |
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Trading Free", href: "contact" },
|
{ text: "Begin Trading Risk-Free", href: "contact" },
|
||||||
{ text: "View Markets", href: "#features" }
|
{ text: "View Markets", href: "#features" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
@@ -163,6 +163,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Get Started", href: "contact" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -228,4 +231,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user