diff --git a/database/seeders/Paperflakes/ContactsTableSeeder.php b/database/seeders/Paperflakes/ContactsTableSeeder.php index 0a9cad3..09a25e2 100644 --- a/database/seeders/Paperflakes/ContactsTableSeeder.php +++ b/database/seeders/Paperflakes/ContactsTableSeeder.php @@ -182,7 +182,7 @@ public function run(): void ], ], 'icons' => [ - 'email' => 'info@codebar.ch', + 'email' => 'wieland@business-solutions.gmbh', 'website' => 'https://www.business-solutions.gmbh', ], 'image' => 'https://res.cloudinary.com/codebar/image/upload/w_400,h_400,f_auto,q_auto/www-paperflakes-ch/people/wds.jpg', diff --git a/resources/views/app/about-us/index.blade.php b/resources/views/app/about-us/index.blade.php index afa5b5f..644590e 100644 --- a/resources/views/app/about-us/index.blade.php +++ b/resources/views/app/about-us/index.blade.php @@ -68,7 +68,7 @@ + image-container-class-attributes="h-24 w-24 flex-shrink-0 overflow-hidden"/> @endforeach diff --git a/resources/views/components/list-image-card.blade.php b/resources/views/components/list-image-card.blade.php index 4ec4ec8..d7fc58f 100644 --- a/resources/views/components/list-image-card.blade.php +++ b/resources/views/components/list-image-card.blade.php @@ -1,13 +1,12 @@ @props([ 'image', - 'imageContainerClassAttributes' => 'h-30 h-30 flex-shrink-0 overflow-hidden', + 'imageContainerClassAttributes' => 'h-32 h-32 flex-shrink-0 overflow-hidden', 'name', 'role' => null, 'icons' => [], ]) -
+
{{ $name }} diff --git a/resources/views/layouts/_partials/_navigation.blade.php b/resources/views/layouts/_partials/_navigation.blade.php index 59ba090..dfbd5e9 100644 --- a/resources/views/layouts/_partials/_navigation.blade.php +++ b/resources/views/layouts/_partials/_navigation.blade.php @@ -1,21 +1,38 @@