diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6f62a40..7318558 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1401,4 +1401,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index cda2165..5a208c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}