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
|
||||
$announcements = [
|
||||
[
|
||||
'icon' => '🎉',
|
||||
'message' => 'Free Shipping on orders over $250',
|
||||
'detail' => "Don't miss a discount!",
|
||||
],
|
||||
[
|
||||
'icon' => '💰',
|
||||
'message' => 'Money back guarantee',
|
||||
'detail' => 'We return money within 30 days',
|
||||
],
|
||||
[
|
||||
'icon' => '💪',
|
||||
'message' => 'Friendly 24/7 customer support',
|
||||
'detail' => "We've got you covered!",
|
||||
],
|
||||
// [
|
||||
// 'icon' => '🎉',
|
||||
// 'message' => 'Free Shipping on orders over $250',
|
||||
// 'detail' => "Don't miss a discount!",
|
||||
// ],
|
||||
// [
|
||||
// 'icon' => '💰',
|
||||
// 'message' => 'Money back guarantee',
|
||||
// 'detail' => 'We return money within 30 days',
|
||||
// ],
|
||||
// [
|
||||
// 'icon' => '💪',
|
||||
// 'message' => 'Friendly 24/7 customer support',
|
||||
// 'detail' => "We've got you covered!",
|
||||
// ],
|
||||
];
|
||||
|
||||
// Render announcement slides HTML
|
||||
|
|
|
|||
Loading…
Reference in New Issue