export const features = [
{
img: Dashboards,
h4: "My dashboards",
p: "What’s your style? Build watchlists that come alive. Shape them to your style or needs. Custom dashboards let you perfect your vision. Focusing on the right data has never been easier.",
},
{
img: FinancialAnalysis,
h4: "Financial analysis",
p: "The analysts speak, and the market moves. We help you keep up. Koyfin puts the world’s financial data at your fingertips. When the analysts speak, you can listen in.",
},
{
img: AdvancedGraphing,
h4: "Advanced graphing",
p: "Humans love to visualize. Graphs drive today’s investing. Koyfin’s craft starts with fitting all the world’s data into radiant views. No more clunky interfaces! It’s the look and feel you wished for.",
},
{
img: EquityScreener,
h4: "Equity Screener",
p: "Take control over the process of finding securities that drive the market. Our Equity Screener allows you to scan through over 100K global securities using 5,900+ filter criteria. Seize potential opportunities quickly and effectively!",
},
{
img: MarketDashboard,
h4: "Macro Dashboards",
p: "Macro Dashboards give you our best models for viewing bundled aspects of the financial landscape with just the right contextual detail. Explore and customize at will. Make our insight your own!",
},
] as const;
type featuresType = (typeof features)[number];