@@ -161,37 +100,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
plans={[
- {
- id: "p1",
- tag: "Free",
- price: "$0",
- period: "/mo",
- description: "Basic tracking for beginners.",
- button: {
- text: "Get Started",
- },
- featuresTitle: "Includes",
- features: [
- "5 trades/mo",
- "Basic Analytics",
- ],
- },
- {
- id: "p2",
- tag: "Pro",
- price: "$29",
- period: "/mo",
- description: "Full access to pro metrics.",
- button: {
- text: "Upgrade Now",
- },
- featuresTitle: "Includes",
- features: [
- "Unlimited Trades",
- "Advanced Analytics",
- "SMC/ICT Tags",
- ],
- },
+ { id: "p1", tag: "Free", price: "$0", period: "/mo", description: "Basic tracking for beginners.", button: { text: "Get Started" }, featuresTitle: "Includes", features: ["5 trades/mo", "Basic Analytics"] },
+ { id: "p2", tag: "Pro", price: "$29", period: "/mo", description: "Full access to pro metrics.", button: { text: "Upgrade Now" }, featuresTitle: "Includes", features: ["Unlimited Trades", "Advanced Analytics", "SMC/ICT Tags"] },
]}
title="Simple Pricing"
description="No hidden fees, cancel anytime."
@@ -203,51 +113,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- title: "Life Changing",
- quote: "I finally found my edge with this tool.",
- name: "Alex K.",
- role: "ICT Trader",
- imageSrc: "http://img.b2bpic.net/free-photo/high-end-empty-work-environment-used-business-industry-corporate-culture_482257-125734.jpg",
- imageAlt: "High end empty work environment used in business industry and corporate culture",
- },
- {
- id: "t2",
- title: "Great Analytics",
- quote: "The analytics view saved my account.",
- name: "Sarah L.",
- role: "SMC Trader",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg?_wi=2",
- imageAlt: "High end empty work environment used in business industry and corporate culture",
- },
- {
- id: "t3",
- title: "So Smooth",
- quote: "Logging trades takes less than 30 seconds.",
- name: "Mike P.",
- role: "Forex Pro",
- imageSrc: "http://img.b2bpic.net/free-photo/mock-up-animation-financial-stock-market-data-software-with-different-diagrams-graphs_482257-26904.jpg?_wi=2",
- imageAlt: "High end empty work environment used in business industry and corporate culture",
- },
- {
- id: "t4",
- title: "Game Changer",
- quote: "Understanding my mistakes made me profitable.",
- name: "David W.",
- role: "Swing Trader",
- imageSrc: "http://img.b2bpic.net/free-photo/financial-graph-stock-market-tablet_53876-98076.jpg?_wi=2",
- imageAlt: "High end empty work environment used in business industry and corporate culture",
- },
- {
- id: "t5",
- title: "Must Have",
- quote: "Essential for professional growth.",
- name: "Jenny H.",
- role: "Scalper",
- imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg?_wi=2",
- imageAlt: "High end empty work environment used in business industry and corporate culture",
- },
+ { id: "t1", title: "Life Changing", quote: "I finally found my edge with this tool.", name: "Alex K.", role: "ICT Trader", imageSrc: "http://img.b2bpic.net/free-photo/high-end-empty-work-environment-used-business-industry-corporate-culture_482257-125734.jpg", imageAlt: "High end empty work environment used in business industry and corporate culture" },
+ { id: "t2", title: "Great Analytics", quote: "The analytics view saved my account.", name: "Sarah L.", role: "SMC Trader", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", imageAlt: "High end empty work environment used in business industry and corporate culture" },
+ { id: "t3", title: "So Smooth", quote: "Logging trades takes less than 30 seconds.", name: "Mike P.", role: "Forex Pro", imageSrc: "http://img.b2bpic.net/free-photo/mock-up-animation-financial-stock-market-data-software-with-different-diagrams-graphs_482257-26904.jpg", imageAlt: "High end empty work environment used in business industry and corporate culture" },
+ { id: "t4", title: "Game Changer", quote: "Understanding my mistakes made me profitable.", name: "David W.", role: "Swing Trader", imageSrc: "http://img.b2bpic.net/free-photo/financial-graph-stock-market-tablet_53876-98076.jpg", imageAlt: "High end empty work environment used in business industry and corporate culture" },
+ { id: "t5", title: "Must Have", quote: "Essential for professional growth.", name: "Jenny H.", role: "Scalper", imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg", imageAlt: "High end empty work environment used in business industry and corporate culture" },
]}
title="Trader Reviews"
description="Results speak for themselves."
@@ -259,21 +129,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Is it secure?",
- content: "Yes, all trade data is encrypted.",
- },
- {
- id: "q2",
- title: "Can I import logs?",
- content: "CSV imports are supported on the Pro plan.",
- },
- {
- id: "q3",
- title: "Do you support crypto?",
- content: "Yes, we support all major crypto assets.",
- },
+ { id: "q1", title: "Is it secure?", content: "Yes, all trade data is encrypted." },
+ { id: "q2", title: "Can I import logs?", content: "CSV imports are supported on the Pro plan." },
+ { id: "q3", title: "Do you support crypto?", content: "Yes, we support all major crypto assets." },
]}
title="Common Questions"
description="Everything you need to know about our platform."
@@ -286,9 +144,7 @@ export default function LandingPage() {