From 1beb8c636fdf3d75a4ec682e8f50a8a51f037adb Mon Sep 17 00:00:00 2001 From: r-III03 Date: Sat, 25 Jan 2025 16:03:00 -0500 Subject: [PATCH] Update hero.tsx --- src/components/hero.tsx | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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