From 375d1db7c1b4bdf8bce775ac12f16229985af877 Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Sun, 18 Jan 2026 18:29:43 +0000 Subject: [PATCH] Update components/business-model.tsx --- components/business-model.tsx | 98 +++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 components/business-model.tsx diff --git a/components/business-model.tsx b/components/business-model.tsx new file mode 100644 index 0000000..6edebc6 --- /dev/null +++ b/components/business-model.tsx @@ -0,0 +1,98 @@ +import { Container } from "@/components/container"; +import { Heading } from "@/components/heading"; +import { Subheading } from "@/components/subheading"; +import { Card, CardContent } from "@/components/ui/card"; +import { TrendingUp, Users, DollarSign, Rocket } from "lucide-react"; + +export function BusinessModel() { + return ( +
+ +
+ Business Model & Vision + + How we scale and sustain the impact across India. + +
+ +
+ + +
+ +
+

₹500/mo

+

Subscription Model

+

Affordable access to all premium tracks and certifications.

+
+
+ + + +
+ +
+

75%

+

Gross Margin

+

Highly scalable digital infrastructure with low operational overhead.

+
+
+ + + +
+ +
+

3.5x

+

LTV / CAC Ratio

+

Strong unit economics driven by organic student referrals.

+
+
+
+ +
+
+ +

Vision for Scale

+
+ +
+
+
+ Phase 1: Foundation + 1,000 Students +
+
+
+
+
+ +
+
+ Phase 2: Growth + 50,000 Students +
+
+
+
+
+ +
+
+ Phase 3: Pan-India Impact + 1,000,000+ Students +
+
+
+
+
+
+ +

+ "Our long-term goal is to become the pan-India skill platform and job marketplace for the next generation." +

+
+ +
+ ); +}