3 Commits

Author SHA1 Message Date
a2e946415e Switch to version 3: modified src/app/page.tsx 2026-03-04 08:39:59 +00:00
8f324acfcb Switch to version 3: modified src/app/layout.tsx 2026-03-04 08:39:58 +00:00
2a50ceb743 Merge version_4 into main
Merge version_4 into main
2026-03-04 08:34:10 +00:00
2 changed files with 3 additions and 4 deletions

View File

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

View File

@@ -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>
);
}
}