seo updated

This commit is contained in:
Benjamin Takats
2022-12-21 19:17:39 +01:00
parent 7d90c7317d
commit 613ac30692
26 changed files with 194 additions and 20 deletions

View File

@@ -44,6 +44,8 @@ class Welcome extends Component
'countries' => Country::get(),
])->layout('layouts.guest', [
'SEOData' => new SEOData(
title: __('Welcome'),
description: __('Welcome to the portal of the Einundzwanzig Community.'),
image: asset('img/screenshot.png')
)
]);