Merge version_1 into main #2
515
src/app/page.tsx
515
src/app/page.tsx
@@ -27,369 +27,174 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Intelligence",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
]}
|
||||
brandName="IMAVISSIO"
|
||||
button={{
|
||||
text: "Get Signals",
|
||||
href: "#contact",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Intelligence", id: "#about" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
]}
|
||||
brandName="IMAVISSIO"
|
||||
button={{ text: "Get Signals", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
title="Stop Guessing. Start Trading with Quantified Edge."
|
||||
description="Systematic signals, regime detection, and decision intelligence — built for traders who demand data, not opinions."
|
||||
kpis={[
|
||||
{
|
||||
value: "1,000+",
|
||||
label: "Data-Driven Traders",
|
||||
},
|
||||
{
|
||||
value: "Systematic",
|
||||
label: "Model-First Approach",
|
||||
},
|
||||
{
|
||||
value: "Edge",
|
||||
label: "Quantified Decision Support",
|
||||
},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get This Week’s Signals",
|
||||
href: "#pricing",
|
||||
},
|
||||
{
|
||||
text: "View Live Preview",
|
||||
href: "#features",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-57295.jpg?_wi=1"
|
||||
imageAlt="IMAVISSIO Trading Platform Preview"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-male-executive_1098-2482.jpg",
|
||||
alt: "Trader 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confused-senior-businessman-wearing-suit_1262-3747.jpg",
|
||||
alt: "Trader 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/caucasian-man-with-mustache-wearing-business-clothes-skeptic-nervous-disapproving-expression-face-with-crossed-arms-negative-person_839833-11180.jpg",
|
||||
alt: "Trader 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg",
|
||||
alt: "Trader 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tired-man-computer_23-2147717292.jpg",
|
||||
alt: "Trader 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Join 1,000+ traders"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Systematic Alpha",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Regime Detection",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quantified Edge",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Data-First",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "No Subjectivity",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{ variant: "glowing-orb" }}
|
||||
title="Stop Guessing. Start Trading with Quantified Edge."
|
||||
description="Systematic signals, regime detection, and decision intelligence — built for traders who demand data, not opinions."
|
||||
kpis={[
|
||||
{ value: "1,000+", label: "Data-Driven Traders" },
|
||||
{ value: "Systematic", label: "Model-First Approach" },
|
||||
{ value: "Edge", label: "Quantified Decision Support" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{ text: "Get This Week’s Signals", href: "#pricing" },
|
||||
{ text: "View Live Preview", href: "#features" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-57295.jpg"
|
||||
imageAlt="IMAVISSIO Trading Platform Preview"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-male-executive_1098-2482.jpg", alt: "Trader 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confused-senior-businessman-wearing-suit_1262-3747.jpg", alt: "Trader 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/caucasian-man-with-mustache-wearing-business-clothes-skeptic-nervous-disapproving-expression-face-with-crossed-arms-negative-person_839833-11180.jpg", alt: "Trader 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", alt: "Trader 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/tired-man-computer_23-2147717292.jpg", alt: "Trader 5" },
|
||||
]}
|
||||
avatarText="Join 1,000+ traders"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Systematic Alpha" },
|
||||
{ type: "text", text: "Regime Detection" },
|
||||
{ type: "text", text: "Quantified Edge" },
|
||||
{ type: "text", text: "Data-First" },
|
||||
{ type: "text", text: "No Subjectivity" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Why Most Traders Fail — Even When They’re Smart"
|
||||
description="Emotional trading destroys edge. Without a structured system, you are just gambling against institutions with better data. We remove the noise, the hype, and the opinions to replace guessing with quantifiable, repeatable decision intelligence."
|
||||
metrics={[
|
||||
{
|
||||
value: "95%",
|
||||
title: "Traders Over-emotional",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Systematic Validation",
|
||||
},
|
||||
{
|
||||
value: "Zero",
|
||||
title: "Subjective Hype",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-tech-office-ready-stock-trading_482257-121465.jpg?_wi=1"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Why Most Traders Fail — Even When They’re Smart"
|
||||
description="Emotional trading destroys edge. Without a structured system, you are just gambling against institutions with better data. We remove the noise, the hype, and the opinions to replace guessing with quantifiable, repeatable decision intelligence."
|
||||
metrics={[
|
||||
{ value: "95%", title: "Traders Over-emotional" },
|
||||
{ value: "100%", title: "Systematic Validation" },
|
||||
{ value: "Zero", title: "Subjective Hype" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-tech-office-ready-stock-trading_482257-121465.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Expectancy-Based Signals",
|
||||
description: "Signals validated by statistical expectancy, not gut feeling.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-office-desk-with-stock-market-trend-computer-used-crypto-currency-investment-global-economy-monitor-with-money-rate-analysis-financial-graph-make-exchange-profit_482257-29792.jpg",
|
||||
imageAlt: "Expectancy Chart",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg",
|
||||
imageAlt: "Trading UI",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-57295.jpg?_wi=2",
|
||||
imageAlt: "financial grid analysis UI",
|
||||
},
|
||||
{
|
||||
title: "Market Regime Detection",
|
||||
description: "Adjust your strategy dynamically based on underlying market conditions.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg",
|
||||
imageAlt: "Regime UI",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-specialist-reviewing-key-performance-indicators-within-firm_482257-91230.jpg",
|
||||
imageAlt: "Market Map",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-tech-office-ready-stock-trading_482257-121465.jpg?_wi=2",
|
||||
imageAlt: "financial grid analysis UI",
|
||||
},
|
||||
{
|
||||
title: "Sector Ranking Engine",
|
||||
description: "Identify where capital is flowing before the move happens.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-working-wood-table_1421-677.jpg",
|
||||
imageAlt: "Sector Ranker",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-screen-financial-department-office-shows-stock-exchange-indices_482257-91771.jpg",
|
||||
imageAlt: "Data Table",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-hard-work_181624-33428.jpg?_wi=1",
|
||||
imageAlt: "financial grid analysis UI",
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="A System, Not Signals"
|
||||
description="Our intelligence platform provides the structure you need to succeed."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Expectancy-Based Signals", description: "Signals validated by statistical expectancy, not gut feeling.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/empty-office-desk-with-stock-market-trend-computer-used-crypto-currency-investment-global-economy-monitor-with-money-rate-analysis-financial-graph-make-exchange-profit_482257-29792.jpg", imageAlt: "Expectancy Chart" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg", imageAlt: "Trading UI" },
|
||||
},
|
||||
{
|
||||
title: "Market Regime Detection", description: "Adjust your strategy dynamically based on underlying market conditions.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg", imageAlt: "Regime UI" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-specialist-reviewing-key-performance-indicators-within-firm_482257-91230.jpg", imageAlt: "Market Map" },
|
||||
},
|
||||
{
|
||||
title: "Sector Ranking Engine", description: "Identify where capital is flowing before the move happens.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-working-wood-table_1421-677.jpg", imageAlt: "Sector Ranker" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/big-screen-financial-department-office-shows-stock-exchange-indices_482257-91771.jpg", imageAlt: "Data Table" },
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="A System, Not Signals"
|
||||
description="Our intelligence platform provides the structure you need to succeed."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
title: "STARTER",
|
||||
price: "€19",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Weekly signals",
|
||||
"Basic reports",
|
||||
"Cancel anytime",
|
||||
],
|
||||
button: {
|
||||
text: "Get Starter",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924115.jpg",
|
||||
imageAlt: "Ai powered device concept",
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
title: "PRO",
|
||||
price: "€49",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Full intelligence reports",
|
||||
"Sector rankings",
|
||||
"Strategy insights",
|
||||
"Cancel anytime",
|
||||
],
|
||||
button: {
|
||||
text: "Get Pro",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-57295.jpg?_wi=3",
|
||||
imageAlt: "Ai powered device concept",
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
title: "ELITE",
|
||||
price: "€99",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Full platform access",
|
||||
"Priority insights",
|
||||
"Advanced analytics",
|
||||
"Founder support",
|
||||
],
|
||||
button: {
|
||||
text: "Get Elite",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-tech-office-ready-stock-trading_482257-121465.jpg?_wi=3",
|
||||
imageAlt: "Ai powered device concept",
|
||||
},
|
||||
]}
|
||||
title="Choose Your Edge"
|
||||
description="Limited founding member spots available. Next price increase at 250 users."
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter", title: "STARTER", price: "€19", period: "/mo", features: ["Weekly signals", "Basic reports", "Cancel anytime"],
|
||||
button: { text: "Get Starter", href: "#" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924115.jpg", imageAlt: "Ai powered device concept"},
|
||||
{
|
||||
id: "pro", title: "PRO", price: "€49", period: "/mo", features: ["Full intelligence reports", "Sector rankings", "Strategy insights", "Cancel anytime"],
|
||||
button: { text: "Get Pro", href: "#" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-57295.jpg", imageAlt: "Ai powered device concept"},
|
||||
{
|
||||
id: "elite", title: "ELITE", price: "€99", period: "/mo", features: ["Full platform access", "Priority insights", "Advanced analytics", "Founder support"],
|
||||
button: { text: "Get Elite", href: "#" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-tech-office-ready-stock-trading_482257-121465.jpg", imageAlt: "Ai powered device concept"},
|
||||
]}
|
||||
title="Choose Your Edge"
|
||||
description="Limited founding member spots available. Next price increase at 250 users."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex R.",
|
||||
role: "Full-time Trader",
|
||||
company: "Independent",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-hard-work_181624-33428.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus T.",
|
||||
role: "Systems Engineer",
|
||||
company: "FinTech Labs",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena V.",
|
||||
role: "Portfolio Manager",
|
||||
company: "GrowthCap",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
role: "Quantitative Analyst",
|
||||
company: "QuantSource",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119792.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sarah K.",
|
||||
role: "Private Investor",
|
||||
company: "Retail Assets",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg",
|
||||
},
|
||||
]}
|
||||
title="Built by Engineers, Not Influencers"
|
||||
description="Serious traders trust IMAVISSIO for its systematic, no-hype methodology."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alex R.", role: "Full-time Trader", company: "Independent", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-hard-work_181624-33428.jpg" },
|
||||
{ id: "2", name: "Marcus T.", role: "Systems Engineer", company: "FinTech Labs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg" },
|
||||
{ id: "3", name: "Elena V.", role: "Portfolio Manager", company: "GrowthCap", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg" },
|
||||
{ id: "4", name: "David W.", role: "Quantitative Analyst", company: "QuantSource", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119792.jpg" },
|
||||
{ id: "5", name: "Sarah K.", role: "Private Investor", company: "Retail Assets", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg" },
|
||||
]}
|
||||
title="Built by Engineers, Not Influencers"
|
||||
description="Serious traders trust IMAVISSIO for its systematic, no-hype methodology."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is this financial advice?",
|
||||
content: "No. IMAVISSIO is an analytical intelligence platform. Our signals are for decision support, not direct investment advice.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is this beginner friendly?",
|
||||
content: "It is designed for analytical traders. While simple to use, understanding the underlying concepts (edge, expectancy, regime) is essential.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "What makes this different?",
|
||||
content: "We do not offer guru hype or spam signals. We offer systematic, data-driven intelligence for traders who understand edge.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I cancel anytime?",
|
||||
content: "Yes, all plans are month-to-month with no long-term commitment.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-high-end-office-workspace-with-advanced-technology-enhance-efficiency_482257-119617.jpg"
|
||||
title="Intelligence FAQ"
|
||||
description="Common questions regarding our systematic approach."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "Is this financial advice?", content: "No. IMAVISSIO is an analytical intelligence platform. Our signals are for decision support, not direct investment advice." },
|
||||
{ id: "2", title: "Is this beginner friendly?", content: "It is designed for analytical traders. While simple to use, understanding the underlying concepts (edge, expectancy, regime) is essential." },
|
||||
{ id: "3", title: "What makes this different?", content: "We do not offer guru hype or spam signals. We offer systematic, data-driven intelligence for traders who understand edge." },
|
||||
{ id: "4", title: "Can I cancel anytime?", content: "Yes, all plans are month-to-month with no long-term commitment." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-high-end-office-workspace-with-advanced-technology-enhance-efficiency_482257-119617.jpg"
|
||||
title="Intelligence FAQ"
|
||||
description="Common questions regarding our systematic approach."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Limited Access"
|
||||
title="Access This Week’s Signals Now"
|
||||
description="Join our founding members and remove emotional bias from your trading today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301539.jpg"
|
||||
mediaPosition="right"
|
||||
buttonText="Get Access"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Limited Access"
|
||||
title="Access This Week’s Signals Now"
|
||||
description="Join our founding members and remove emotional bias from your trading today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301539.jpg"
|
||||
mediaPosition="right"
|
||||
buttonText="Get Access"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="IMAVISSIO"
|
||||
copyrightText="© 2024 IMAVISSIO Investment Intelligence. No hype. No spam. Just edge."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="IMAVISSIO"
|
||||
copyrightText="© 2024 IMAVISSIO Investment Intelligence. No hype. No spam. Just edge."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user