From eba346666a7ed3ef6dddb1bbf92edc3d7e4d03c8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:03:30 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.49.1 From a74ea23f039e79004e1bf7e030291989c18b3f39 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:03:30 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.49.1