5 Commits

Author SHA1 Message Date
4e3a1cb2b1 Update src/app/page.tsx 2026-03-04 08:34:06 +00:00
c9598b6f7b Update src/app/layout.tsx 2026-03-04 08:34:05 +00:00
951a711117 Merge version_3 into main
Merge version_3 into main
2026-03-04 08:30:18 +00:00
2052adf702 Update src/app/page.tsx 2026-03-04 08:30:13 +00:00
37a9f20a89 Merge version_2 into main
Merge version_2 into main
2026-03-04 08:24:10 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body> </body>
</html> </html>
); );
} }

View File

@@ -82,8 +82,9 @@ export default function HomePage() {
tagIcon={TrendingUp} tagIcon={TrendingUp}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "See How It Works", href: "#features" },
{ text: "Start Trading Now", href: "/signup" }, { text: "Start Trading Now", href: "/signup" },
{ text: "View Demo", href: "#features" } { text: "Join 50,000+ Traders", href: "#metrics" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[
@@ -248,4 +249,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }