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