Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 09:35:18 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -11,7 +11,8 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "fx_mali Trading", description: "Master forex trading with proven strategies and real-time insights"};
title: "fx_mali Trading", description: "Master forex trading with proven strategies and real-time insights"
};
export default function RootLayout({
children,
@@ -1392,4 +1393,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -78,7 +78,7 @@ export default function LandingPage() {
}
]}
buttons={[
{ text: "Start Free Trading", href: "https://www.tiktok.com/@fx_mali" },
{ text: "Join fx_mali Community", href: "https://www.tiktok.com/@fx_mali" },
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
@@ -257,4 +257,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}