Update src/app/page.tsx

This commit is contained in:
2026-03-03 09:34:46 +00:00
parent 45b897c3d8
commit 1b273eee15

View File

@@ -82,37 +82,16 @@ export default function HomePage() {
<FeatureCardTwelve <FeatureCardTwelve
features={[ features={[
{ {
id: "equity-research", id: "equity-research", label: "Equity", title: "Comprehensive Equity Research Coverage", items: [
label: "Equity", "Fundamental analysis and valuations", "Sector coverage and company reports", "Market insights and trends", "Investment recommendations"],
title: "Comprehensive Equity Research Coverage",
items: [
"Fundamental analysis and valuations",
"Sector coverage and company reports",
"Market insights and trends",
"Investment recommendations",
],
}, },
{ {
id: "fixed-income", id: "fixed-income", label: "Fixed Income", title: "Fixed Income Research and Analytics", items: [
label: "Fixed Income", "Bond market analysis", "Credit research and ratings", "Yield analysis and forecasting", "Portfolio optimization insights"],
title: "Fixed Income Research and Analytics",
items: [
"Bond market analysis",
"Credit research and ratings",
"Yield analysis and forecasting",
"Portfolio optimization insights",
],
}, },
{ {
id: "technical-analysis", id: "technical-analysis", label: "Technical", title: "Technical Research Excellence", items: [
label: "Technical", "Daily pitch books generation", "Weekly market analysis", "Monthly research publications", "Round-the-clock support services"],
title: "Technical Research Excellence",
items: [
"Daily pitch books generation",
"Weekly market analysis",
"Monthly research publications",
"Round-the-clock support services",
],
}, },
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -129,29 +108,14 @@ export default function HomePage() {
<ProductCardThree <ProductCardThree
products={[ products={[
{ {
id: "1", id: "1", name: "Periodical Pitch Books", price: "Daily, Weekly & Monthly", imageSrc:
name: "Periodical Pitch Books", "http://img.b2bpic.net/free-photo/back-view-young-business-man-talking-phone-sitting-his-office-diagrams-monitor_482257-34736.jpg?_wi=1", imageAlt: "technical analysis financial charts data visualization market research"},
price: "Daily, Weekly & Monthly",
imageSrc:
"http://img.b2bpic.net/free-photo/back-view-young-business-man-talking-phone-sitting-his-office-diagrams-monitor_482257-34736.jpg?_wi=1",
imageAlt: "technical analysis financial charts data visualization market research",
},
{ {
id: "2", id: "2", name: "Idea Generation & Analysis", price: "Customized Solutions", imageSrc:
name: "Idea Generation & Analysis", "http://img.b2bpic.net/free-photo/analyzing-business-chart_1098-19461.jpg?_wi=1", imageAlt: "fundamental analysis equity research financial reports data analysis"},
price: "Customized Solutions",
imageSrc:
"http://img.b2bpic.net/free-photo/analyzing-business-chart_1098-19461.jpg?_wi=1",
imageAlt: "fundamental analysis equity research financial reports data analysis",
},
{ {
id: "3", id: "3", name: "24/7 Research Support", price: "Timely Publications", imageSrc:
name: "24/7 Research Support", "http://img.b2bpic.net/free-photo/cut-out-business-scene_23-2147626414.jpg?_wi=1", imageAlt: "fixed income bond market credit research financial analysis"},
price: "Timely Publications",
imageSrc:
"http://img.b2bpic.net/free-photo/cut-out-business-scene_23-2147626414.jpg?_wi=1",
imageAlt: "fixed income bond market credit research financial analysis",
},
]} ]}
animationType="slide-up" animationType="slide-up"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
@@ -168,54 +132,30 @@ export default function HomePage() {
<TeamCardTwo <TeamCardTwo
members={[ members={[
{ {
id: "1", id: "1", name: "S.V. Balachander", role: "Founder & CEO", description:
name: "S.V. Balachander", "Industry veteran with over two decades of Wall Street experience. Visionary leader championing experiential learning and innovative research methodologies.", imageSrc:
role: "Founder & CEO", "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "executive portrait CEO professional business leader headshot", socialLinks: [
description:
"Industry veteran with over two decades of Wall Street experience. Visionary leader championing experiential learning and innovative research methodologies.",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "executive portrait CEO professional business leader headshot",
socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" }, { icon: Linkedin, url: "https://linkedin.com" },
], ],
}, },
{ {
id: "2", id: "2", name: "Research Analyst", role: "Senior Analyst", description:
name: "Research Analyst", "CFA charter holder with expertise in equity and fundamental research. Passionate about generating actionable investment insights.", imageSrc:
role: "Senior Analyst", "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg?_wi=1", imageAlt: "analyst portrait finance professional research analyst business headshot", socialLinks: [
description:
"CFA charter holder with expertise in equity and fundamental research. Passionate about generating actionable investment insights.",
imageSrc:
"http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg?_wi=1",
imageAlt: "analyst portrait finance professional research analyst business headshot",
socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" }, { icon: Linkedin, url: "https://linkedin.com" },
], ],
}, },
{ {
id: "3", id: "3", name: "Technical Analyst", role: "Technical Research Lead", description:
name: "Technical Analyst", "Expert in technical analysis and market research. Specializes in generating daily, weekly, and monthly research publications.", imageSrc:
role: "Technical Research Lead", "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "professional portrait finance team analyst headshot business professional", socialLinks: [
description:
"Expert in technical analysis and market research. Specializes in generating daily, weekly, and monthly research publications.",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1",
imageAlt: "professional portrait finance team analyst headshot business professional",
socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" }, { icon: Linkedin, url: "https://linkedin.com" },
], ],
}, },
{ {
id: "4", id: "4", name: "Credit Analyst", role: "Fixed Income Specialist", description:
name: "Credit Analyst", "Dedicated to credit research and fixed income analytics. Provides deep market insights for portfolio optimization.", imageSrc:
role: "Fixed Income Specialist", "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "team member portrait financial analyst professional headshot researcher", socialLinks: [
description:
"Dedicated to credit research and fixed income analytics. Provides deep market insights for portfolio optimization.",
imageSrc:
"http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
imageAlt: "team member portrait financial analyst professional headshot researcher",
socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" }, { icon: Linkedin, url: "https://linkedin.com" },
], ],
}, },
@@ -234,15 +174,7 @@ export default function HomePage() {
<div id="social-proof" data-section="social-proof"> <div id="social-proof" data-section="social-proof">
<SocialProofOne <SocialProofOne
names={[ names={[
"Goldman Sachs", "Goldman Sachs", "Morgan Stanley", "JPMorgan Chase", "BlackRock", "Vanguard", "Fidelity", "Renaissance Technologies", "Citadel"]}
"Morgan Stanley",
"JPMorgan Chase",
"BlackRock",
"Vanguard",
"Fidelity",
"Renaissance Technologies",
"Citadel",
]}
title="Trusted by Global Financial Leaders" title="Trusted by Global Financial Leaders"
description="JMN serves investment firms, hedge funds, and financial institutions across North America, Europe, and Asia." description="JMN serves investment firms, hedge funds, and financial institutions across North America, Europe, and Asia."
textboxLayout="default" textboxLayout="default"
@@ -261,7 +193,7 @@ export default function HomePage() {
title="Ready to Enhance Your Research Capabilities?" title="Ready to Enhance Your Research Capabilities?"
description="Partner with JMN Investments Research for customized offshore research solutions that drive business growth and analyst productivity. Our team is ready to discuss your research needs." description="Partner with JMN Investments Research for customized offshore research solutions that drive business growth and analyst productivity. Our team is ready to discuss your research needs."
buttons={[ buttons={[
{ text: "Contact Us Today", href: "/contact" }, { text: "Schedule Consultation", href: "/contact" },
{ text: "Request Proposal", href: "mailto:bala@jmnirl.com" }, { text: "Request Proposal", href: "mailto:bala@jmnirl.com" },
]} ]}
background={{ variant: "plain" }} background={{ variant: "plain" }}