Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-08 15:35:14 +00:00
2 changed files with 2 additions and 1422 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
logoText="TradeTracker"
description="Professional trading journal with local storage. Track every trade, analyze performance, and improve your trading strategy with our clean, animated platform."
buttons={[
{ text: "Start Tracking", href: "#features" },
{ text: "Try For Free", href: "#features" },
{ text: "Learn More", href: "#how-it-works" }
]}
background={{ variant: "sparkles-gradient" }}
@@ -166,4 +166,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}