more fises

This commit is contained in:
2024-12-18 13:51:12 -05:00
parent 12493feb6e
commit 587f183ffa
13 changed files with 112 additions and 67 deletions

View File

@@ -1,3 +1,5 @@
import Link from "next/link";
export default function Newsletter() {
return (
<div className="bg-gray-900 py-16 sm:py-24 lg:py-32">
@@ -28,9 +30,9 @@ export default function Newsletter() {
</div>
<p className="mt-4 text-sm/6 text-gray-300">
We care about your data. Read our{' '}
<a href="#" className="font-semibold text-white">
<Link href="/PP" className="font-semibold text-white">
privacy&nbsp;policy
</a>
</Link>
.
</p>
</form>