diff --git a/src/components/hero.tsx b/src/components/hero.tsx index fc6f56e..ece82ba 100644 --- a/src/components/hero.tsx +++ b/src/components/hero.tsx @@ -1,5 +1,5 @@ "use client" - +import { Card } from "./ui/card" import Link from "next/link" import { Button } from "@/components/ui/button" @@ -35,8 +35,17 @@ export function Hero() { + +

+ OUR MISSION +

+ At PostCare we want to ensure the health of those throughout the world. + Our goal is to make sure that our services can ensure clarity and accessibility +
As well as a smooth experience
+
+ + ) -} - +} \ No newline at end of file