4 Commits

Author SHA1 Message Date
eafccd7bf1 Merge version_3 into main
Merge version_3 into main
2026-03-04 09:35:18 +00:00
9e141f6101 Update src/app/page.tsx 2026-03-04 09:35:14 +00:00
de9e1a9370 Update src/app/layout.tsx 2026-03-04 09:35:13 +00:00
02a07056ea Merge version_2 into main
Merge version_2 into main
2026-03-04 09:25:21 +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>
);
}
}