diff --git a/app/page.tsx b/app/page.tsx index bd63a56..d3d541d 100644 --- a/app/page.tsx +++ b/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 = () => { ]} /> + +

Thanks

+ +

+ Thanks to{" "} + + Fastly + {" "} + for supporting us with their resources! +

+ +

+ Fastly logo +

), }); diff --git a/images/logos/fastly.svg b/images/logos/fastly.svg new file mode 100644 index 0000000..c372d52 --- /dev/null +++ b/images/logos/fastly.svg @@ -0,0 +1 @@ + \ No newline at end of file