{ return (this.activeCategory === 'All' || p.category === this.activeCategory) && (p.name.toLowerCase().includes(this.search.toLowerCase())); }); if (this.sortBy === 'price-low') return filtered.sort((a, b) => a.price - b.price); if (this.sortBy === 'price-high') return filtered.sort((a, b) => b.price - a.price); return filtered; } }" class="min-h-screen bg-white">

সকল প্রোডাক্ট

হোম শপ

গ্যাজেট পাওয়া যায়নি

দুঃখিত, কোনো পণ্য পাওয়া যায়নি। দয়া করে অন্য কি-ওয়ার্ড বা ক্যাটাগরি চেষ্টা করুন।