From 168d099c3020a1fa9442a0484fab823074911ecc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 15:06:57 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9a66e2b..92d2988 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -57,7 +57,7 @@ export default function AboutPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/businessman_23-2147996569.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businessman_23-2147996569.jpg?_wi=3" imageAlt="F.C Trading Academy mentor" useInvertedBackground={false} /> @@ -103,7 +103,7 @@ export default function AboutPage() { quote: "Unlike other platforms, our mentors are actively trading and making real profits. They teach from personal experience, not just theory. This made a huge difference in my learning.", name: "Amara Johnson", role: "Forex Trader", - imageSrc: "http://img.b2bpic.net/free-photo/confdent-businesswoman-walking-with-her-laptop-work-folder-along-city-centre-posing-street_1258-119495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confdent-businesswoman-walking-with-her-laptop-work-folder-along-city-centre-posing-street_1258-119495.jpg?_wi=2", }, { id: "2", @@ -111,7 +111,7 @@ export default function AboutPage() { quote: "The community here isn't just numbers on a forum. Real traders help each other grow. I've made genuine friendships and found accountability partners for my trading journey.", name: "David Chen", role: "Crypto Trader", - imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-white-background-business-job_185193-110285.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-white-background-business-job_185193-110285.jpg?_wi=2", }, { id: "3", @@ -119,7 +119,7 @@ export default function AboutPage() { quote: "I tried other courses that threw everything at you without structure. F.C.T.A has a clear progression from basics to advanced strategies. The curriculum actually makes sense.", name: "Zainab Hassan", role: "Day Trader", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=2", }, { id: "4", @@ -127,7 +127,7 @@ export default function AboutPage() { quote: "High-quality trading education shouldn't cost thousands. F.C.T.A offers professional-grade instruction at accessible prices. The value for money is incredible.", name: "Marcus Williams", role: "Stock Trader", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg?_wi=2", }, { id: "5", @@ -135,7 +135,7 @@ export default function AboutPage() { quote: "They're honest about trading risks and realistic about profit timelines. No get-rich-quick schemes here, just solid strategies that have been tested and proven to work.", name: "Fatima Al-Rashid", role: "Forex Trader", - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5366.jpg?_wi=2", }, { id: "6", @@ -143,7 +143,7 @@ export default function AboutPage() { quote: "Markets change constantly. I appreciate that F.C.T.A continuously updates content to reflect current market conditions. It's not a one-time course; it's an evolving resource.", name: "James O'Brien", role: "Options Trader", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg?_wi=2", }, ]} textboxLayout="default" -- 2.49.1 From 8da3a7e47c91f718d55f6f71b4e0791ea2d5a033 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 15:06:58 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9830f69..4ad8d5e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -72,7 +72,7 @@ export default function ContactPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/businessman_23-2147996569.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businessman_23-2147996569.jpg?_wi=4" imageAlt="F.C Trading Academy mentor" useInvertedBackground={false} /> @@ -114,7 +114,7 @@ export default function ContactPage() { content: "Our courses cover forex, cryptocurrencies, stocks, and commodities. You'll learn strategies applicable across all markets so you can choose what works best for your goals.", }, ]} - imageSrc="http://img.b2bpic.net/free-vector/gradient-dashboard-template-user-panel_23-2148378209.jpg" + imageSrc="http://img.b2bpic.net/free-vector/gradient-dashboard-template-user-panel_23-2148378209.jpg?_wi=4" imageAlt="Trading platform" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 0b42e06ddda04469f46e7c919ee8c4e664a1a2d7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 15:06:58 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 56 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 48 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1bfe997..e08b555 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,62 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Archivo } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Archivo } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const archivo = Archivo({ variable: "--font-archivo", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "F.C Trading Academy | Learn Profitable Trading", + description: "Master forex, crypto, and stock trading with expert mentors. Join 500+ successful traders earning consistent profits through proven strategies and personalized mentorship.", + keywords: "learn forex trading, trading academy, online trading course, forex mentorship, crypto trading training, stock market education", + metadataBase: new URL("https://fctrading.academy"), + alternates: { + canonical: "https://fctrading.academy", + }, + openGraph: { + title: "F.C Trading Academy | Learn Profitable Trading", + description: "Master forex, crypto, and stock trading with expert mentors. Join 500+ successful traders earning consistent profits through proven strategies.", + siteName: "F.C Trading Academy", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-vector/gradient-dashboard-template-user-panel_23-2148378209.jpg", + alt: "F.C Trading Academy", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "F.C Trading Academy | Learn Profitable Trading", + description: "Master forex, crypto, and stock trading with expert mentors. Join 500+ successful traders.", + images: [ + "http://img.b2bpic.net/free-vector/gradient-dashboard-template-user-panel_23-2148378209.jpg", + ], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +65,9 @@ export default function RootLayout({ return ( - + {children}