diff --git a/src/app/page.tsx b/src/app/page.tsx index 44dd86f..806d21c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,309 +1,808 @@ import { - ArrowRight, - Building2, - BarChart3, - FileText, - Users, - MapPin, - Presentation, - Star, - CheckCircle2, - Phone, + ArrowRight, BarChart3, Building2, Calendar, CheckCircle2, + FileText, MapPin, Phone, Presentation, Shield, Users, Zap, + TrendingUp, Receipt, Kanban, Star, } from "lucide-react"; -import { Badge } from "@/components/ui/badge"; +import { + Accordion, AccordionContent, AccordionItem, AccordionTrigger, +} from "@/components/ui/accordion"; -export default function Home() { +/* ─── Nav ─────────────────────────────────────────────── */ +function Nav() { return ( -