This commit is contained in:
Sir Blob
2025-01-25 16:03:23 -05:00

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>
)
}
}