From de9e1a9370e7d615fae543d0d43a106c16ff012d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 09:35:13 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8fe68c0..4a009ff 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} +} \ No newline at end of file -- 2.49.1 From 9e141f6101014aa132db45543d12b244d869a7c1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 09:35:14 +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 bda1e9d..dd7a2df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1