Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${archivo.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${archivo.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +79,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -55,7 +55,7 @@ export default function HomePage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
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=1",
|
||||
imageAlt: "Trading dashboard interface",
|
||||
},
|
||||
{
|
||||
@@ -65,11 +65,11 @@ export default function HomePage() {
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman_23-2147996569.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman_23-2147996569.jpg?_wi=1",
|
||||
imageAlt: "Trading mentor teaching strategy",
|
||||
},
|
||||
{
|
||||
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=2",
|
||||
imageAlt: "Financial market analysis",
|
||||
},
|
||||
]}
|
||||
@@ -120,7 +120,7 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
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=2"
|
||||
imageAlt="F.C Trading Academy mentor"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -298,7 +298,7 @@ export default function HomePage() {
|
||||
quote: "Within 3 months of joining F.C.T.A, I went from losing money to consistently profitable. The live sessions with mentors are invaluable and the community support keeps me motivated.",
|
||||
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=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -306,7 +306,7 @@ export default function HomePage() {
|
||||
quote: "The structured curriculum made crypto trading understandable. I now trade 4 hours daily and make more than my day job. The mentors really care about student success.",
|
||||
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=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -314,7 +314,7 @@ export default function HomePage() {
|
||||
quote: "After years of struggling alone, F.C.T.A gave me the framework and confidence to succeed. The risk management lessons saved me from blowing up my account.",
|
||||
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=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -322,7 +322,7 @@ export default function HomePage() {
|
||||
quote: "The mentorship program accelerated my learning by 6 months. My mentor's personalized guidance helped me identify my trading edge. Highly recommend!",
|
||||
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=1",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -330,7 +330,7 @@ export default function HomePage() {
|
||||
quote: "I had zero trading experience. Now I'm generating monthly income through forex trading. The academy's support system makes all the difference.",
|
||||
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=1",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
@@ -338,7 +338,7 @@ export default function HomePage() {
|
||||
quote: "The live trading sessions with real-time feedback transformed how I understand market dynamics. I've recovered my investment in the first month of trading.",
|
||||
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=1",
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -382,7 +382,7 @@ export default function HomePage() {
|
||||
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=3"
|
||||
imageAlt="Trading platform"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -54,7 +54,7 @@ export default function TestimonialsPage() {
|
||||
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",
|
||||
"http://img.b2bpic.net/free-photo/confdent-businesswoman-walking-with-her-laptop-work-folder-along-city-centre-posing-street_1258-119495.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -64,7 +64,7 @@ export default function TestimonialsPage() {
|
||||
name: "David Chen",
|
||||
role: "Crypto Trader",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-business-woman-white-background-business-job_185193-110285.jpg",
|
||||
"http://img.b2bpic.net/free-photo/young-business-woman-white-background-business-job_185193-110285.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -74,7 +74,7 @@ export default function TestimonialsPage() {
|
||||
name: "Zainab Hassan",
|
||||
role: "Day Trader",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -84,7 +84,7 @@ export default function TestimonialsPage() {
|
||||
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",
|
||||
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -94,7 +94,7 @@ export default function TestimonialsPage() {
|
||||
name: "Fatima Al-Rashid",
|
||||
role: "Forex Trader",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5366.jpg",
|
||||
"http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5366.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
@@ -104,7 +104,7 @@ export default function TestimonialsPage() {
|
||||
name: "James O'Brien",
|
||||
role: "Options Trader",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg",
|
||||
"http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user