Setting grid-template-areas to "item1 item2 item3" means that we create one grid row with three grid columns.
grid-template-areas
"item1 item2 item3"
Make sure to pick item1, followed by item2, and finally item3.
item1
item2
item3