"use client" import { ArrowRight, TrendUp, Package, GithubLogo } from '@/lib/icons' import { Button } from '@/components/ui/button' import { Badge } from '@/components/ui/badge' import { Separator } from '@/components/ui/separator' export function CTASection() { return (
{/* Badge and Stats */}
Productivity Suite
150+ SquaresFour 25K+ Downloads 4.9★ Rating
{/* Main Content */}

Supercharge your team's performance
today

Stop building from scratch. Get production-ready components, templates and dashboards that integrate seamlessly with your shadcn/ui projects.

{/* CTA Buttons */} {/* Trust Indicators */}
Free components available
Commercial license included
Regular updates & support
) }