diff --git a/src/components/Catalogo.tsx b/src/components/Catalogo.tsx index 2fb3265..6b2b2af 100644 --- a/src/components/Catalogo.tsx +++ b/src/components/Catalogo.tsx @@ -1,6 +1,7 @@ import { useState } from "react" import { Button } from "@/components/ui/button" import { Input } from "@/components/ui/input" +import { Badge } from "@/components/ui/badge" import { Card, CardContent, CardFooter, CardHeader, CardTitle } from "@/components/ui/card" import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select" import { Search } from 'lucide-react' @@ -22,14 +23,14 @@ export function Catalogo() { return (
-

Nuestros cursos

+

Nuestros cursos

{/* Filter and Search */} -
+