"use client"; import { Container } from "@/components/container"; import { Heading } from "@/components/heading"; import { Subheading } from "@/components/subheading"; import { Button } from "@/components/ui/button"; import { motion } from "framer-motion"; export function Hero() { return (
Skill-first learning platform helping Indian students discover, learn, and grow. We solve the problem of career confusion, boring theory-based learning, and lack of practical skills.
{/* Background decoration */}
); }