Merge version_1 into main #2
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user