remove annoucement

This commit is contained in:
Bayu Lukman Yusuf 2026-02-24 14:06:33 +07:00
parent b3630efd2e
commit 5b54da590c
1 changed files with 15 additions and 15 deletions

View File

@ -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