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 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