From 78370c9e3dc500d3b9f31710857ab7abb20262c3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:20:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 87dc826..9c43144 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,10 +51,10 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150498015.jpg?_wi=1", imageAlt: "Modern trading platform interface" + imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150498015.jpg", imageAlt: "Modern trading platform interface" }, { - imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371621.jpg?_wi=1", imageAlt: "Ecommerce marketplace showcase" + imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371621.jpg", imageAlt: "Ecommerce marketplace showcase" }, { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-boutique-landing-page_23-2149336036.jpg", imageAlt: "Secure trading platform" @@ -120,9 +120,10 @@ export default function LandingPage() { { value: "10K+", title: "Active Traders" }, { value: "$2M+", title: "Monthly Transactions" } ]} - imageSrc="http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150498015.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150498015.jpg" imageAlt="How to trade on TradePulse" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -180,20 +181,17 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "starter", tag: "Starter Plan", price: "Free", period: "forever", description: "Perfect for new traders just getting started.", button: { text: "Get Started", href: "#contact" }, - featuresTitle: "What's Included:", features: [ + id: "starter", tag: "Starter Plan", price: "Free", period: "forever", description: "Perfect for new traders just getting started.", button: { text: "Get Started", href: "#contact" }, featuresTitle: "What's Included:", features: [ "5 product listings", "Basic buyer access", "Email support", "Community access" ] }, { - id: "professional", tag: "Professional Plan", price: "$9.99", period: "/month", description: "For active traders and small businesses.", button: { text: "Start Pro", href: "#contact" }, - featuresTitle: "What's Included:", features: [ + id: "professional", tag: "Professional Plan", price: "$9.99", period: "/month", description: "For active traders and small businesses.", button: { text: "Start Pro", href: "#contact" }, featuresTitle: "What's Included:", features: [ "Unlimited listings", "Priority support", "Advanced analytics", "Bulk upload tools", "Featured badges" ] }, { - id: "enterprise", tag: "Enterprise Plan", price: "Custom", period: "pricing", description: "For large-scale operations and corporations.", button: { text: "Contact Sales", href: "#contact" }, - featuresTitle: "What's Included:", features: [ + id: "enterprise", tag: "Enterprise Plan", price: "Custom", period: "pricing", description: "For large-scale operations and corporations.", button: { text: "Contact Sales", href: "#contact" }, featuresTitle: "What's Included:", features: [ "White label solutions", "API access", "Dedicated account manager", "Custom integrations", "24/7 priority support" ] } @@ -211,7 +209,7 @@ export default function LandingPage() { mediaAnimation="slide-up" faqsAnimation="slide-up" mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371621.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371621.jpg" imageAlt="TradePulse FAQ Support" faqs={[ { -- 2.49.1