From 77b14e753e99817fab657e8fa8c08e6cc361ea65 Mon Sep 17 00:00:00 2001 From: Bandie Date: Sat, 4 Apr 2026 17:34:45 +0200 Subject: [PATCH] Hauptwebseite mit neuem Link-Verweis --- resources/views/content/index.blade.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/resources/views/content/index.blade.php b/resources/views/content/index.blade.php index daf2777..9ade45c 100644 --- a/resources/views/content/index.blade.php +++ b/resources/views/content/index.blade.php @@ -15,6 +15,11 @@

{{ __('app.nav.news') }}

{{ __('app.news_alt') }} +
+ +

{{ __('app.nav.documents') }}

+ {{ __('app.nav.documents') }} +

{{ __('app.nav.services') }}

@@ -23,7 +28,10 @@

{{ __('app.nav.contact') }}

{{ __('app.nav.contact') }} +
+ +

{{ __('app.nav.imprint') }}

+ {{ __('app.nav.imprint') }} +
-

{{ __('app.nav.imprint') }}

- {{ __('app.nav.imprint') }} @endsection