"use client"; import React from "react"; import { motion } from "framer-motion"; import { Button } from "@/components/ui/button"; import { Badge } from "@/components/ui/badge"; import { CheckCircle, Download, ArrowRight, Sparkles, UserCheck, } from "lucide-react"; import { crm } from "@/services/Constants"; // Components const CRMHero: React.FC = () => { return (
Next-Generation crm Platform

A Powerful CRM
to Manage Leads, Customers & Sales Growth

{crm.hero.subtitle}

Free 14-day trial
No credit card required
crm Dashboard
16K+
Active Users
); }; export default CRMHero