remove annoucement
This commit is contained in:
parent
b3630efd2e
commit
5b54da590c
|
|
@ -234,21 +234,21 @@ class ProductController extends Controller
|
||||||
{
|
{
|
||||||
// Static announcements for now - can be moved to database later
|
// Static announcements for now - can be moved to database later
|
||||||
$announcements = [
|
$announcements = [
|
||||||
[
|
// [
|
||||||
'icon' => '🎉',
|
// 'icon' => '🎉',
|
||||||
'message' => 'Free Shipping on orders over $250',
|
// 'message' => 'Free Shipping on orders over $250',
|
||||||
'detail' => "Don't miss a discount!",
|
// 'detail' => "Don't miss a discount!",
|
||||||
],
|
// ],
|
||||||
[
|
// [
|
||||||
'icon' => '💰',
|
// 'icon' => '💰',
|
||||||
'message' => 'Money back guarantee',
|
// 'message' => 'Money back guarantee',
|
||||||
'detail' => 'We return money within 30 days',
|
// 'detail' => 'We return money within 30 days',
|
||||||
],
|
// ],
|
||||||
[
|
// [
|
||||||
'icon' => '💪',
|
// 'icon' => '💪',
|
||||||
'message' => 'Friendly 24/7 customer support',
|
// 'message' => 'Friendly 24/7 customer support',
|
||||||
'detail' => "We've got you covered!",
|
// 'detail' => "We've got you covered!",
|
||||||
],
|
// ],
|
||||||
];
|
];
|
||||||
|
|
||||||
// Render announcement slides HTML
|
// Render announcement slides HTML
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue