Update hero.tsx

This commit is contained in:
r-III03
2025-01-25 16:03:00 -05:00
parent 6815efd611
commit 1beb8c636f

View File

@@ -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() {
</Link>
</Button>
</div>
<Card>
<h2>
OUR MISSION
</h2>
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
<center>As well as a smooth experience</center>
</Card>
</div>
</section>
)
}