diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 83d3296..15f4dc9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,7 +12,7 @@ import { DM_Sans } from "next/font/google"; export const metadata: Metadata = { title: 'ForexPro | Professional Forex Trading Platform', - description: 'Trade forex with confidence. Advanced analytics, competitive spreads, and reliable execution. Start your journey with ForexPro today.', + description: 'Unlock your financial potential with our cutting-edge forex trading platform, expert analytics, and superior market execution.', openGraph: { "title": "ForexPro | Professional Forex Trading Platform", "description": "Trade forex with confidence. Advanced analytics, competitive spreads, and reliable execution.", diff --git a/src/app/page.tsx b/src/app/page.tsx index c560444..c72be8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -61,13 +51,9 @@ export default function LandingPage() { description="Unlock your financial potential with our cutting-edge forex trading platform, expert analytics, and superior market execution." buttons={[ { - text: "Start Trading", - href: "#", - }, + text: "Start Trading", href: "#"}, { - text: "Open Account", - href: "#", - }, + text: "Open Account", href: "#"}, ]} imageSrc="http://img.b2bpic.net/free-vector/admin-app-dashboard-flat-style_23-2147863336.jpg" imageAlt="Forex Trading Dashboard" @@ -79,9 +65,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Trusted Financial Excellence" description={[ - "We are dedicated to providing traders with a transparent and secure environment to navigate global currency markets.", - "Our mission is to empower individual and institutional traders through superior technology and comprehensive market education.", - ]} + "We are dedicated to providing traders with a transparent and secure environment to navigate global currency markets.", "Our mission is to empower individual and institutional traders through superior technology and comprehensive market education."]} /> @@ -92,20 +76,11 @@ export default function LandingPage() { description="Everything you need to trade successfully in the global forex market." accordionItems={[ { - id: "1", - title: "Forex Trading", - content: "Access hundreds of currency pairs with competitive spreads and lightning-fast execution.", - }, + id: "1", title: "Forex Trading", content: "Access hundreds of currency pairs with competitive spreads and lightning-fast execution."}, { - id: "2", - title: "Expert Analytics", - content: "Make informed decisions with real-time market news and expert technical analysis tools.", - }, + id: "2", title: "Expert Analytics", content: "Make informed decisions with real-time market news and expert technical analysis tools."}, { - id: "3", - title: "Education Hub", - content: "Learn from our comprehensive library of tutorials, strategies, and market guides tailored to your experience level.", - }, + id: "3", title: "Education Hub", content: "Learn from our comprehensive library of tutorials, strategies, and market guides tailored to your experience level."}, ]} imageSrc="http://img.b2bpic.net/free-photo/influential-businessman-ceo-navigating-his-smartphone-office_482257-123036.jpg" imageAlt="Trading Technology" @@ -120,54 +95,28 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "beginner", - badge: "Entry", - price: "$0", - subtitle: "For new traders learning the ropes", - buttons: [ + id: "beginner", badge: "Entry", price: "$0", subtitle: "For new traders learning the ropes", buttons: [ { - text: "Open Account", - }, + text: "Open Account"}, ], features: [ - "Standard Spreads", - "Basic Education Access", - "24/5 Customer Support", - ], + "Standard Spreads", "Basic Education Access", "24/5 Customer Support"], }, { - id: "pro", - badge: "Popular", - price: "$500", - subtitle: "For serious traders", - buttons: [ + id: "pro", badge: "Popular", price: "$500", subtitle: "For serious traders", buttons: [ { - text: "Open Account", - }, + text: "Open Account"}, ], features: [ - "Low Spreads", - "Full Education Access", - "Advanced Analytics Tools", - "Account Manager", - ], + "Low Spreads", "Full Education Access", "Advanced Analytics Tools", "Account Manager"], }, { - id: "vip", - badge: "Expert", - price: "$5,000", - subtitle: "For institutional performance", - buttons: [ + id: "vip", badge: "Expert", price: "$5,000", subtitle: "For institutional performance", buttons: [ { - text: "Open Account", - }, + text: "Open Account"}, ], features: [ - "Zero Spreads", - "Personalized Strategies", - "Direct Market Access", - "Dedicated Desk", - ], + "Zero Spreads", "Personalized Strategies", "Direct Market Access", "Dedicated Desk"], }, ]} title="Account Tiers" @@ -177,44 +126,20 @@ export default function LandingPage() {