diff --git a/app/page.tsx b/app/page.tsx index 83e58e3..5aefa10 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,7 +1,7 @@ import Link from "next/link" import { Button } from "@/components/ui/button" import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" -import { Calendar, Clock, User, Shield, Stethoscope } from "lucide-react" +import { Calendar, Clock, User, Shield, Stethoscope, Receipt, IdCard } from "lucide-react" export default function HomePage() { return ( @@ -17,7 +17,7 @@ export default function HomePage() {