diff --git a/resources/views/front/pages/black-friday-2023/index.blade.php b/resources/views/front/pages/black-friday-2023/index.blade.php new file mode 100644 index 00000000..61ceea8f --- /dev/null +++ b/resources/views/front/pages/black-friday-2023/index.blade.php @@ -0,0 +1,36 @@ + +
+
+
+

Public Service Announcement

+ + + + + You can now enjoy 30% discount on all our products until the end of Cyber Monday. +
+
+
+
diff --git a/resources/views/front/pages/products/index.blade.php b/resources/views/front/pages/products/index.blade.php index e9149fd8..f936325d 100644 --- a/resources/views/front/pages/products/index.blade.php +++ b/resources/views/front/pages/products/index.blade.php @@ -8,7 +8,7 @@

- Enjoy our
Worldwide Spatie Discounts + Our annual
Black Friday sale

@@ -55,7 +55,7 @@ class="flex bg-trueblack text-white text-base banner-intro">
- Watch our promo movie + Watch our promo movie
@once diff --git a/routes/web.php b/routes/web.php index ae9b119a..5dea3f58 100644 --- a/routes/web.php +++ b/routes/web.php @@ -182,6 +182,7 @@ Route::get('github-ad-click/{repositoryName}', RedirectGitHubAdClickController::class)->name('github-ad-click'); Route::get('wwsd/{slug?}', WwsdController::class)->name('wwsd'); +Route::view('black-friday-2023', 'front.pages.black-friday-2023.index'); Route::view('offline', 'errors.offline')->name('offline');