I want to redirect my Homepage to a content page

Why do you need Site.Home.Content ?

This should work on its own:

{{ with .GetPage "/introduction" }}{{.Render}}{{end}}

And how does it screw with the layout?

Didn’t test it, but try:

    {{ with .GetPage "/introduction" }}{{ .Content }}{{end}}