diff --git a/app/Http/Livewire/Helper/FollowTheRabbit.php b/app/Http/Livewire/Helper/FollowTheRabbit.php index 89805abc..95e3d264 100644 --- a/app/Http/Livewire/Helper/FollowTheRabbit.php +++ b/app/Http/Livewire/Helper/FollowTheRabbit.php @@ -3,11 +3,18 @@ namespace App\Http\Livewire\Helper; use Livewire\Component; +use RalphJSmit\Laravel\SEO\Support\SEOData; class FollowTheRabbit extends Component { public function render() { - return view('livewire.helper.follow-the-rabbit'); + return view('livewire.helper.follow-the-rabbit')->layout('layouts.guest', [ + 'SEOData' => new SEOData( + title: __('Bitcoin - Rabbit Hole'), + description: __('This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!'), + image: asset('img/kaninchenbau.png') + ), + ]); } } diff --git a/public/img/kaninchenbau.png b/public/img/kaninchenbau.png new file mode 100644 index 00000000..e63bd993 Binary files /dev/null and b/public/img/kaninchenbau.png differ diff --git a/resources/lang/bg.json b/resources/lang/bg.json index 4a452ce3..b7df8f21 100644 --- a/resources/lang/bg.json +++ b/resources/lang/bg.json @@ -825,5 +825,7 @@ "time": "", "N\/A": "", "Add tags...": "", - "Add tag...": "" + "Add tag...": "", + "Bitcoin - Rabbit Hole": "", + "This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "" } \ No newline at end of file diff --git a/resources/lang/de.json b/resources/lang/de.json index c9b8f924..a6786bb6 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -865,5 +865,7 @@ "New tag": "Neuer Tag", "Book cases orange pilled": "Anzahl der Buchregal-Einträge", "Number of plebs": "Anzahl der Plebs mit Buchregal-Eintrag", - "An error occurred while uploading the file: :error": "" -} \ No newline at end of file + "An error occurred while uploading the file: :error": "Ein Fehler ist beim Hochladen der Datei aufgetreten: :error", + "Bitcoin - Rabbit Hole": "Bitcoin - Kaninchenbau", + "This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "Dies ist eine große Übersicht über den Bitcoin Kaninchenbau mit Eingängen zu Bereichen die Bitcoin umfasst. Jedes Thema besitzt eine eigene Höhle, die durch Infografiken einfach und verständlich visualisiert ist und über QR Codes zu Erklärvideos und -artikeln führen. Spiel Spaß auf deiner Entdeckungsreise!" +} diff --git a/resources/lang/en.json b/resources/lang/en.json index 158f243b..65ff6527 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -865,5 +865,7 @@ "New tag": "", "Book cases orange pilled": "", "Number of plebs": "", - "An error occurred while uploading the file: :error": "" + "An error occurred while uploading the file: :error": "", + "Bitcoin - Rabbit Hole": "", + "This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "" } \ No newline at end of file diff --git a/resources/lang/es.json b/resources/lang/es.json index 9254e1d3..15396105 100644 --- a/resources/lang/es.json +++ b/resources/lang/es.json @@ -865,5 +865,7 @@ "New tag": "", "Book cases orange pilled": "", "Number of plebs": "", - "An error occurred while uploading the file: :error": "" + "An error occurred while uploading the file: :error": "", + "Bitcoin - Rabbit Hole": "", + "This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "" } \ No newline at end of file diff --git a/resources/lang/fr.json b/resources/lang/fr.json index 5b3236ed..2b974797 100644 --- a/resources/lang/fr.json +++ b/resources/lang/fr.json @@ -866,5 +866,7 @@ "New tag": "", "Book cases orange pilled": "", "Number of plebs": "", - "An error occurred while uploading the file: :error": "" + "An error occurred while uploading the file: :error": "", + "Bitcoin - Rabbit Hole": "", + "This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "" } \ No newline at end of file diff --git a/resources/lang/hr.json b/resources/lang/hr.json index fbff3fd8..01820030 100644 --- a/resources/lang/hr.json +++ b/resources/lang/hr.json @@ -866,5 +866,7 @@ "New tag": "", "Book cases orange pilled": "", "Number of plebs": "", - "An error occurred while uploading the file: :error": "" + "An error occurred while uploading the file: :error": "", + "Bitcoin - Rabbit Hole": "", + "This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "" } \ No newline at end of file diff --git a/resources/lang/it.json b/resources/lang/it.json index 2cf17b48..2a8f068a 100644 --- a/resources/lang/it.json +++ b/resources/lang/it.json @@ -866,5 +866,7 @@ "New tag": "", "Book cases orange pilled": "", "Number of plebs": "", - "An error occurred while uploading the file: :error": "" + "An error occurred while uploading the file: :error": "", + "Bitcoin - Rabbit Hole": "", + "This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "" } \ No newline at end of file diff --git a/resources/lang/mk.json b/resources/lang/mk.json index bf6e965c..9fb32a3e 100644 --- a/resources/lang/mk.json +++ b/resources/lang/mk.json @@ -866,5 +866,7 @@ "New tag": "", "Book cases orange pilled": "", "Number of plebs": "", - "An error occurred while uploading the file: :error": "" + "An error occurred while uploading the file: :error": "", + "Bitcoin - Rabbit Hole": "", + "This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "" } \ No newline at end of file diff --git a/resources/lang/pl.json b/resources/lang/pl.json index 9992c7f5..48404c9f 100644 --- a/resources/lang/pl.json +++ b/resources/lang/pl.json @@ -866,5 +866,7 @@ "New tag": "", "Book cases orange pilled": "", "Number of plebs": "", - "An error occurred while uploading the file: :error": "" + "An error occurred while uploading the file: :error": "", + "Bitcoin - Rabbit Hole": "", + "This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "" } \ No newline at end of file diff --git a/resources/lang/pt.json b/resources/lang/pt.json index f3d9c01c..fd08e387 100644 --- a/resources/lang/pt.json +++ b/resources/lang/pt.json @@ -866,5 +866,7 @@ "New tag": "", "Book cases orange pilled": "", "Number of plebs": "", - "An error occurred while uploading the file: :error": "" + "An error occurred while uploading the file: :error": "", + "Bitcoin - Rabbit Hole": "", + "This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "" } \ No newline at end of file diff --git a/resources/lang/sv.json b/resources/lang/sv.json index 382a6cff..710a5550 100644 --- a/resources/lang/sv.json +++ b/resources/lang/sv.json @@ -828,5 +828,7 @@ "New tag": "", "Book cases orange pilled": "", "Number of plebs": "", - "An error occurred while uploading the file: :error": "" + "An error occurred while uploading the file: :error": "", + "Bitcoin - Rabbit Hole": "", + "This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "" } \ No newline at end of file diff --git a/resources/lang/tr.json b/resources/lang/tr.json index 6db36309..8f33c952 100644 --- a/resources/lang/tr.json +++ b/resources/lang/tr.json @@ -840,5 +840,7 @@ "New tag": "", "Book cases orange pilled": "", "Number of plebs": "", - "An error occurred while uploading the file: :error": "" + "An error occurred while uploading the file: :error": "", + "Bitcoin - Rabbit Hole": "", + "This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "" } \ No newline at end of file