Skip to content

Commit a2648db

Browse files
committed
add banner to hire apis guru
1 parent bfa0f66 commit a2648db

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

components/Support.tsx

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React from "react";
22
import Image from "next/image";
33
import Link from "next/link";
44
import SocialLinks from "./SocialLinks";
5-
import { Button } from "./ui/button";
65

76
export default function Support({
87
showSupport = true,
@@ -42,23 +41,17 @@ export default function Support({
4241
<div className="text-center px-4 max-w-3xl mx-auto">
4342
<SocialLinks className="flex justify-center gap-4 mb-4" />
4443
{showSupport && (
45-
<>
46-
<p className="text-gray-800 mb-3">
47-
Help support the work that we do by contributing to our{" "}
48-
<Link
49-
href="https://opencollective.com/openapi-directory"
50-
className="text-blue-600 hover:underline"
44+
<div className="mt-4 p-4 bg-blue-50 rounded-lg border border-blue-100 inline-block">
45+
<p className="text-lg text-gray-800">
46+
Need help with APIs — hire true gurus:{" "}
47+
<a
48+
href="mailto:[email protected]"
49+
className="font-bold text-blue-600 hover:underline"
5150
>
52-
Open Collective campaign
53-
</Link>
54-
!
51+
52+
</a>
5553
</p>
56-
<Button variant="cta" size="lg">
57-
<Link href="https://opencollective.com/openapi-directory">
58-
Support APIs.guru
59-
</Link>
60-
</Button>
61-
</>
54+
</div>
6255
)}
6356
</div>
6457
</section>

0 commit comments

Comments
 (0)