Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-09 12:45:39 +00:00
2 changed files with 14 additions and 43 deletions

View File

@@ -1,48 +1,20 @@
import type { Metadata } from "next";
import { Public_Sans, Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { Inter } from "next/font/google";
import "@/styles/globals.css";
const publicSans = Public_Sans({
variable: "--font-public-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Day Trading Course | $7M+ Profits Strategy", description: "Learn day trading from a professional trader with 10 years experience and $7+ million in verified profits. Master risk management, technical analysis, and trading psychology.", keywords: "day trading course, trading education, day trader, trading strategies, forex trading, stock trading, trading psychology, risk management", metadataBase: new URL("https://tradevault.io"),
alternates: {
canonical: "https://tradevault.io"
},
openGraph: {
title: "Day Trading Course | Professional Trading Strategies", description: "Master day trading strategies from a pro trader. 10 years experience, $7M+ in profits. Join 5,000+ successful traders.", url: "https://tradevault.io", siteName: "TradeVault", type: "website"
},
twitter: {
card: "summary_large_image", title: "Day Trading Course | Master Professional Trading Strategies", description: "Learn from a professional day trader with $7M+ in verified profits. Join our comprehensive trading education program."
},
robots: {
index: true,
follow: true
}
};
title: "TradeVault - Day Trading Mastery", description: "Master proven day trading strategies and turn trading expertise into consistent profits"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${publicSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1410,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -198,22 +198,22 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1", title: "Is this course suitable for beginners?", content: "Yes, absolutely! While the course draws from professional trading experience, it's designed for traders at all levels. We start with fundamentals and progressively build advanced strategies. No prior trading experience is required."
id: "1", title: "Will I get the trading system immediately?", content: "Yes! You get instant access to all course materials upon enrollment. All video lessons, templates, indicators, and resources are available immediately in your member dashboard."
},
{
id: "2", title: "How long does it take to complete the course?", content: "The Foundation course takes approximately 4-6 weeks if you dedicate 10-15 hours per week. The Pro and Elite tiers include ongoing live sessions and mentorship, providing long-term learning and support."
id: "2", title: "Is there ongoing support?", content: "Foundation tier includes lifetime access to materials and email support. Pro and Elite tiers include live weekly sessions, private community access, and dedicated support channels for enhanced guidance."
},
{
id: "3", title: "Will I get the trading system immediately?", content: "Yes! You get instant access to all course materials upon enrollment. All video lessons, templates, indicators, and resources are available immediately in your member dashboard."
id: "3", title: "Is this course suitable for beginners?", content: "Yes, absolutely! While the course draws from professional trading experience, it's designed for traders at all levels. We start with fundamentals and progressively build advanced strategies. No prior trading experience is required."
},
{
id: "4", title: "What if I'm not profitable after the course?", content: "We offer a 90-day money-back guarantee on the Elite tier. However, profitability depends on your dedication, discipline, and market conditions. The course provides proven strategies; your execution determines results."
id: "4", title: "How long does it take to complete the course?", content: "The Foundation course takes approximately 4-6 weeks if you dedicate 10-15 hours per week. The Pro and Elite tiers include ongoing live sessions and mentorship, providing long-term learning and support."
},
{
id: "5", title: "Do I need specific trading software or brokers?", content: "No. The strategies work with any major broker (TD Ameritrade, Interactive Brokers, E*TRADE, etc.) and charting platform (TradingView, Thinkorswim, etc.). We recommend broker-agnostic tools for flexibility."
id: "5", title: "What if I'm not profitable after the course?", content: "We offer a 90-day money-back guarantee on the Elite tier. However, profitability depends on your dedication, discipline, and market conditions. The course provides proven strategies; your execution determines results."
},
{
id: "6", title: "Is there ongoing support after the course?", content: "Foundation tier includes lifetime access to materials and email support. Pro and Elite tiers include live weekly sessions, private community access, and dedicated support channels for enhanced guidance."
id: "6", title: "Do I need specific trading software or brokers?", content: "No. The strategies work with any major broker (TD Ameritrade, Interactive Brokers, E*TRADE, etc.) and charting platform (TradingView, Thinkorswim, etc.). We recommend broker-agnostic tools for flexibility."
}
]}
faqsAnimation="slide-up"