diff --git a/src/app/page.tsx b/src/app/page.tsx
index e6b26b3..a1cf2ec 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -57,102 +49,57 @@ export default function LandingPage() {
@@ -165,19 +112,13 @@ export default function LandingPage() {
features={[
{
icon: History,
- title: "Historical VaR",
- description: "Backtest strategies against multi-decade market datasets.",
- },
+ title: "Historical VaR", description: "Backtest strategies against multi-decade market datasets."},
{
icon: Star,
- title: "Monte Carlo",
- description: "High-fidelity simulations with custom drift parameters.",
- },
+ title: "Monte Carlo", description: "High-fidelity simulations with custom drift parameters."},
{
icon: BarChart2,
- title: "Advanced Backtesting",
- description: "Identify hidden alpha and tail-risk potential.",
- },
+ title: "Advanced Backtesting", description: "Identify hidden alpha and tail-risk potential."},
]}
title="Powerful Risk Analysis"
description="Enterprise-grade modeling engines built for institutional risk teams."
@@ -204,26 +145,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "99.9%",
- title: "Backtest Accuracy",
- description: "Verified across diverse global asset classes.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-pen-financial-documents_1232-141.jpg",
- },
+ id: "m1", value: "99.9%", title: "Backtest Accuracy", description: "Verified across diverse global asset classes.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pen-financial-documents_1232-141.jpg"},
{
- id: "m2",
- value: "15ms",
- title: "Calculation Latency",
- description: "Optimized for real-time risk assessments.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314045.jpg",
- },
+ id: "m2", value: "15ms", title: "Calculation Latency", description: "Optimized for real-time risk assessments.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314045.jpg"},
{
- id: "m3",
- value: "42TB",
- title: "Market Data Processed",
- description: "Extensive historical coverage.",
- imageSrc: "http://img.b2bpic.net/free-photo/professional-enterprise-workstation-inside-multinational-company-control-room_482257-88605.jpg",
- },
+ id: "m3", value: "42TB", title: "Market Data Processed", description: "Extensive historical coverage.", imageSrc: "http://img.b2bpic.net/free-photo/professional-enterprise-workstation-inside-multinational-company-control-room_482257-88605.jpg"},
]}
title="Quantitative Results"
description="Empirical performance data for today's market conditions."
@@ -237,39 +163,16 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "starter",
- badge: "Core",
- price: "$1,999",
- subtitle: "For small funds",
- features: [
- "Historical VaR",
- "Standard Support",
- "Daily Updates",
- ],
+ id: "starter", badge: "Core", price: "$1,999", subtitle: "For small funds", features: [
+ "Historical VaR", "Standard Support", "Daily Updates"],
},
{
- id: "pro",
- badge: "Recommended",
- price: "$4,999",
- subtitle: "For growth firms",
- features: [
- "Monte Carlo Sim",
- "Priority Support",
- "Real-time APIs",
- "Unlimited Backtesting",
- ],
+ id: "pro", badge: "Recommended", price: "$4,999", subtitle: "For growth firms", features: [
+ "Monte Carlo Sim", "Priority Support", "Real-time APIs", "Unlimited Backtesting"],
},
{
- id: "enterprise",
- badge: "Custom",
- price: "Contact Us",
- subtitle: "For global institutions",
- features: [
- "Dedicated Cloud",
- "On-Prem Options",
- "Custom Modeling",
- "White Glove Support",
- ],
+ id: "enterprise", badge: "Custom", price: "Contact Us", subtitle: "For global institutions", features: [
+ "Dedicated Cloud", "On-Prem Options", "Custom Modeling", "White Glove Support"],
},
]}
title="Flexible Risk Pricing"
@@ -279,44 +182,20 @@ export default function LandingPage() {
@@ -343,10 +215,10 @@ export default function LandingPage() {
@@ -358,45 +230,29 @@ export default function LandingPage() {
{
items: [
{
- label: "Features",
- href: "#features",
- },
+ label: "Features", href: "#features"},
{
- label: "Methodology",
- href: "#how-it-works",
- },
+ label: "Methodology", href: "#how-it-works"},
{
- label: "Pricing",
- href: "#pricing",
- },
+ label: "Pricing", href: "#pricing"},
],
},
{
items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Security",
- href: "#",
- },
+ label: "Security", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
{
items: [
{
- label: "Twitter",
- href: "https://twitter.com",
- },
+ label: "Twitter", href: "https://twitter.com"},
{
- label: "LinkedIn",
- href: "https://linkedin.com",
- },
+ label: "LinkedIn", href: "https://linkedin.com"},
],
},
]}