Merge version_2 into main #2
1420
src/app/layout.tsx
1420
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user