From d597747871b8d3e03f1f19b83b6095614a748c71 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 03:23:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce78a0e..3d05480 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { background={{ variant: "plain" }} title="Master Your Trading Performance" description="Log trades, track metrics, and optimize your edge with the most advanced journal for SMC, ICT, and Price Action traders." - imageSrc="http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg?_wi=1" imageAlt="trading dashboard ui dark mode" buttons={[{ text: "Get Started Free", href: "#pricing" }]} /> @@ -58,9 +58,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: "f1", title: "SMC/ICT Tagging", description: "Tag setups with FVG, Liquidity Sweeps, and MSS.", tag: "Analysis", imageSrc: "http://img.b2bpic.net/free-photo/mock-up-animation-financial-stock-market-data-software-with-different-diagrams-graphs_482257-26904.jpg" }, - { id: "f2", title: "Intelligent Logging", description: "Rapidly log your entries, exits, and session data.", tag: "Workflow", imageSrc: "http://img.b2bpic.net/free-photo/financial-graph-stock-market-tablet_53876-98076.jpg" }, - { id: "f3", title: "Advanced Analytics", description: "Identify your best setups and worst mistakes.", tag: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg" }, + { id: "f1", title: "SMC/ICT Tagging", description: "Tag setups with FVG, Liquidity Sweeps, and MSS.", tag: "Analysis", imageSrc: "http://img.b2bpic.net/free-photo/mock-up-animation-financial-stock-market-data-software-with-different-diagrams-graphs_482257-26904.jpg?_wi=1" }, + { id: "f2", title: "Intelligent Logging", description: "Rapidly log your entries, exits, and session data.", tag: "Workflow", imageSrc: "http://img.b2bpic.net/free-photo/financial-graph-stock-market-tablet_53876-98076.jpg?_wi=1" }, + { id: "f3", title: "Advanced Analytics", description: "Identify your best setups and worst mistakes.", tag: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg?_wi=1" }, ]} title="Core Trading Features" description="Everything you need to stay disciplined and profitable." @@ -114,10 +114,10 @@ export default function LandingPage() { 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", 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" }, + { 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" }, ]} title="Trader Reviews" description="Results speak for themselves." -- 2.49.1