diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 6d8ebdd..8db980a 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -79,30 +79,30 @@ export default function FeaturesPage() { title: "Visual Strategy Builder", description: "Drag-and-drop interface to build complex trading strategies without coding. Connect indicators, conditions, and actions intuitively. Perfect for traders at every skill level.", phoneOne: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png?_wi=5"}, phoneTwo: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png?_wi=5"}, }, { id: 2, title: "Advanced Backtesting", description: "Test strategies against years of historical data with realistic market conditions. Analyze performance metrics, drawdowns, and risk-adjusted returns instantly.", phoneOne: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png?_wi=6"}, phoneTwo: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png?_wi=6"}, }, { id: 3, title: "Real-Time Execution", description: "Deploy strategies to live markets with real-time price feeds and order management. Connect to major brokers and crypto exchanges with a single API integration.", phoneOne: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png?_wi=7"}, phoneTwo: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png?_wi=7"}, }, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 42e3dca..b351822 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,17 +83,17 @@ export default function HomePage() { name: "Marcus Reid", handle: "Retail Trader", testimonial: "Finally automated my trading without hiring developers. The visual strategy builder is intuitive and powerful.", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-photo-of-a-success-1772597874236-69605154.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-photo-of-a-success-1772597874236-69605154.png?_wi=1"}, { name: "Dr. Sarah Chen", handle: "Quantitative Analyst", testimonial: "The backtesting engine and risk management tools rival professional platforms at a fraction of the cost.", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-quantitative--1772597873851-419f80ea.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-quantitative--1772597873851-419f80ea.png?_wi=1"}, { name: "James Mitchell", handle: "Portfolio Manager", testimonial: "We've deployed 12 strategies across our fund. The real-time monitoring dashboard is invaluable.", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-an-institutiona-1772597873517-c4bd53ab.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-an-institutiona-1772597873517-c4bd53ab.png?_wi=1"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -135,40 +135,40 @@ export default function HomePage() { title: "Visual Strategy Builder", description: "Drag-and-drop interface to build complex trading strategies without coding. Connect indicators, conditions, and actions intuitively. Perfect for traders at every skill level.", phoneOne: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png?_wi=1"}, phoneTwo: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png?_wi=1"}, }, { id: 2, title: "Advanced Backtesting", description: "Test strategies against years of historical data with realistic market conditions. Analyze performance metrics, drawdowns, and risk-adjusted returns instantly.", phoneOne: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png?_wi=2"}, phoneTwo: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png?_wi=2"}, }, { id: 3, title: "Real-Time Execution", description: "Deploy strategies to live markets with real-time price feeds and order management. Connect to major brokers and crypto exchanges with a single API integration.", phoneOne: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png?_wi=3"}, phoneTwo: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png?_wi=3"}, }, { id: 4, title: "Portfolio Analytics", description: "Monitor all your strategies and positions in one dashboard. Track performance metrics, risk exposure, and profitability in real-time with customizable alerts.", phoneOne: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png?_wi=4"}, phoneTwo: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png?_wi=4"}, }, ]} /> @@ -226,17 +226,17 @@ export default function HomePage() { id: "1", name: "Marcus Reid, Retail Trader", date: "Date: 15 December 2024", title: "Automated my trading in days, not months", quote: "I spent months learning to code before finding TradeAI. The visual builder let me deploy my first strategy in under a week. My win rate improved 23% by removing emotions from trading.", tag: "Starter Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-photo-of-a-success-1772597874236-69605154.png", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-photo-of-a-success-1772597874236-69605154.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-photo-of-a-success-1772597874236-69605154.png?_wi=2"}, { id: "2", name: "Dr. Sarah Chen, Quantitative Analyst", date: "Date: 10 December 2024", title: "Professional-grade backtesting at fraction of cost", quote: "We were using expensive legacy systems. TradeAI's backtesting engine is faster, more intuitive, and costs 80% less. The API integration was seamless for our existing pipelines.", tag: "Professional Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-quantitative--1772597873851-419f80ea.png", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-quantitative--1772597873851-419f80ea.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-quantitative--1772597873851-419f80ea.png?_wi=2"}, { id: "3", name: "James Mitchell, Portfolio Manager", date: "Date: 5 December 2024", title: "Managing $500M in assets across 12 strategies", quote: "The institutional dashboard gives us complete visibility into all our algorithmic positions. The real-time risk controls and performance tracking have been game-changing for our fund.", tag: "Institutional Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-an-institutiona-1772597873517-c4bd53ab.png", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-an-institutiona-1772597873517-c4bd53ab.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-an-institutiona-1772597873517-c4bd53ab.png?_wi=2"}, { id: "4", name: "Lisa Zhang, Options Trader", date: "Date: 28 November 2024", title: "Backtesting complex spreads with confidence", quote: "Complex options strategies are tough to backtest. TradeAI handled multi-leg spreads beautifully. The commission modeling accuracy has dramatically improved my strategy validation.", tag: "Professional Plan", avatarSrc: diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index ca0f171..58787c5 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -114,17 +114,17 @@ export default function PricingPage() { id: "1", name: "Marcus Reid, Retail Trader", date: "Date: 15 December 2024", title: "Automated my trading in days, not months", quote: "I spent months learning to code before finding TradeAI. The visual builder let me deploy my first strategy in under a week. My win rate improved 23% by removing emotions from trading.", tag: "Starter Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-photo-of-a-success-1772597874236-69605154.png", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-photo-of-a-success-1772597874236-69605154.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-photo-of-a-success-1772597874236-69605154.png?_wi=3"}, { id: "2", name: "Dr. Sarah Chen, Quantitative Analyst", date: "Date: 10 December 2024", title: "Professional-grade backtesting at fraction of cost", quote: "We were using expensive legacy systems. TradeAI's backtesting engine is faster, more intuitive, and costs 80% less. The API integration was seamless for our existing pipelines.", tag: "Professional Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-quantitative--1772597873851-419f80ea.png", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-quantitative--1772597873851-419f80ea.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-quantitative--1772597873851-419f80ea.png?_wi=3"}, { id: "3", name: "James Mitchell, Portfolio Manager", date: "Date: 5 December 2024", title: "Managing $500M in assets across 12 strategies", quote: "The institutional dashboard gives us complete visibility into all our algorithmic positions. The real-time risk controls and performance tracking have been game-changing for our fund.", tag: "Institutional Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-an-institutiona-1772597873517-c4bd53ab.png", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-an-institutiona-1772597873517-c4bd53ab.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-an-institutiona-1772597873517-c4bd53ab.png?_wi=3"}, ]} />