Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 05:03:35 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -93,7 +93,7 @@ export default function HomePage() {
tagAnimation="blur-reveal"
background={{ variant: "animated-grid" }}
buttons={[
{ text: "Start Backtesting", href: "/dashboard" },
{ text: "Backtest a Strategy Free", href: "/dashboard" },
{ text: "View Strategies", href: "/strategies" },
]}
buttonAnimation="blur-reveal"
@@ -297,4 +297,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}