Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a2e946415e | |||
| 8f324acfcb | |||
| 2a50ceb743 |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -83,8 +83,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "See How It Works", href: "#features" },
|
||||
{ text: "Start Trading Now", href: "/signup" },
|
||||
{ text: "Join 50,000+ Traders", href: "#metrics" }
|
||||
{ text: "Start Trading Now", href: "/signup" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
@@ -249,4 +248,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user