From 5b54da590cfedfeb19de819daae6932e9974ff51 Mon Sep 17 00:00:00 2001 From: Bayu Lukman Yusuf Date: Tue, 24 Feb 2026 14:06:33 +0700 Subject: [PATCH] remove annoucement --- app/Http/Controllers/ProductController.php | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/app/Http/Controllers/ProductController.php b/app/Http/Controllers/ProductController.php index a59d878..e143976 100644 --- a/app/Http/Controllers/ProductController.php +++ b/app/Http/Controllers/ProductController.php @@ -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