mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
docs: 💸 Add Fastly sponsorship info
This commit is contained in:
parent
c6796ecb4e
commit
c7b22698bf
2 changed files with 27 additions and 0 deletions
26
app/page.tsx
26
app/page.tsx
|
|
@ -2,7 +2,9 @@ import { Guide } from "@/components/Guides";
|
|||
import { Resource, type ResourceType } from "@/components/Resources";
|
||||
import { TeamMember } from "@/components/Team";
|
||||
import { wrapper } from "@/components/mdx";
|
||||
import fastlyLogo from "@/images/logos/fastly.svg";
|
||||
import type { Metadata } from "next";
|
||||
import Image from "next/image";
|
||||
import type { FC } from "react";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
|
|
@ -247,6 +249,30 @@ const Page: FC = () => {
|
|||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<h2 id="team">Thanks</h2>
|
||||
|
||||
<p className="lead">
|
||||
Thanks to{" "}
|
||||
<a
|
||||
href="https://fastly.com"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Fastly
|
||||
</a>{" "}
|
||||
for supporting us with their resources!
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<Image
|
||||
src={fastlyLogo}
|
||||
alt="Fastly logo"
|
||||
height={144}
|
||||
className="p-10 rounded border border-zinc-900/10 dark:border-white/10"
|
||||
unoptimized={true}
|
||||
/>
|
||||
</p>
|
||||
</>
|
||||
),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue